Skip to content

Commit

Permalink
fix(deps): update dependency svgo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent 6c22811 commit 4a692d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svg-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"dependencies": {
"@wcj/tools-react-components": "1.10.0",
"pako": "^2.0.4",
"svgo": "^2.8.0"
"svgo": "^3.0.0"
},
"peerDependencies": {
"@types/pako": "^2.0.0",
"@types/svgo": "^2.6.3",
"@types/svgo": "^3.0.0",
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
}
Expand Down

0 comments on commit 4a692d4

Please sign in to comment.