Skip to content

Commit d564820

Browse files
committed
Move typescript dep to a pnpm catalog
1 parent 90e07f1 commit d564820

File tree

38 files changed

+79
-70
lines changed

38 files changed

+79
-70
lines changed

integration/helpers/cloudflare-dev-proxy-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@react-router/remix-routes-option-adapter": "workspace:*",
2626
"@types/react": "^18.2.20",
2727
"@types/react-dom": "^18.2.7",
28-
"typescript": "^5.1.6",
28+
"typescript": "catalog:",
2929
"vite": "^6.3.0",
3030
"wrangler": "^4.23.0"
3131
},

integration/helpers/rsc-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"path-browserify": "^1.0.0",
3434
"querystring-es3": "^0.2.1",
3535
"stream-http": "^3.1.0",
36-
"typescript": "^5.1.6",
36+
"typescript": "catalog:",
3737
"url": "^0.11.0"
3838
},
3939
"dependencies": {

integration/helpers/rsc-vite-framework/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vitejs/plugin-react": "^4.5.2",
2424
"@vitejs/plugin-rsc": "0.4.30",
2525
"cross-env": "^7.0.3",
26-
"typescript": "^5.1.6",
26+
"typescript": "catalog:",
2727
"vite": "^6.3.0",
2828
"vite-env-only": "^3.0.1",
2929
"vite-tsconfig-paths": "^4.2.1"

integration/helpers/rsc-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/react": "^19.1.8",
1717
"@types/react-dom": "^19.1.6",
1818
"@vitejs/plugin-react": "^4.5.2",
19-
"typescript": "^5.1.6",
19+
"typescript": "catalog:",
2020
"vite": "^6.3.0"
2121
},
2222
"dependencies": {

integration/helpers/vite-5-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.2.20",
3131
"@types/react-dom": "^18.2.7",
3232
"eslint": "^8.38.0",
33-
"typescript": "^5.1.6",
33+
"typescript": "catalog:",
3434
"vite": "^5.1.0",
3535
"vite-env-only": "^3.0.1",
3636
"vite-tsconfig-paths": "^4.2.1"

integration/helpers/vite-6-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.2.20",
3131
"@types/react-dom": "^18.2.7",
3232
"eslint": "^8.38.0",
33-
"typescript": "^5.1.6",
33+
"typescript": "catalog:",
3434
"vite": "^6.3.0",
3535
"vite-env-only": "^3.0.1",
3636
"vite-tsconfig-paths": "^4.2.1"

integration/helpers/vite-7-beta-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.2.20",
3131
"@types/react-dom": "^18.2.7",
3232
"eslint": "^8.38.0",
33-
"typescript": "^5.1.6",
33+
"typescript": "catalog:",
3434
"vite": "7.0.0-beta.0",
3535
"vite-env-only": "^3.0.1",
3636
"vite-tsconfig-paths": "^4.2.1"

integration/helpers/vite-plugin-cloudflare-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "^18.2.20",
2727
"@types/react-dom": "^18.2.7",
2828
"eslint": "^8.38.0",
29-
"typescript": "^5.1.6",
29+
"typescript": "catalog:",
3030
"vite": "^6.3.0",
3131
"vite-tsconfig-paths": "^4.2.1",
3232
"wrangler": "^4.23.0"

integration/helpers/vite-rolldown-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react-dom": "^18.2.7",
3232
"cross-env": "^7.0.3",
3333
"eslint": "^8.38.0",
34-
"typescript": "^5.1.6",
34+
"typescript": "catalog:",
3535
"vite": "npm:[email protected]",
3636
"vite-env-only": "^3.0.1",
3737
"vite-tsconfig-paths": "^4.2.1"

integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"strip-ansi": "^6.0.1",
4444
"strip-indent": "^3.0.0",
4545
"type-fest": "^4.0.0",
46-
"typescript": "^5.1.0",
46+
"typescript": "catalog:",
4747
"vite": "^6.3.0",
4848
"vite-env-only": "^3.0.1",
4949
"vite-tsconfig-paths": "^4.2.2",

0 commit comments

Comments
 (0)