Skip to content

Commit

Permalink
build(deps): bump svgo and @types/svgo
Browse files Browse the repository at this point in the history
Bumps [svgo](https://github.com/svg/svgo) and [@types/svgo](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/svgo). These dependencies needed to be updated together.

Updates `svgo` from 2.8.0 to 3.0.2
- [Release notes](https://github.com/svg/svgo/releases)
- [Changelog](https://github.com/svg/svgo/blob/main/CHANGELOG-old.md)
- [Commits](svg/svgo@v2.8.0...v3.0.2)

Updates `@types/svgo` from 2.6.4 to 3.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/svgo)

---
updated-dependencies:
- dependency-name: svgo
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/svgo"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent ba0e5f6 commit 161247a
Show file tree
Hide file tree
Showing 2 changed files with 2,235 additions and 2,232 deletions.
4 changes: 2 additions & 2 deletions plugins/svgo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@types/svgo": "^2.6.4",
"@types/svgo": "^3.0.0",
"fast-glob": "^3.2.11",
"svgo": "^2.8.0"
"svgo": "^3.0.2"
},
"peerDependencies": {
"magefront": "workspace:^"
Expand Down
Loading

0 comments on commit 161247a

Please sign in to comment.