Skip to content

Commit

Permalink
sync additional package peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 13, 2024
1 parent ea61ec5 commit 1abadb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.28.0"
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"netlify-cli": "^15.10.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-adapter-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.28.0"
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-import-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.28.0-alpha.4"
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"wc-compiler": "~0.15.0"
Expand Down

0 comments on commit 1abadb2

Please sign in to comment.