Skip to content

Commit

Permalink
chore(deps): update dependency svgr to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 27, 2023
1 parent eca9458 commit 2bf5eb3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
"build": "tsbb build --disable-babel -f src/cli.ts"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
"node": "^14.13.1 || >=16.0.0"
},
"keywords": [
"icongo",
@@ -37,12 +37,12 @@
"src"
],
"dependencies": {
"@svgr/babel-plugin-remove-jsx-attribute": "^6.3.1",
"@svgr/babel-preset": "^6.3.1",
"@svgr/core": "^6.3.1",
"@svgr/plugin-jsx": "^6.3.1",
"@svgr/plugin-prettier": "^6.3.1",
"@svgr/plugin-svgo": "^6.3.1",
"@svgr/babel-plugin-remove-jsx-attribute": "^7.0.0",
"@svgr/babel-preset": "^7.0.0",
"@svgr/core": "^7.0.0",
"@svgr/plugin-jsx": "^7.0.0",
"@svgr/plugin-prettier": "^7.0.0",
"@svgr/plugin-svgo": "^7.0.0",
"@types/fs-extra": "^11.0.0",
"@types/minimist": "^1.2.2",
"@types/svgo": "^2.6.3",

0 comments on commit 2bf5eb3

Please sign in to comment.