Skip to content

Commit 13c6568

Browse files
fix: pin start related dependencies to exact versions (#4455)
1 parent 18c7c30 commit 13c6568

File tree

15 files changed

+57
-105
lines changed

15 files changed

+57
-105
lines changed

packages/react-start-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"node": ">=12"
6464
},
6565
"dependencies": {
66-
"@tanstack/react-router": "workspace:^",
67-
"@tanstack/router-core": "workspace:^",
68-
"@tanstack/start-client-core": "workspace:^",
66+
"@tanstack/react-router": "workspace:*",
67+
"@tanstack/router-core": "workspace:*",
68+
"@tanstack/start-client-core": "workspace:*",
6969
"cookie-es": "^1.2.2",
7070
"jsesc": "^3.1.0",
7171
"tiny-invariant": "^1.3.3",

packages/react-start-plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"node": ">=12"
6666
},
6767
"dependencies": {
68-
"@tanstack/router-utils": "workspace:^",
69-
"@tanstack/start-plugin-core": "workspace:^",
68+
"@tanstack/start-plugin-core": "workspace:*",
7069
"zod": "^3.24.2"
7170
},
7271
"devDependencies": {

packages/react-start-server/package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,13 @@
6565
"@tanstack/history": "workspace:^",
6666
"@tanstack/react-router": "workspace:^",
6767
"@tanstack/router-core": "workspace:^",
68-
"@tanstack/start-client-core": "workspace:^",
69-
"@tanstack/start-server-core": "workspace:^",
70-
"tiny-warning": "^1.0.3",
71-
"tiny-invariant": "^1.3.3",
68+
"@tanstack/start-client-core": "workspace:*",
69+
"@tanstack/start-server-core": "workspace:*",
7270
"h3": "1.13.0",
73-
"isbot": "^5.1.22",
74-
"jsesc": "^3.1.0",
75-
"unctx": "^2.4.1"
71+
"isbot": "^5.1.22"
7672
},
7773
"devDependencies": {
7874
"@vitejs/plugin-react": "^4.3.4",
79-
"@types/jsesc": "^3.0.3",
8075
"esbuild": "^0.25.0",
8176
"react": "^19.0.0",
8277
"react-dom": "^19.0.0",

packages/react-start/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@
103103
"node": ">=12"
104104
},
105105
"dependencies": {
106-
"@tanstack/react-start-client": "workspace:^",
107-
"@tanstack/react-start-server": "workspace:^",
108-
"@tanstack/react-start-plugin": "workspace:^",
109-
"@tanstack/start-server-functions-client": "workspace:^",
110-
"@tanstack/start-server-functions-server": "workspace:^"
106+
"@tanstack/react-start-client": "workspace:*",
107+
"@tanstack/react-start-server": "workspace:*",
108+
"@tanstack/react-start-plugin": "workspace:*",
109+
"@tanstack/start-server-functions-client": "workspace:*",
110+
"@tanstack/start-server-functions-server": "workspace:*"
111111
},
112112
"peerDependencies": {
113113
"@vitejs/plugin-react": ">=4.3.4",

packages/solid-start-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"node": ">=12"
6464
},
6565
"dependencies": {
66-
"@tanstack/solid-router": "workspace:^",
67-
"@tanstack/router-core": "workspace:^",
68-
"@tanstack/start-client-core": "workspace:^",
66+
"@tanstack/solid-router": "workspace:*",
67+
"@tanstack/router-core": "workspace:*",
68+
"@tanstack/start-client-core": "workspace:*",
6969
"cookie-es": "^1.2.2",
7070
"jsesc": "^3.1.0",
7171
"tiny-invariant": "^1.3.3",

packages/solid-start-plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
"node": ">=12"
6666
},
6767
"dependencies": {
68-
"@tanstack/router-utils": "workspace:^",
69-
"@tanstack/start-plugin-core": "workspace:^",
68+
"@tanstack/start-plugin-core": "workspace:*",
7069
"zod": "^3.24.2"
7170
},
7271
"devDependencies": {

packages/solid-start-server/package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,11 @@
6666
"@tanstack/history": "workspace:^",
6767
"@tanstack/router-core": "workspace:^",
6868
"@tanstack/solid-router": "workspace:^",
69-
"@tanstack/start-client-core": "workspace:^",
70-
"@tanstack/start-server-core": "workspace:^",
71-
"h3": "1.13.0",
72-
"isbot": "^5.1.22",
73-
"jsesc": "^3.1.0",
74-
"tiny-warning": "^1.0.3",
75-
"unctx": "^2.4.1"
69+
"@tanstack/start-client-core": "workspace:*",
70+
"@tanstack/start-server-core": "workspace:*",
71+
"isbot": "^5.1.22"
7672
},
7773
"devDependencies": {
78-
"@types/jsesc": "^3.0.3",
7974
"esbuild": "^0.25.0",
8075
"solid-js": "^1.9.5",
8176
"typescript": "^5.7.2",

packages/solid-start/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@
103103
"node": ">=12"
104104
},
105105
"dependencies": {
106-
"@tanstack/solid-start-client": "workspace:^",
107-
"@tanstack/solid-start-server": "workspace:^",
108-
"@tanstack/solid-start-plugin": "workspace:^",
109-
"@tanstack/start-server-functions-client": "workspace:^",
110-
"@tanstack/start-server-functions-server": "workspace:^"
106+
"@tanstack/solid-start-client": "workspace:*",
107+
"@tanstack/solid-start-server": "workspace:*",
108+
"@tanstack/solid-start-plugin": "workspace:*",
109+
"@tanstack/start-server-functions-client": "workspace:*",
110+
"@tanstack/start-server-functions-server": "workspace:*"
111111
},
112112
"peerDependencies": {
113113
"solid-js": ">=1.0.0",

packages/start-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"node": ">=12"
6464
},
6565
"dependencies": {
66-
"@tanstack/router-core": "workspace:^",
66+
"@tanstack/router-core": "workspace:*",
6767
"cookie-es": "^1.2.2",
6868
"tiny-invariant": "^1.3.3",
6969
"tiny-warning": "^1.0.3"

packages/start-plugin-core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
"@babel/code-frame": "7.26.2",
7070
"@babel/core": "^7.26.8",
7171
"@babel/types": "^7.26.8",
72-
"@tanstack/router-core": "workspace:^",
73-
"@tanstack/router-generator": "workspace:^",
74-
"@tanstack/router-plugin": "workspace:^",
75-
"@tanstack/router-utils": "workspace:^",
76-
"@tanstack/server-functions-plugin": "workspace:^",
77-
"@tanstack/start-server-core": "workspace:^",
72+
"@tanstack/router-core": "workspace:*",
73+
"@tanstack/router-generator": "workspace:*",
74+
"@tanstack/router-plugin": "workspace:*",
75+
"@tanstack/router-utils": "workspace:*",
76+
"@tanstack/server-functions-plugin": "workspace:*",
77+
"@tanstack/start-server-core": "workspace:*",
7878
"@types/babel__code-frame": "^7.0.6",
7979
"@types/babel__core": "^7.20.5",
8080
"babel-dead-code-elimination": "^1.0.9",

0 commit comments

Comments
 (0)