Skip to content

Commit

Permalink
peer dependencies need to match dev dependencies or package managers …
Browse files Browse the repository at this point in the history
…will occasionally (pnpm will always) complain
  • Loading branch information
Luke Schierer committed Nov 6, 2024
1 parent 02d941b commit 0e0f987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-google-analytics/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-postcss/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": {
"postcss": "^8.3.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-renderer-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"access": "public"
},
"peerDependencies": {
"@greenwood/cli": "^0.22.1",
"@greenwood/cli": "^0.30.0",
"lit": "^3.1.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typescript/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": {
"typescript": "^5.1.6"
Expand Down

0 comments on commit 0e0f987

Please sign in to comment.