|
22 | 22 | "prop-types": "^15.6.2"
|
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 |
| - "@babel/cli": "^7.0.0-beta.54", |
26 |
| - "@babel/core": "^7.0.0-beta.54", |
27 |
| - "@babel/preset-env": "^7.0.0-beta.54", |
28 |
| - "@babel/preset-react": "^7.0.0-beta.54", |
29 |
| - "@babel/preset-stage-1": "^7.0.0-beta.54", |
30 |
| - "@babel/register": "^7.0.0-beta.54", |
31 |
| - "ava": "^1.0.0-beta.6", |
32 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
| 25 | + "@babel/cli": "^7.0.0", |
| 26 | + "@babel/core": "^7.0.0", |
| 27 | + "@babel/plugin-proposal-export-default-from": "7.0.0", |
| 28 | + "@babel/plugin-syntax-dynamic-import": "7.0.0", |
| 29 | + "@babel/plugin-syntax-import-meta": "7.0.0", |
| 30 | + "@babel/preset-env": "^7.0.0", |
| 31 | + "@babel/preset-react": "^7.0.0", |
| 32 | + "@babel/register": "^7.0.0", |
| 33 | + "ava": "^1.0.0-beta.8", |
| 34 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.15", |
33 | 35 | "cross-env": "^5.2.0",
|
34 | 36 | "del-cli": "^1.1.0",
|
35 |
| - "enzyme": "^3.3.0", |
36 |
| - "enzyme-adapter-react-16": "^1.1.1", |
37 |
| - "eslint": "^5.2.0", |
38 |
| - "eslint-config-concise": "^0.29.2", |
39 |
| - "eslint-config-concise-ava": "^0.29.0", |
40 |
| - "eslint-config-concise-esnext": "^0.28.2", |
41 |
| - "eslint-config-concise-react": "^0.28.2", |
42 |
| - "eslint-plugin-react": "^7.10.0", |
| 37 | + "enzyme": "^3.5.0", |
| 38 | + "enzyme-adapter-react-16": "^1.3.1", |
| 39 | + "eslint": "^5.5.0", |
| 40 | + "eslint-config-concise": "^0.30.0", |
| 41 | + "eslint-config-concise-ava": "^0.30.0", |
| 42 | + "eslint-config-concise-esnext": "^0.30.0", |
| 43 | + "eslint-config-concise-react": "^0.30.0", |
| 44 | + "eslint-plugin-react": "^7.11.1", |
43 | 45 | "husky": "^0.14.3",
|
44 | 46 | "immutable": "^3.8.2",
|
45 | 47 | "intl": "^1.2.5",
|
46 |
| - "jsdom": "^11.11.0", |
| 48 | + "jsdom": "^12.0.0", |
47 | 49 | "jsdom-global": "^3.0.2",
|
48 |
| - "lerna": "^3.0.0-beta.21", |
49 |
| - "lint-staged": "^7.2.0", |
| 50 | + "lint-staged": "^7.2.2", |
50 | 51 | "npm-run-all": "^4.1.3",
|
51 |
| - "nyc": "^12.0.2", |
| 52 | + "nyc": "^13.0.1", |
52 | 53 | "prettier-eslint-cli": "^5.0.0-beta.0",
|
53 | 54 | "raf": "^3.4.0",
|
54 |
| - "react": "^16.4.1", |
55 |
| - "react-dom": "^16.4.1", |
| 55 | + "react": "^16.4.2", |
| 56 | + "react-dom": "^16.4.2", |
56 | 57 | "react-intl": "^2.4.0",
|
57 | 58 | "react-redux": "^5.0.7",
|
58 |
| - "react-test-renderer": "^16.4.1", |
| 59 | + "react-test-renderer": "^16.4.2", |
59 | 60 | "redux": "^4.0.0",
|
60 | 61 | "redux-immutable": "^4.0.0"
|
61 | 62 | },
|
|
0 commit comments