From d629e2207613e6ce6038611bd1c348cb139012a0 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Fri, 25 Apr 2025 18:21:58 -0700 Subject: [PATCH] Consistent TypeScript versions --- apps/backend/package.json | 2 +- apps/dashboard/package.json | 2 +- apps/mcp-server/package.json | 4 +- examples/cjs-test/package.json | 4 +- examples/e-commerce/package.json | 4 +- examples/js-example/package.json | 2 +- examples/middleware/package.json | 4 +- examples/partial-prerendering/package.json | 4 +- examples/react-example/package.json | 2 +- examples/supabase/package.json | 2 +- package.json | 2 +- packages/init-stack/package.json | 4 +- pnpm-lock.yaml | 166 +++++++++------------ 13 files changed, 86 insertions(+), 116 deletions(-) diff --git a/apps/backend/package.json b/apps/backend/package.json index 8b9675022..5e83233d6 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -77,7 +77,7 @@ "devDependencies": { "@simplewebauthn/types": "^11.0.0", "@types/json-diff": "^1.0.3", - "@types/node": "^20.8.10", + "@types/node": "20.17.6", "@types/nodemailer": "^6.4.14", "@types/oidc-provider": "^8.5.1", "@types/react": "19.0.12", diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 9a0e2ce5d..2167d2bd1 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -52,7 +52,7 @@ "devDependencies": { "@types/canvas-confetti": "^1.6.4", "@types/lodash": "^4.17.5", - "@types/node": "^20.8.10", + "@types/node": "20.17.6", "@types/react": "19.0.12", "@types/react-dom": "19.0.4", "autoprefixer": "^10.4.17", diff --git a/apps/mcp-server/package.json b/apps/mcp-server/package.json index c9f35d324..441c22e2e 100644 --- a/apps/mcp-server/package.json +++ b/apps/mcp-server/package.json @@ -23,7 +23,7 @@ "openapi-types": "^12.1.3" }, "devDependencies": { - "@types/node": "^22.13.10", - "typescript": "^5.8.2" + "@types/node": "20.17.6", + "typescript": "5.3.3" } } diff --git a/examples/cjs-test/package.json b/examples/cjs-test/package.json index dd776487c..c3388a747 100644 --- a/examples/cjs-test/package.json +++ b/examples/cjs-test/package.json @@ -17,13 +17,13 @@ "react-dom": "^18" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "20.17.6", "@types/react": "link:@types/react@18.3.12", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.3", "postcss": "^8", "tailwindcss": "^3.4.1", - "typescript": "^5" + "typescript": "5.3.3" } } diff --git a/examples/e-commerce/package.json b/examples/e-commerce/package.json index fba36bd5e..adfa6d627 100644 --- a/examples/e-commerce/package.json +++ b/examples/e-commerce/package.json @@ -17,12 +17,12 @@ "react-dom": "^18" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "20.17.6", "@types/react": "link:@types/react@18.3.12", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.5", "rimraf": "^5.0.5", - "typescript": "^5" + "typescript": "5.3.3" } } diff --git a/examples/js-example/package.json b/examples/js-example/package.json index fdfdcd91f..646cda9bd 100644 --- a/examples/js-example/package.json +++ b/examples/js-example/package.json @@ -14,7 +14,7 @@ "dependencies": { "@stackframe/js": "workspace:*", "dotenv-cli": "^7.4.1", - "typescript": "^5.7.3", + "typescript": "5.3.3", "vite": "^6.1.0" } } diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 9a29d2478..430545ec2 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -17,11 +17,11 @@ "react-dom": "^18" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "20.17.6", "@types/react": "link:@types/react@18.3.12", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.3", - "typescript": "^5" + "typescript": "5.3.3" } } diff --git a/examples/partial-prerendering/package.json b/examples/partial-prerendering/package.json index 3018e17bf..87772397a 100644 --- a/examples/partial-prerendering/package.json +++ b/examples/partial-prerendering/package.json @@ -17,11 +17,11 @@ "react-dom": "^18" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "20.17.6", "@types/react": "link:@types/react@18.3.12", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.3", - "typescript": "^5" + "typescript": "5.3.3" } } diff --git a/examples/react-example/package.json b/examples/react-example/package.json index 6b2771189..7dca6809c 100644 --- a/examples/react-example/package.json +++ b/examples/react-example/package.json @@ -25,7 +25,7 @@ "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^15.14.0", - "typescript": "~5.7.2", + "typescript": "5.3.3", "typescript-eslint": "^8.22.0", "vite": "^6.1.0" } diff --git a/examples/supabase/package.json b/examples/supabase/package.json index 59ddaa40c..3d6b34e9c 100644 --- a/examples/supabase/package.json +++ b/examples/supabase/package.json @@ -18,7 +18,7 @@ "react-dom": "^18.3.0" }, "devDependencies": { - "@types/node": "20.10.6", + "@types/node": "20.17.6", "@types/react": "link:@types/react@18.3.12", "@types/react-dom": "^18.3.12", "typescript": "5.3.3" diff --git a/package.json b/package.json index becf77016..daf1459bf 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "devDependencies": { "@changesets/cli": "^2.27.9", "@testing-library/react": "^15.0.7", - "@types/node": "^20.17.6", + "@types/node": "20.17.6", "@types/supertest": "^6.0.2", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/init-stack/package.json b/packages/init-stack/package.json index 23a039513..6f48022b6 100644 --- a/packages/init-stack/package.json +++ b/packages/init-stack/package.json @@ -45,9 +45,9 @@ }, "devDependencies": { "@types/inquirer": "^9.0.7", - "@types/node": "^22.13.5", + "@types/node": "20.17.6", "rimraf": "^6.0.1", "tsup": "^8.4.0", - "typescript": "^5.7.3" + "typescript": "5.3.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a3a84d0e6..bc03009ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,7 +34,7 @@ importers: specifier: ^15.0.7 version: 15.0.7(@types/react@18.3.12)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) '@types/node': - specifier: ^20.17.6 + specifier: 20.17.6 version: 20.17.6 '@types/supertest': specifier: ^6.0.2 @@ -224,8 +224,8 @@ importers: specifier: ^1.0.3 version: 1.0.3 '@types/node': - specifier: ^20.8.10 - version: 20.14.2 + specifier: 20.17.6 + version: 20.17.6 '@types/nodemailer': specifier: ^6.4.14 version: 6.4.15 @@ -372,8 +372,8 @@ importers: specifier: ^4.17.5 version: 4.17.5 '@types/node': - specifier: ^20.8.10 - version: 20.14.2 + specifier: 20.17.6 + version: 20.17.6 '@types/react': specifier: ^18.2.0 version: 18.3.12 @@ -442,11 +442,11 @@ importers: version: 12.1.3 devDependencies: '@types/node': - specifier: ^22.13.10 - version: 22.13.10 + specifier: 20.17.6 + version: 20.17.6 typescript: - specifier: ^5.8.2 - version: 5.8.2 + specifier: 5.3.3 + version: 5.3.3 apps/mock-oauth-server: dependencies: @@ -502,8 +502,8 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/node': - specifier: ^20 - version: 20.14.2 + specifier: 20.17.6 + version: 20.17.6 '@types/react': specifier: ^18.2.0 version: 18.3.12 @@ -523,7 +523,7 @@ importers: specifier: ^3.4.1 version: 3.4.4 typescript: - specifier: ^5 + specifier: 5.3.3 version: 5.3.3 examples/demo: @@ -646,8 +646,8 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/node': - specifier: ^20 - version: 20.14.2 + specifier: 20.17.6 + version: 20.17.6 '@types/react': specifier: ^18.2.0 version: 18.3.12 @@ -664,7 +664,7 @@ importers: specifier: ^5.0.5 version: 5.0.7 typescript: - specifier: ^5 + specifier: 5.3.3 version: 5.3.3 examples/js-example: @@ -676,8 +676,8 @@ importers: specifier: ^7.4.1 version: 7.4.1 typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: 5.3.3 + version: 5.3.3 vite: specifier: ^6.1.0 version: 6.1.0(@types/node@22.13.10)(jiti@2.4.2)(lightningcss@1.29.1)(terser@5.31.1)(tsx@4.19.3)(yaml@2.6.0) @@ -698,8 +698,8 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/node': - specifier: ^20 - version: 20.14.2 + specifier: 20.17.6 + version: 20.17.6 '@types/react': specifier: ^18.2.0 version: 18.3.12 @@ -713,7 +713,7 @@ importers: specifier: 14.2.3 version: 14.2.3(eslint@8.30.0)(typescript@5.3.3) typescript: - specifier: ^5 + specifier: 5.3.3 version: 5.3.3 examples/partial-prerendering: @@ -732,8 +732,8 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/node': - specifier: ^20 - version: 20.14.2 + specifier: 20.17.6 + version: 20.17.6 '@types/react': specifier: ^18.2.0 version: 18.3.12 @@ -747,7 +747,7 @@ importers: specifier: 14.2.3 version: 14.2.3(eslint@8.30.0)(typescript@5.3.3) typescript: - specifier: ^5 + specifier: 5.3.3 version: 5.3.3 examples/react-example: @@ -790,11 +790,11 @@ importers: specifier: ^15.14.0 version: 15.15.0 typescript: - specifier: ~5.7.2 - version: 5.7.3 + specifier: 5.3.3 + version: 5.3.3 typescript-eslint: specifier: ^8.22.0 - version: 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) + version: 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3) vite: specifier: ^6.1.0 version: 6.1.0(@types/node@22.13.10)(jiti@2.4.2)(lightningcss@1.29.1)(terser@5.31.1)(tsx@4.19.3)(yaml@2.6.0) @@ -824,8 +824,8 @@ importers: version: 18.3.1(react@18.3.1) devDependencies: '@types/node': - specifier: 20.10.6 - version: 20.10.6 + specifier: 20.17.6 + version: 20.17.6 '@types/react': specifier: ^18.2.0 version: 18.3.12 @@ -858,17 +858,17 @@ importers: specifier: ^9.0.7 version: 9.0.7 '@types/node': - specifier: ^22.13.5 - version: 22.13.5 + specifier: 20.17.6 + version: 20.17.6 rimraf: specifier: ^6.0.1 version: 6.0.1 tsup: specifier: ^8.4.0 - version: 8.4.0(@swc/core@1.3.101)(jiti@2.4.2)(postcss@8.5.2)(tsx@4.19.3)(typescript@5.7.3)(yaml@2.6.0) + version: 8.4.0(@swc/core@1.3.101)(jiti@2.4.2)(postcss@8.5.2)(tsx@4.19.3)(typescript@5.3.3)(yaml@2.6.0) typescript: - specifier: ^5.7.3 - version: 5.7.3 + specifier: 5.3.3 + version: 5.3.3 packages/js: dependencies: @@ -6071,21 +6071,12 @@ packages: '@types/node@12.20.55': resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} - '@types/node@20.10.6': - resolution: {integrity: sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==} - - '@types/node@20.14.2': - resolution: {integrity: sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==} - '@types/node@20.17.6': resolution: {integrity: sha512-VEI7OdvK2wP7XHnsuXbAJnEpEkF6NjSN45QJlL4VGqZSXsnicpesdTWsg9RISeSdYd3yeRj/y3k5KGjUXYnFwQ==} '@types/node@22.13.10': resolution: {integrity: sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==} - '@types/node@22.13.5': - resolution: {integrity: sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==} - '@types/nodemailer@6.4.15': resolution: {integrity: sha512-0EBJxawVNjPkng1zm2vopRctuWVCxk34JcIlRuXSf54habUWdz1FB7wHDqOqvDa8Mtpt0Q3LTXQkAs2LNyK5jQ==} @@ -11575,11 +11566,6 @@ packages: engines: {node: '>=14.17'} hasBin: true - typescript@5.7.3: - resolution: {integrity: sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==} - engines: {node: '>=14.17'} - hasBin: true - typescript@5.8.2: resolution: {integrity: sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==} engines: {node: '>=14.17'} @@ -11599,9 +11585,6 @@ packages: underscore.string@3.3.6: resolution: {integrity: sha512-VoC83HWXmCrF6rgkyxS9GHv8W9Q5nhMKho+OadDJGzL2oDYbYEppBaCMH6pFlwLeqj2QS+hhkw2kpXkSdD1JxQ==} - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - undici-types@6.19.8: resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} @@ -16608,14 +16591,6 @@ snapshots: '@types/node@12.20.55': {} - '@types/node@20.10.6': - dependencies: - undici-types: 5.26.5 - - '@types/node@20.14.2': - dependencies: - undici-types: 5.26.5 - '@types/node@20.17.6': dependencies: undici-types: 6.19.8 @@ -16623,10 +16598,7 @@ snapshots: '@types/node@22.13.10': dependencies: undici-types: 6.20.0 - - '@types/node@22.13.5': - dependencies: - undici-types: 6.20.0 + optional: true '@types/nodemailer@6.4.15': dependencies: @@ -16752,20 +16724,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/eslint-plugin@8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/eslint-plugin@8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3))(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/parser': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3) '@typescript-eslint/scope-manager': 8.25.0 - '@typescript-eslint/type-utils': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/utils': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/type-utils': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3) + '@typescript-eslint/utils': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3) '@typescript-eslint/visitor-keys': 8.25.0 eslint: 9.21.0(jiti@2.4.2) graphemer: 1.4.0 ignore: 5.3.2 natural-compare: 1.4.0 - ts-api-utils: 2.0.1(typescript@5.7.3) - typescript: 5.7.3 + ts-api-utils: 2.0.1(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color @@ -16782,15 +16754,15 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/parser@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3)': dependencies: '@typescript-eslint/scope-manager': 8.25.0 '@typescript-eslint/types': 8.25.0 - '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.7.3) + '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.3.3) '@typescript-eslint/visitor-keys': 8.25.0 debug: 4.4.0 eslint: 9.21.0(jiti@2.4.2) - typescript: 5.7.3 + typescript: 5.3.3 transitivePeerDependencies: - supports-color @@ -16816,14 +16788,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/type-utils@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/type-utils@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.7.3) - '@typescript-eslint/utils': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.3.3) + '@typescript-eslint/utils': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3) debug: 4.4.0 eslint: 9.21.0(jiti@2.4.2) - ts-api-utils: 2.0.1(typescript@5.7.3) - typescript: 5.7.3 + ts-api-utils: 2.0.1(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color @@ -16846,7 +16818,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@8.25.0(typescript@5.7.3)': + '@typescript-eslint/typescript-estree@8.25.0(typescript@5.3.3)': dependencies: '@typescript-eslint/types': 8.25.0 '@typescript-eslint/visitor-keys': 8.25.0 @@ -16855,8 +16827,8 @@ snapshots: is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 2.0.1(typescript@5.7.3) - typescript: 5.7.3 + ts-api-utils: 2.0.1(typescript@5.3.3) + typescript: 5.3.3 transitivePeerDependencies: - supports-color @@ -16874,14 +16846,14 @@ snapshots: - supports-color - typescript - '@typescript-eslint/utils@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3)': + '@typescript-eslint/utils@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.21.0(jiti@2.4.2)) '@typescript-eslint/scope-manager': 8.25.0 '@typescript-eslint/types': 8.25.0 - '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.7.3) + '@typescript-eslint/typescript-estree': 8.25.0(typescript@5.3.3) eslint: 9.21.0(jiti@2.4.2) - typescript: 5.7.3 + typescript: 5.3.3 transitivePeerDependencies: - supports-color @@ -19893,7 +19865,7 @@ snapshots: lilconfig: 3.1.2 rsvp: 4.8.5 sort-keys: 5.0.0 - typescript: 5.7.3 + typescript: 5.3.3 vinyl: 3.0.0 vinyl-fs: 4.0.0 transitivePeerDependencies: @@ -23343,9 +23315,9 @@ snapshots: dependencies: typescript: 5.3.3 - ts-api-utils@2.0.1(typescript@5.7.3): + ts-api-utils@2.0.1(typescript@5.3.3): dependencies: - typescript: 5.7.3 + typescript: 5.3.3 ts-interface-checker@0.1.13: {} @@ -23496,7 +23468,7 @@ snapshots: - tsx - yaml - tsup@8.4.0(@swc/core@1.3.101)(jiti@2.4.2)(postcss@8.5.2)(tsx@4.19.3)(typescript@5.7.3)(yaml@2.6.0): + tsup@8.4.0(@swc/core@1.3.101)(jiti@2.4.2)(postcss@8.5.2)(tsx@4.19.3)(typescript@5.3.3)(yaml@2.6.0): dependencies: bundle-require: 5.1.0(esbuild@0.25.0) cac: 6.7.14 @@ -23517,7 +23489,7 @@ snapshots: optionalDependencies: '@swc/core': 1.3.101(@swc/helpers@0.5.15) postcss: 8.5.2 - typescript: 5.7.3 + typescript: 5.3.3 transitivePeerDependencies: - jiti - supports-color @@ -23648,13 +23620,13 @@ snapshots: is-typed-array: 1.1.13 possible-typed-array-names: 1.0.0 - typescript-eslint@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3): + typescript-eslint@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/parser': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) - '@typescript-eslint/utils': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.7.3) + '@typescript-eslint/eslint-plugin': 8.25.0(@typescript-eslint/parser@8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3))(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3) + '@typescript-eslint/parser': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3) + '@typescript-eslint/utils': 8.25.0(eslint@9.21.0(jiti@2.4.2))(typescript@5.3.3) eslint: 9.21.0(jiti@2.4.2) - typescript: 5.7.3 + typescript: 5.3.3 transitivePeerDependencies: - supports-color @@ -23662,9 +23634,8 @@ snapshots: typescript@5.3.3: {} - typescript@5.7.3: {} - - typescript@5.8.2: {} + typescript@5.8.2: + optional: true ufo@1.5.4: {} @@ -23683,11 +23654,10 @@ snapshots: sprintf-js: 1.1.3 util-deprecate: 1.0.2 - undici-types@5.26.5: {} - undici-types@6.19.8: {} - undici-types@6.20.0: {} + undici-types@6.20.0: + optional: true undici@6.19.8: {}