Skip to content

Commit

Permalink
Bump @svgr/webpack from 7.0.0 to 8.1.0 (#122)
Browse files Browse the repository at this point in the history
This appears to be an update in name only. From what I can tell by
looking at the release notes, the 7 to 8 bump is a side-effect of
changes elsewhere in its monorepo, i.e. there are no actual changes
here, but it would be nice to keep the version current in case of future
development on the 8.x line.
  • Loading branch information
zburke authored Sep 28, 2023
1 parent cb26063 commit 356a406
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Lock `esbuild-loader` to `~3.0.0` to avoid problematic `3.1` release. Refs STRWEB-94.
* Switch to asset modules configuration in stripes webpack (removes file-loader, url-loader deps). Refs STRWEB-77.
* Remove SVGO-dependencies. Replaced by SVGR for loading STCOM SVG's as react-components. Refs STRWEB-77.
* Bump `@svgr/webpack` from `7.0.0` to `8.1.0`.

## [4.2.0](https://github.com/folio-org/stripes-webpack/tree/v4.2.0) (2023-01-30)
[Full Changelog](https://github.com/folio-org/stripes-webpack/compare/v4.1.2...v4.2.0)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-transform-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-class-properties": "^7.0.0",
"@babel/plugin-transform-export-namespace-from": "^7.0.0",
"@babel/plugin-transform-numeric-separator": "^7.0.0",
"@babel/plugin-transform-private-methods": "^7.18.6",
"@babel/plugin-transform-private-property-in-object": "^7.21.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.7.4",
"@babel/preset-react": "^7.9.0",
"@babel/preset-typescript": "^7.7.7",
"@babel/register": "^7.0.0",
"@cerner/duplicate-package-checker-webpack-plugin": "~2.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
"@svgr/webpack": "^7.0.0",
"@svgr/webpack": "^8.1.0",
"add-asset-html-webpack-plugin": "^5.0.2",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.0.0",
Expand Down

0 comments on commit 356a406

Please sign in to comment.