Skip to content

Commit

Permalink
chore: fix pnpmlock
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed May 3, 2023
1 parent 5ff1387 commit 4d18463
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/core/compose-refs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:fix": "eslint . --fix"
},
"peerDependencies": {
"vue": "^3.2.47"
"vue": "^3.3.0-beta.3"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/use-controllable-ref/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:fix": "eslint . --fix"
},
"peerDependencies": {
"vue": "^3.2.47"
"vue": "^3.3.0-beta.3"
},
"dependencies": {
"@oku-ui/use-callback-ref": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/use-previous/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:fix": "eslint . --fix"
},
"peerDependencies": {
"vue": "^3.2.47"
"vue": "^3.3.0-beta.3"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/use-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:fix": "eslint . --fix"
},
"peerDependencies": {
"vue": "^3.2.47"
"vue": "^3.3.0-beta.3"
},
"devDependencies": {
"@types/resize-observer-browser": "^0.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lint:fix": "eslint . --fix"
},
"peerDependencies": {
"vue": "^3.2.47"
"vue": "^3.3.0-beta.3"
},
"devDependencies": {
"tsconfig": "workspace:^"
Expand Down
69 changes: 22 additions & 47 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 4d18463

Please sign in to comment.