Skip to content

Commit

Permalink
fix: fix peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed May 9, 2023
1 parent 52a1079 commit 2e05255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"@types/svg-parser": "^2.0.3"
},
"peerDependencies": {
"@svgr/core": "workspace:*"
"@svgr/core": "*"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "pnpm run reset && pnpm run build"
},
"peerDependencies": {
"@svgr/core": "workspace:*"
"@svgr/core": "*"
},
"dependencies": {
"deepmerge": "^4.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-svgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "pnpm run reset && pnpm run build"
},
"peerDependencies": {
"@svgr/core": "workspace:*"
"@svgr/core": "*"
},
"dependencies": {
"cosmiconfig": "^8.1.3",
Expand Down

1 comment on commit 2e05255

@vercel
Copy link

@vercel vercel bot commented on 2e05255 May 9, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

svgr – ./

svgr-gregberge.vercel.app
svgr-git-main-gregberge.vercel.app
api.react-svgr.com

Please sign in to comment.