Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check-generated-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand All @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '24.x'
node-version: '24.7.0'
cache: 'yarn'

- name: Install node_modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-image-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Validate
uses: suzuki-shunsuke/[email protected].0
uses: suzuki-shunsuke/[email protected].1
with:
config_file_path: .github/renovate.json5
4 changes: 2 additions & 2 deletions .github/workflows/check-seed-generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

Expand All @@ -21,7 +21,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '24.x'
node-version: '24.7.0'
cache: 'yarn'

- name: Install node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

- uses: actions/setup-node@v4
with:
node-version: '24.x'
node-version: '24.7.0'
cache: 'yarn'

- name: Install dependencies && check that lockfile is up-to-date
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive

- uses: actions/setup-node@v4
with:
node-version: '24.x'
node-version: '24.7.0'
cache: 'yarn'

- name: Install dependencies && check that lockfile is up-to-date
Expand Down
2 changes: 1 addition & 1 deletion codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@graphql-tools/load": "^8.1.2",
"@graphql-tools/merge": "^9.1.1",
"@graphql-tools/schema": "^10.0.25",
"@parcel/watcher": "^2.5.0",
"@parcel/watcher": "^2.5.1",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6"
}
Expand Down
4 changes: 2 additions & 2 deletions cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"cy:run:video": "CYPRESS_BASE_URL=${CYPRESS_BASE_URL:-http://localhost:3300} cypress run --browser chrome --config-file ./cypress.config.video.ts"
},
"dependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@4tw/cypress-drag-drop": "^2.3.0",
"@cypress/grep": "^4.1.1",
"@hsl/jore4-test-db-manager": "1.0.0",
"@hsl/timetables-data-inserter": "1.0.0",
"cypress": "^14.5.4",
"cypress": "^15.0.0",
"cypress-ctrf-json-reporter": "^0.0.12",
"cypress-split": "^1.24.21",
"lodash": "^4.17.21",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "EUPL-1.2",
"engines": {
"node": ">=23.9.0",
"yarn": "1.x"
"yarn": "1.22.22"
},
"scripts": {
"ws:codegen": "yarn workspace @hsl/jore4-codegen",
Expand Down Expand Up @@ -50,9 +50,9 @@
"eslint-plugin-n": "^17.21.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16",
"jest": "^30.1.0",
"jest-environment-jsdom": "^30.1.0",
"globals": "^16.3.0",
"jest": "^30.1.1",
"jest-environment-jsdom": "^30.1.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"ts-jest": "^29.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test-db-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^11.1.6",
"@rollup/plugin-typescript": "^12.1.4",
"cross-fetch": "^4.1.0",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
Expand Down
16 changes: 8 additions & 8 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.14.0",
"@apollo/client": "^4.0.2",
"@graphql-typed-document-node/core": "^3.2.0",
"@headlessui/react": "1.7.10",
"@headlessui/react": "2.2.7",
"@headlessui/tailwindcss": "^0.2.2",
"@hookform/resolvers": "^3.10.0",
"@hookform/resolvers": "^5.2.1",
"@mapbox/mapbox-gl-draw": "^1.5.0",
"@nebula.gl/edit-modes": "^1.0.4",
"@reduxjs/toolkit": "^2.8.2",
Expand All @@ -37,7 +37,7 @@
"lodash": "^4.17.21",
"luxon": "^3.7.1",
"maplibre-gl": "^5.7.0",
"next": "15.4.6",
"next": "15.5.2",
"qs": "^6.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -51,8 +51,8 @@
"react-router": "^7.8.2",
"react-spinners": "^0.17.0",
"redux-logger": "^3.0.6",
"tailwind-merge": "^2.6.0",
"zod": "^3.25.76"
"tailwind-merge": "^3.3.1",
"zod": "^4.1.4"
},
"devDependencies": {
"@hsl/jore4-test-db-manager": "1.0.0",
Expand All @@ -73,8 +73,8 @@
"encoding": "^0.1.13",
"express": "^5.1.0",
"http-proxy-middleware": "^3.0.5",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.12",
"utf-8-validate": "6.0.5"
}
}
Loading