Skip to content

Commit 9464052

Browse files
committed
chore: Upgrade React
1 parent 9188a80 commit 9464052

File tree

2 files changed

+503
-304
lines changed

2 files changed

+503
-304
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,32 +9,33 @@
99
"test-live": "meteor test --driver-package=practicalmeteor:mocha"
1010
},
1111
"dependencies": {
12-
"classnames": "^2.2.5",
12+
"babel-runtime": "^6.26.0",
13+
"classnames": "^2.2.6",
1314
"lodash.find": "^4.6.0",
1415
"lodash.flatmap": "^4.5.0",
1516
"lodash.get": "^4.4.2",
1617
"meteor-node-stubs": "~0.3.3",
17-
"moment": "^2.22.1",
18-
"normalize.css": "^8.0.0",
19-
"prop-types": "^15.6.1",
20-
"react": "^16.3.2",
21-
"react-dom": "^16.3.2",
22-
"react-redux": "^5.0.7",
18+
"moment": "^2.26.0",
19+
"normalize.css": "^8.0.1",
20+
"prop-types": "^15.7.2",
21+
"react": "^16.13.1",
22+
"react-dom": "^16.13.1",
23+
"react-redux": "^7.2.0",
2324
"react-router-dom": "^4.2.2",
24-
"redux": "^4.0.0",
25-
"redux-form": "^7.3.0",
26-
"semantic-ui-css": "^2.3.1",
27-
"semantic-ui-react": "^0.79.1",
25+
"redux": "^4.0.5",
26+
"redux-form": "^8.3.6",
27+
"semantic-ui-css": "^2.4.1",
28+
"semantic-ui-react": "^0.88.2",
2829
"simpl-schema": "^1.5.0"
2930
},
3031
"devDependencies": {
31-
"babel-eslint": "^8.2.3",
32-
"babel-plugin-transform-decorators-legacy": "^1.3.4",
33-
"chai": "^4.1.0",
32+
"babel-eslint": "^10.1.0",
33+
"babel-plugin-transform-decorators-legacy": "^1.3.5",
34+
"chai": "^4.2.0",
3435
"chai-as-promised": "^7.1.1",
3536
"chromedriver": "^2.37.0",
36-
"enzyme": "^3.3.0",
37-
"enzyme-adapter-react-16": "^1.1.1",
37+
"enzyme": "^3.11.0",
38+
"enzyme-adapter-react-16": "^1.15.2",
3839
"eslint": "^7.1.0",
3940
"eslint-config-airbnb": "^18.1.0",
4041
"eslint-import-resolver-meteor": "^0.4.0",
@@ -43,9 +44,9 @@
4344
"eslint-plugin-meteor": "^7.0.0",
4445
"eslint-plugin-react": "^7.20.0",
4546
"faker": "^4.1.0",
46-
"nightmare": "^3.0.1",
47+
"nightmare": "^3.0.2",
4748
"nightwatch": "^0.9.20",
48-
"react-test-renderer": "^16.3.2",
49+
"react-test-renderer": "^16.13.1",
4950
"selenium-server-standalone-jar": "3.11.0"
5051
}
5152
}

0 commit comments

Comments
 (0)