Skip to content

Commit

Permalink
fix(deps): add babel-preset to core dependencies (#782)
Browse files Browse the repository at this point in the history
* Run `npm install`

* Add "@svgr/babel-preset" to "@svgr/core" dependencies
  • Loading branch information
emlai committed Oct 1, 2022
1 parent 8b9edc4 commit 464ec5f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 59 deletions.
120 changes: 61 additions & 59 deletions package-lock.json

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

1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"prepublishOnly": "npm run reset && npm run build"
},
"dependencies": {
"@svgr/babel-preset": "^6.3.1",
"@svgr/plugin-jsx": "^6.3.1",
"camelcase": "^6.2.0",
"cosmiconfig": "^7.0.1"
Expand Down

1 comment on commit 464ec5f

@vercel
Copy link

@vercel vercel bot commented on 464ec5f Oct 1, 2022

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-git-main-gregberge.vercel.app
svgr-gregberge.vercel.app
api.react-svgr.com

Please sign in to comment.