Skip to content

Commit

Permalink
fix: requires fixed version across the monorepo (#5208)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 16, 2024
1 parent cad08ee commit 68f5196
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 32 deletions.
2 changes: 1 addition & 1 deletion packages/browser/package.json
Expand Up @@ -51,7 +51,7 @@
},
"peerDependencies": {
"playwright": "*",
"vitest": "^1.0.0",
"vitest": "workspace:*",
"webdriverio": "*"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage-istanbul/package.json
Expand Up @@ -42,7 +42,7 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"vitest": "^1.0.0"
"vitest": "workspace:*"
},
"dependencies": {
"debug": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/coverage-v8/package.json
Expand Up @@ -42,7 +42,7 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"vitest": "^1.0.0"
"vitest": "workspace:*"
},
"dependencies": {
"@ampproject/remapping": "^2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -46,7 +46,7 @@
"prepublishOnly": "pnpm build"
},
"peerDependencies": {
"vitest": "^1.0.0"
"vitest": "workspace:*"
},
"dependencies": {
"@vitest/utils": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vitest/package.json
Expand Up @@ -118,8 +118,8 @@
"peerDependencies": {
"@edge-runtime/vm": "*",
"@types/node": "^18.0.0 || >=20.0.0",
"@vitest/browser": "^1.0.0",
"@vitest/ui": "^1.0.0",
"@vitest/browser": "workspace:*",
"@vitest/ui": "workspace:*",
"happy-dom": "*",
"jsdom": "*"
},
Expand Down
58 changes: 32 additions & 26 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 68f5196

Please sign in to comment.