Skip to content

Commit

Permalink
chore: bump pnpm resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 15, 2024
1 parent 722c3ea commit 47d6814
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@lhci/utils": "^0.14.0",
"@unlighthouse/core": "workspace:../core",
"@unlighthouse/server": "workspace:../server",
"@unlighthouse/core": "workspace:*",
"@unlighthouse/server": "workspace:*",
"better-opn": "^3.0.2",
"cac": "^6.7.14",
"consola": "^3.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@iconify-json/vscode-icons": "latest",
"@types/lodash": "^4.17.6",
"@types/three": "^0.166.0",
"@unlighthouse/core": "workspace:../core",
"@unlighthouse/core": "workspace:*",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "^3.4.31",
"@vueuse/core": "^10.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@unlighthouse/core": "workspace:../core",
"@unlighthouse/core": "workspace:*",
"h3": "^1.12.0",
"listhen": "^1.7.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/unlighthouse-ci/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
}
},
"dependencies": {
"@unlighthouse/cli": "workspace:../cli",
"@unlighthouse/client": "workspace:../client",
"@unlighthouse/core": "workspace:../core"
"@unlighthouse/cli": "workspace:*",
"@unlighthouse/client": "workspace:*",
"@unlighthouse/core": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions packages/unlighthouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
}
},
"dependencies": {
"@unlighthouse/cli": "workspace:../cli",
"@unlighthouse/client": "workspace:../client",
"@unlighthouse/core": "workspace:../core"
"@unlighthouse/cli": "workspace:*",
"@unlighthouse/client": "workspace:*",
"@unlighthouse/core": "workspace:*"
}
}
20 changes: 10 additions & 10 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 47d6814

Please sign in to comment.