Skip to content

Commit

Permalink
find plugin-* -iname package.json -exec gsed -i -r -e 's|"@greenwood/…
Browse files Browse the repository at this point in the history
…cli": "\^0.4.0"|"@greenwood/cli": "\^0.30.0"|' {} \;
  • Loading branch information
Luke Schierer committed Nov 7, 2024
1 parent 7a59b06 commit f45e7f6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"@babel/core": "^7.10.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"acorn": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"@apollo/client": "^3.7.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-import-commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-import-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"src/"
],
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-import-raw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-include-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"devDependencies": {
"@greenwood/cli": "^0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-polyfills/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-renderer-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.4.0"
"@greenwood/cli": "^0.30.0"
},
"dependencies": {
"@webcomponents/webcomponentsjs": "^2.6.0",
Expand Down

0 comments on commit f45e7f6

Please sign in to comment.