Skip to content

Commit

Permalink
fix: specify valid peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 12, 2021
1 parent 12627fc commit 45a76ed
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 19 deletions.
6 changes: 3 additions & 3 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 15 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/plugin-jsx/package.json
Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "npm run reset && npm run build"
},
"peerDependencies": {
"@svgr/core": "^6.0.0-alpha.0"
"@svgr/core": "^6.0.0"
},
"dependencies": {
"@babel/core": "^7.15.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prettier/package.json
Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "npm run reset && npm run build"
},
"peerDependencies": {
"@svgr/core": "^6.0.0-alpha.0"
"@svgr/core": "^6.0.0"
},
"dependencies": {
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svgo/package.json
Expand Up @@ -28,7 +28,7 @@
"prepublishOnly": "npm run reset && npm run build"
},
"peerDependencies": {
"@svgr/core": "^6.0.0-alpha.0"
"@svgr/core": "^6.0.0"
},
"dependencies": {
"cosmiconfig": "^7.0.1",
Expand Down

1 comment on commit 45a76ed

@vercel
Copy link

@vercel vercel bot commented on 45a76ed Dec 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.