|
9 | 9 | "test-live": "meteor test --driver-package=practicalmeteor:mocha" |
10 | 10 | }, |
11 | 11 | "dependencies": { |
12 | | - "classnames": "^2.2.5", |
| 12 | + "babel-runtime": "^6.26.0", |
| 13 | + "classnames": "^2.2.6", |
13 | 14 | "lodash.find": "^4.6.0", |
14 | 15 | "lodash.flatmap": "^4.5.0", |
15 | 16 | "lodash.get": "^4.4.2", |
16 | 17 | "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", |
23 | 24 | "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", |
28 | 29 | "simpl-schema": "^1.5.0" |
29 | 30 | }, |
30 | 31 | "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", |
34 | 35 | "chai-as-promised": "^7.1.1", |
35 | 36 | "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", |
38 | 39 | "eslint": "^7.1.0", |
39 | 40 | "eslint-config-airbnb": "^18.1.0", |
40 | 41 | "eslint-import-resolver-meteor": "^0.4.0", |
|
43 | 44 | "eslint-plugin-meteor": "^7.0.0", |
44 | 45 | "eslint-plugin-react": "^7.20.0", |
45 | 46 | "faker": "^4.1.0", |
46 | | - "nightmare": "^3.0.1", |
| 47 | + "nightmare": "^3.0.2", |
47 | 48 | "nightwatch": "^0.9.20", |
48 | | - "react-test-renderer": "^16.3.2", |
| 49 | + "react-test-renderer": "^16.13.1", |
49 | 50 | "selenium-server-standalone-jar": "3.11.0" |
50 | 51 | } |
51 | 52 | } |
0 commit comments