Skip to content

Commit 4deed04

Browse files
committed
deps: webpack 5
1 parent 8f7e3cc commit 4deed04

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@easy-team/easywebpack-react",
3-
"version": "4.1.1",
2+
"name": "easywebpack-react",
3+
"version": "5.0.0-beta.1",
44
"description": "React client render and server side render build solution for Webpack",
55
"keywords": [
66
"webpack",
@@ -9,9 +9,9 @@
99
],
1010
"dependencies": {
1111
"@babel/preset-react": "^7.0.0",
12-
"@easy-team/easywebpack": "^4.1.0",
1312
"@hot-loader/react-dom": "^16.8.6",
1413
"babel-plugin-import": "^1.12.0",
14+
"easywebpack": "^5.0.0-beta.1",
1515
"eslint-plugin-react": "^7.1.0",
1616
"isomorphic-style-loader": "^5.0.0",
1717
"react-entry-template-loader": "^1.0.0",
@@ -21,16 +21,16 @@
2121
"chai": "^4.0.0",
2222
"codecov": "^3.0.0",
2323
"conventional-changelog-cli": "^2.0.0",
24-
"cross-env": "^5.0.1",
25-
"eslint-config-eslint": "^5.0.0",
24+
"cross-env": "^7.0.2",
25+
"eslint-config-eslint": "^6.0.0",
2626
"eslint-plugin-react": "^7.3.0",
27-
"mocha": "^6.0.0",
28-
"nyc": "^14.0.0",
27+
"mocha": "^8.1.3",
28+
"nyc": "^15.1.0",
2929
"react": "^16.0.0",
3030
"react-dom": "^16.0.0"
3131
},
3232
"engines": {
33-
"node": ">=6.0.0"
33+
"node": ">=8.0.0"
3434
},
3535
"scripts": {
3636
"lint": "eslint .",
@@ -49,7 +49,7 @@
4949
"tool"
5050
],
5151
"ci": {
52-
"version": "6, 8, 10"
52+
"version": "8, 10, 12, 14"
5353
},
5454
"nyc": {
5555
"exclude": [
@@ -64,6 +64,9 @@
6464
"type": "git",
6565
"url": "git+https://github.com/easy-team/easywebpack-react.git"
6666
},
67+
"publishConfig": {
68+
"tag": "5x"
69+
},
6770
"bugs": {
6871
"url": "https://github.com/easy-team/easywebpack-react/issues"
6972
},

0 commit comments

Comments
 (0)