Skip to content

Commit

Permalink
fix: workspace deps pin version
Browse files Browse the repository at this point in the history
  • Loading branch information
KusStar committed Aug 23, 2022
1 parent df909c6 commit d89ccac
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 47 deletions.
4 changes: 2 additions & 2 deletions example/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "next start"
},
"dependencies": {
"mincu-react": "workspace:^2.10.1",
"mincu-react-demo-shared": "workspace:^2.10.1",
"mincu-react": "workspace:2.10.1",
"mincu-react-demo-shared": "workspace:2.10.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion example/react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"typescript": "^4.7.4",
"vite": "^3.0.4"
}
}
}
2 changes: 1 addition & 1 deletion example/vanilla-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^3.0.4"
},
"dependencies": {
"mincu-debug": "workspace:^2.10.1"
"mincu-debug": "workspace:2.10.1"
}
}
2 changes: 1 addition & 1 deletion example/vue-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"mincu-vanilla": "workspace:^2.10.1",
"mincu-vanilla": "workspace:2.10.1",
"qrcode.vue": "^3.3.3",
"vue": "^3.2.37"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
],
"dependencies": {
"events": "^3.3.0",
"mincu-lib": "workspace:^2.10.1"
"mincu-lib": "workspace:2.10.1"
}
}
4 changes: 2 additions & 2 deletions packages/data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dist"
],
"dependencies": {
"mincu-core": "workspace:^2.10.1",
"mincu-lib": "workspace:^2.10.1"
"mincu-core": "workspace:2.10.1",
"mincu-lib": "workspace:2.10.1"
}
}
4 changes: 2 additions & 2 deletions packages/debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"lodash.debounce": "^4.0.8",
"meow": "9.0.0",
"mincu-chii": "^1.1.0",
"mincu-debug-tools": "workspace:^2.10.1",
"mincu-lib": "workspace:^2.10.1",
"mincu-debug-tools": "workspace:2.10.1",
"mincu-lib": "workspace:2.10.1",
"open": "^8.4.0",
"strip-ansi": "6.0.0",
"terminate": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dist"
],
"dependencies": {
"mincu-core": "workspace:^2.10.1"
"mincu-core": "workspace:2.10.1"
}
}
4 changes: 2 additions & 2 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"dependencies": {
"lodash": "^4.17.21",
"mincu-core": "workspace:^2.10.1",
"mincu-data": "workspace:^2.10.1"
"mincu-core": "workspace:2.10.1",
"mincu-data": "workspace:2.10.1"
},
"peerDependencies": {
"react": ">=17"
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dist"
],
"dependencies": {
"mincu-core": "workspace:^2.10.1",
"mincu-data": "workspace:^2.10.1"
"mincu-core": "workspace:2.10.1",
"mincu-data": "workspace:2.10.1"
},
"devDependencies": {
"axios": "^0.27.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"dist"
],
"dependencies": {
"mincu-hooks": "workspace:^2.10.1",
"mincu-vanilla": "workspace:^2.10.1"
"mincu-hooks": "workspace:2.10.1",
"mincu-vanilla": "workspace:2.10.1"
},
"peerDependencies": {
"react": ">=17"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dist"
],
"dependencies": {
"mincu-core": "workspace:^2.10.1"
"mincu-core": "workspace:2.10.1"
}
}
10 changes: 5 additions & 5 deletions packages/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"dist"
],
"dependencies": {
"mincu-core": "workspace:^2.10.1",
"mincu-data": "workspace:^2.10.1",
"mincu-event": "workspace:^2.10.1",
"mincu-network": "workspace:^2.10.1",
"mincu-ui": "workspace:^2.10.1"
"mincu-core": "workspace:2.10.1",
"mincu-data": "workspace:2.10.1",
"mincu-event": "workspace:2.10.1",
"mincu-network": "workspace:2.10.1",
"mincu-ui": "workspace:2.10.1"
}
}
50 changes: 26 additions & 24 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 d89ccac

Please sign in to comment.