Skip to content

Commit

Permalink
Update razzle and react-dev-utils (#3997)
Browse files Browse the repository at this point in the history
Co-authored-by: Víctor Fernández de Alba <sneridagh@gmail.com>
  • Loading branch information
davisagli and sneridagh authored Mar 15, 2023
1 parent 7197e44 commit 6ee7865
Show file tree
Hide file tree
Showing 6 changed files with 210 additions and 244 deletions.
1 change: 1 addition & 0 deletions news/3997.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update build dependencies (razzle and react-dev-utils) @davisagli
1 change: 0 additions & 1 deletion package-why.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"i18n:ci": "Description for `npm run i18n:ci` command",
"stylelint:patches": "Description for `npm run stylelint:patches` command",
"patches": "Description for `npm run patches` command",
"deduplicate": "Description for `npm run deduplicate` command",
"dry-release": "Description for `npm run dry-release` command",
"release": "Description for `npm run release` command",
"release-major-alpha": "Description for `npm run release-major-alpha` command",
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,9 @@
"promise-file-reader": "1.0.2",
"prop-types": "15.7.2",
"query-string": "7.1.0",
"razzle": "4.2.17",
"razzle-dev-utils": "4.2.17",
"razzle-plugin-bundle-analyzer": "4.2.17",
"razzle": "4.2.18",
"razzle-dev-utils": "4.2.18",
"razzle-plugin-bundle-analyzer": "4.2.18",
"razzle-plugin-scss": "4.2.18",
"rc-time-picker": "3.7.3",
"react": "17.0.2",
Expand Down Expand Up @@ -431,6 +431,7 @@
"resolutions": {
"clean-css": "5.3.1",
"http-proxy": "^1.18.1",
"react-dev-utils": "^12",
"react-error-overlay": "6.0.9",
"ua-parser-js": "0.7.28"
},
Expand Down
11 changes: 1 addition & 10 deletions packages/generator-volto/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6271,16 +6271,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^3.0.4":
version: 3.0.4
resolution: "minimatch@npm:3.0.4"
dependencies:
brace-expansion: ^1.1.7
checksum: 66ac295f8a7b59788000ea3749938b0970344c841750abd96694f80269b926ebcafad3deeb3f1da2522978b119e6ae3a5869b63b13a7859a456b3408bd18a078
languageName: node
linkType: hard

"minimatch@npm:^3.1.2":
"minimatch@npm:^3.0.4, minimatch@npm:^3.1.2":
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
dependencies:
Expand Down
6 changes: 3 additions & 3 deletions packages/scripts/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3824,11 +3824,11 @@ __metadata:
linkType: hard

"minimatch@npm:^3.0.4":
version: 3.0.4
resolution: "minimatch@npm:3.0.4"
version: 3.1.2
resolution: "minimatch@npm:3.1.2"
dependencies:
brace-expansion: ^1.1.7
checksum: 66ac295f8a7b59788000ea3749938b0970344c841750abd96694f80269b926ebcafad3deeb3f1da2522978b119e6ae3a5869b63b13a7859a456b3408bd18a078
checksum: c154e566406683e7bcb746e000b84d74465b3a832c45d59912b9b55cd50dee66e5c4b1e5566dba26154040e51672f9aa450a9aef0c97cfc7336b78b7afb9540a
languageName: node
linkType: hard

Expand Down
Loading

0 comments on commit 6ee7865

Please sign in to comment.