diff --git a/CHANGELOG.md b/CHANGELOG.md index 1644ac1..3cea501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index f4cf447..c20a640 100644 --- a/package.json +++ b/package.json @@ -14,15 +14,15 @@ }, "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", @@ -30,7 +30,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",