Skip to content

Commit c60c5ce

Browse files
committed
STCLI-275 bump webpack to ^5.104.1
Bump the `webpack` dependency to `^5.104.1`, meeting the minimum `^5.103` requirement of STRWEB-144 where we want to use `webpack.ManifestPlugin`. Refs STCLI-275, STRWEB-144
1 parent ff0c0ca commit c60c5ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Populate module descriptor's `name` field with module-name if `description` is missing. Refs STCLI-272.
66
* Populate module descriptor's `metadata` field with remaining `stripes` properties. Refs STCLI-274.
7+
* Supply `webpack` `^5.103` to provide `webpack.ManifestPlugin` for STRWEB-144. Refs STCLI-275.
78

89
## [4.0.0](https://github.com/folio-org/stripes-cli/tree/v4.0.0) (2025-02-24)
910
[Full Changelog](https://github.com/folio-org/stripes-cli/compare/v3.2.0...v4.0.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"supports-color": "^4.5.0",
7070
"tough-cookie": "^4.1.3",
7171
"update-notifier": "^6.0.2",
72-
"webpack": "^5.99.6",
72+
"webpack": "^5.104.1",
7373
"webpack-bundle-analyzer": "^4.4.2",
7474
"yargs": "^17.3.1"
7575
},

0 commit comments

Comments
 (0)