Skip to content

Commit cb7c0b9

Browse files
fix: pin packages to exact versions (#4537)
1 parent 1c33665 commit cb7c0b9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/directive-functions-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@babel/core": "^7.26.8",
7070
"@babel/traverse": "^7.26.8",
7171
"@babel/types": "^7.26.8",
72-
"@tanstack/router-utils": "workspace:^",
72+
"@tanstack/router-utils": "workspace:*",
7373
"babel-dead-code-elimination": "^1.0.10",
7474
"tiny-invariant": "^1.3.3"
7575
},

packages/router-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"node": ">=12"
6767
},
6868
"dependencies": {
69-
"@tanstack/router-generator": "workspace:^",
69+
"@tanstack/router-generator": "workspace:*",
7070
"chokidar": "^3.6.0",
7171
"yargs": "^17.7.2"
7272
},

packages/router-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"dependencies": {
6868
"@tanstack/router-core": "workspace:^",
69-
"@tanstack/router-utils": "workspace:^",
69+
"@tanstack/router-utils": "workspace:*",
7070
"@tanstack/virtual-file-routes": "workspace:^",
7171
"prettier": "^3.5.0",
7272
"recast": "^0.23.11",

packages/router-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@
111111
"@babel/traverse": "^7.26.8",
112112
"@babel/types": "^7.26.8",
113113
"@tanstack/router-core": "workspace:^",
114-
"@tanstack/router-generator": "workspace:^",
115-
"@tanstack/router-utils": "workspace:^",
114+
"@tanstack/router-generator": "workspace:*",
115+
"@tanstack/router-utils": "workspace:*",
116116
"@tanstack/virtual-file-routes": "workspace:^",
117117
"babel-dead-code-elimination": "^1.0.10",
118118
"chokidar": "^3.6.0",

0 commit comments

Comments
 (0)