Skip to content

Commit 4804e84

Browse files
committed
maint(dependencies): Upgrade copy-webpack-plugin and specify minimum Node.js version to 12.20.0.
1 parent 5138216 commit 4804e84

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@release-it/conventional-changelog": "^3.3.0",
6060
"@testing-library/jest-dom": "^5.15.0",
6161
"babel-loader": "^8.2.3",
62-
"copy-webpack-plugin": "^9.0.1",
62+
"copy-webpack-plugin": "^10.0.0",
6363
"core-js": "3.19.1",
6464
"css-loader": "^6.5.0",
6565
"eslint": "^8.2.0",
@@ -95,6 +95,9 @@
9595
"test": "jest --watch",
9696
"testonce": "jest"
9797
},
98+
"engines": {
99+
"node": ">=12.20.0"
100+
},
98101
"browserslist": [
99102
">0.2%",
100103
"ie >= 11",

0 commit comments

Comments
 (0)