Skip to content
Closed
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
2 changes: 1 addition & 1 deletion mobile/asa-go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"jsdom": "^29.0.0",
"ol-mapbox-style": "^13.0.0",
"sinon": "^21.0.0",
"typescript": "~5.6.2",
"typescript": "~6.0.0",
"typescript-eslint": "^8.18.2",
"vite": "^7.0.0"
},
Expand Down
1 change: 0 additions & 1 deletion mobile/asa-go/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
Expand Down
8 changes: 4 additions & 4 deletions mobile/asa-go/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6383,10 +6383,10 @@ typescript-eslint@^8.18.2:
"@typescript-eslint/typescript-estree" "8.57.0"
"@typescript-eslint/utils" "8.57.0"

typescript@~5.6.2:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==
typescript@~6.0.0:
version "6.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.2.tgz#0b1bfb15f68c64b97032f3d78abbf98bdbba501f"
integrity sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==

uglify-js@^3.1.4:
version "3.19.3"
Expand Down
8 changes: 4 additions & 4 deletions mobile/keycloak/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mobile/keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^6.0.1",
"rollup": "^4.30.1",
"swiftlint": "^2.0.0",
"typescript": "~5.9.0"
"typescript": "~6.0.0"
},
"peerDependencies": {
"@capacitor/core": ">=7.0.0"
Expand Down
3 changes: 2 additions & 1 deletion mobile/keycloak/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
],
"types": [],
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "bundler",
"rootDir": "src",
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
Expand Down
1,222 changes: 640 additions & 582 deletions mobile/keycloak/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web/apps/wps-web/cypress/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom", "ES2015"],
"target": "ES2015",
"lib": ["ES2015", "dom"],
"types": ["cypress"],
"allowJs": true
},
Expand Down
2 changes: 1 addition & 1 deletion web/apps/wps-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@vitejs/plugin-react": "^4.3.1",
"@wps/tsconfig": "workspace:*",
"babel-loader": "^10.1.1",
"cypress": "^15.10.0",
"cypress": "^15.13.1",
"eslint": "^9.7.0",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.7",
Expand Down
1 change: 0 additions & 1 deletion web/apps/wps-web/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
],
"noUnusedLocals": false,
"noEmit": true,
"baseUrl": ".",
"paths": {
"@wps/api/*": [
"../../packages/api/src/*"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@vitest/coverage-v8": "^4.1.0",
"turbo": "^2.0.0",
"typescript": "^5.2.2",
"typescript": "^6.0.0",
"vitest": "^4.1.0"
}
}
28 changes: 14 additions & 14 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4346,7 +4346,7 @@ __metadata:
"@wps/utils": "workspace:*"
axios: "npm:1.8.2"
babel-loader: "npm:^10.1.1"
cypress: "npm:^15.10.0"
cypress: "npm:^15.13.1"
date-fns: "npm:^4.0.0"
eslint: "npm:^9.7.0"
eslint-config-prettier: "npm:^10.0.0"
Expand Down Expand Up @@ -5447,9 +5447,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^15.10.0":
version: 15.11.0
resolution: "cypress@npm:15.11.0"
"cypress@npm:^15.13.1":
version: 15.13.1
resolution: "cypress@npm:15.13.1"
dependencies:
"@cypress/request": "npm:^3.0.10"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -5496,7 +5496,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10c0/6e3e31954bf46802d3f48f84301b224daadfc800ad65c0e297f0c1292f347a0a2385c0db6ecc4215c0aaf991363859db03f0a6e0fba249aee39dbc0dfca7673f
checksum: 10c0/eecc539d15af2f5bfc7ab9cb5502fc1e2f9f71571dbcb392b5d99109786c63548dd4a0aa20c512beb61a0a76dee10ea6c421a79026e96fb3a9dddd59c319541d
languageName: node
linkType: hard

Expand Down Expand Up @@ -11315,23 +11315,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.2.2":
version: 5.9.3
resolution: "typescript@npm:5.9.3"
"typescript@npm:^6.0.0":
version: 6.0.2
resolution: "typescript@npm:6.0.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/6bd7552ce39f97e711db5aa048f6f9995b53f1c52f7d8667c1abdc1700c68a76a308f579cd309ce6b53646deb4e9a1be7c813a93baaf0a28ccd536a30270e1c5
checksum: 10c0/4b860b0bf87cc0fee0f66d8ef2640b5a8a8a8c74d1129adb82e389e5f97124383823c47946bef8a73ede371461143a3aa8544399d2133c7b2e4f07e81860af7f
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A^5.2.2#optional!builtin<compat/typescript>":
version: 5.9.3
resolution: "typescript@patch:typescript@npm%3A5.9.3#optional!builtin<compat/typescript>::version=5.9.3&hash=5786d5"
"typescript@patch:typescript@npm%3A^6.0.0#optional!builtin<compat/typescript>":
version: 6.0.2
resolution: "typescript@patch:typescript@npm%3A6.0.2#optional!builtin<compat/typescript>::version=6.0.2&hash=5786d5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/ad09fdf7a756814dce65bc60c1657b40d44451346858eea230e10f2e95a289d9183b6e32e5c11e95acc0ccc214b4f36289dcad4bf1886b0adb84d711d336a430
checksum: 10c0/49f0b84fc6ca55653e77752b8a61beabc09ee3dae5d965c31596225aa6ef213c5727b1d2e895b900416dc603854ba0872ac4a812c2a4ed6793a601f9c675de02
languageName: node
linkType: hard

Expand Down Expand Up @@ -11953,7 +11953,7 @@ __metadata:
dependencies:
"@vitest/coverage-v8": "npm:^4.1.0"
turbo: "npm:^2.0.0"
typescript: "npm:^5.2.2"
typescript: "npm:^6.0.0"
vitest: "npm:^4.1.0"
languageName: unknown
linkType: soft
Expand Down
Loading