|
15 | 15 | },
|
16 | 16 | "peerDependencies": {
|
17 | 17 | "react-intl": "^2.2.2",
|
18 |
| - "react-redux": "^5.0.1 || ^6.0.0" |
| 18 | + "react-redux": "^5.0.1 || ^6.0.0 || ^7.0.0" |
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "prop-types": "^15.6.2" |
| 21 | + "prop-types": "^15.7.2" |
22 | 22 | },
|
23 | 23 | "devDependencies": {
|
24 |
| - "@babel/cli": "^7.2.0", |
25 |
| - "@babel/core": "^7.2.0", |
| 24 | + "@babel/cli": "^7.4.3", |
| 25 | + "@babel/core": "^7.4.3", |
26 | 26 | "@babel/plugin-proposal-export-default-from": "7.2.0",
|
27 | 27 | "@babel/plugin-syntax-dynamic-import": "7.2.0",
|
28 | 28 | "@babel/plugin-syntax-import-meta": "7.2.0",
|
29 | 29 | "@babel/plugin-transform-shorthand-properties": "^7.2.0",
|
30 |
| - "@babel/preset-env": "^7.2.0", |
| 30 | + "@babel/preset-env": "^7.4.3", |
31 | 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.21", |
| 32 | + "@babel/register": "^7.4.0", |
| 33 | + "ava": "^1.4.1", |
| 34 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
35 | 35 | "cross-env": "^5.2.0",
|
36 | 36 | "del-cli": "^1.1.0",
|
37 |
| - "enzyme": "^3.8.0", |
38 |
| - "enzyme-adapter-react-16": "^1.7.1", |
39 |
| - "eslint": "^5.10.0", |
40 |
| - "eslint-config-concise": "^0.34.0", |
41 |
| - "eslint-config-concise-ava": "^0.34.0", |
42 |
| - "eslint-config-concise-esnext": "^0.34.0", |
43 |
| - "eslint-config-concise-react": "^0.34.0", |
44 |
| - "eslint-plugin-react": "^7.11.1", |
45 |
| - "husky": "^1.2.1", |
| 37 | + "enzyme": "^3.9.0", |
| 38 | + "enzyme-adapter-react-16": "^1.12.1", |
| 39 | + "eslint": "^5.16.0", |
| 40 | + "eslint-config-concise": "^0.36.0", |
| 41 | + "eslint-config-concise-ava": "^0.36.0", |
| 42 | + "eslint-config-concise-esnext": "^0.36.0", |
| 43 | + "eslint-config-concise-react": "^0.36.0", |
| 44 | + "eslint-plugin-react": "^7.12.4", |
| 45 | + "husky": "^1.3.1", |
46 | 46 | "immutable": "^4.0.0-rc.12",
|
47 | 47 | "intl": "^1.2.5",
|
48 |
| - "jsdom": "^13.0.0", |
| 48 | + "jsdom": "^14.0.0", |
49 | 49 | "jsdom-global": "^3.0.2",
|
50 |
| - "lint-staged": "^8.1.0", |
| 50 | + "lint-staged": "^8.1.5", |
51 | 51 | "npm-run-all": "^4.1.5",
|
52 |
| - "nyc": "^13.1.0", |
| 52 | + "nyc": "^13.3.0", |
53 | 53 | "prettier-eslint-cli": "^5.0.0-beta.0",
|
54 | 54 | "raf": "^3.4.1",
|
55 |
| - "react": "^16.6.3", |
56 |
| - "react-dom": "^16.6.3", |
57 |
| - "react-intl": "^2.7.2", |
58 |
| - "react-redux": "^6.0.0", |
59 |
| - "react-test-renderer": "^16.6.3", |
| 55 | + "react": "^16.8.6", |
| 56 | + "react-dom": "^16.8.6", |
| 57 | + "react-intl": "^2.8.0", |
| 58 | + "react-redux": "^7.0.2", |
| 59 | + "react-test-renderer": "^16.8.6", |
60 | 60 | "redux": "^4.0.1",
|
61 | 61 | "redux-immutable": "^4.0.0"
|
62 | 62 | },
|
|
0 commit comments