Skip to content

Commit

Permalink
fix: Referencing pnpm workspace packages incorrectly (#473)
Browse files Browse the repository at this point in the history
* fix: referencing pnpm workspace pkgs incorrectly

* update pnpm lock to match workspace fix
  • Loading branch information
yellowsink committed Dec 31, 2022
1 parent 6d3c068 commit 22ce342
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 65 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"spnpm": {
"overrides": {
"@tanstack/router-core": "workspace:*",
"@tanstack/react-router": "workspace:*",
"@tanstack/router-cli": "workspace:*",
"@tanstack/react-router-devtools": "workspace:*"
"@tanstack/router-core": "workspace:^",
"@tanstack/react-router": "workspace:^",
"@tanstack/router-cli": "workspace:^",
"@tanstack/react-router-devtools": "workspace:^"
}
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"date-fns": "^2.29.1",
"@tanstack/react-router": "0.0.1-beta.38"
"@tanstack/react-router": "workspace:^"
},
"devDependencies": {
"babel-plugin-transform-async-to-promises": "^0.8.18"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@babel/runtime": "^7.16.7",
"@solidjs/reactivity": "^0.0.6",
"@tanstack/router-core": "0.0.1-beta.39",
"@tanstack/router-core": "workspace:^",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
Expand Down
90 changes: 31 additions & 59 deletions pnpm-lock.yaml

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

0 comments on commit 22ce342

Please sign in to comment.