Skip to content

Commit

Permalink
fix: bump gatsby-plugin-react-svg from 3.1.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [gatsby-plugin-react-svg](https://github.com/jacobmischka/gatsby-plugin-react-svg) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/jacobmischka/gatsby-plugin-react-svg/releases)
- [Commits](jacobmischka/gatsby-plugin-react-svg@v3.1.0...v3.3.0)

---
updated-dependencies:
- dependency-name: gatsby-plugin-react-svg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent a580b0c commit a6061d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gatsby-starter-jsonresume/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"gatsby": "^4.24.4",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-styled-components": "^5.24.0",
"gatsby-theme-jsonresume": "*",
"grommet": "^2.27.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6418,10 +6418,10 @@ gatsby-plugin-page-creator@^4.24.1:
globby "^11.1.0"
lodash "^4.17.21"

gatsby-plugin-react-svg@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.1.0.tgz#00269f182793f1f624bbfb9817608f6ee26f7b70"
integrity sha512-OiEeTRQ+tzf7YrOnj87uMD6AGRl7BKxogAp1CUDtfiP+WGWZ99S5PeDLHJW5ExxGH1NVzWlNgtJjNmJhDksPhg==
gatsby-plugin-react-svg@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.3.0.tgz#1dad8594ecd6ffd86e5ff45e1b9365367c999c44"
integrity sha512-kFPElMFu1QCkiFCm1pSrVkOHAeafU6wkD0qCVPs7nL/Txh5KFh0aOO6Feiwvfre1Jo+Eg3lwCuGmgsy9L+4pDg==
dependencies:
svg-react-loader "^0.4.6"

Expand Down

0 comments on commit a6061d9

Please sign in to comment.