From 356a40614f174b5c692c22d76e215bd0c12c5724 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 28 Sep 2023 13:53:26 -0400 Subject: [PATCH] Bump @svgr/webpack from 7.0.0 to 8.1.0 (#122) 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. --- CHANGELOG.md | 1 + package.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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",