Skip to content

Commit

Permalink
bump babel-loader to 9.1.3 (folio-org#123)
Browse files Browse the repository at this point in the history
Bump `babel-loader` from `^8.0.0` to `^9.1.3`. The breaking changes
appear to be limited to dropping old versions of babel and Node.js.

This will need to be accompanied by parallel work in stripes-components.
  • Loading branch information
zburke authored Sep 28, 2023
1 parent 356a406 commit 5bbc58e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* 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`.
* Bump `babel-loader` from `^8.0.0` to `^9.1.3`.

## [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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@svgr/webpack": "^8.1.0",
"add-asset-html-webpack-plugin": "^5.0.2",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.0.0",
"babel-loader": "^9.1.3",
"babel-plugin-remove-jsx-attributes": "^0.0.2",
"buffer": "^6.0.3",
"commander": "^2.9.0",
Expand Down

0 comments on commit 5bbc58e

Please sign in to comment.