Skip to content

Commit 30138ca

Browse files
committed
Update webpack to v5.74.0
1 parent 86007be commit 30138ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"build": "cd react_ujs && webpack"
1212
},
1313
"devDependencies": {
14-
"webpack": "^2.3.3"
14+
"webpack": "^5.74.0"
1515
}
1616
}

react-builds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "^17.0.2",
1111
"react-dom": "^17.0.2",
1212
"react-transition-group": "1.1.1",
13-
"webpack": "^1.12.2"
13+
"webpack": "^5.74.0"
1414
},
1515
"scripts": {
1616
"build": "webpack && NODE_ENV=production webpack -p"

0 commit comments

Comments
 (0)