|
39 | 39 | "extract-react-intl" |
40 | 40 | ], |
41 | 41 | "dependencies": { |
42 | | - "babel-plugin-react-intl": "^2.3.1", |
| 42 | + "@babel/core": "^7.0.0", |
| 43 | + "babel-plugin-react-intl": "^3.0.1", |
43 | 44 | "glob": "^7.1.3", |
44 | 45 | "lodash.merge": "^4.6.1", |
45 | 46 | "lodash.mergewith": "^4.6.1", |
46 | | - "pify": "^4.0.0", |
| 47 | + "pify": "^4.0.1", |
47 | 48 | "read-babelrc-up": "^0.3.0" |
48 | 49 | }, |
49 | | - "peerDependencies": { |
50 | | - "babel-core": "^6 || ^7" |
51 | | - }, |
52 | 50 | "devDependencies": { |
| 51 | + "@babel/core": "^7.0.0", |
| 52 | + "@babel/plugin-proposal-class-properties": "^7.3.0", |
| 53 | + "@babel/preset-env": "^7.0.0", |
| 54 | + "@babel/preset-flow": "^7.0.0", |
| 55 | + "@babel/preset-react": "^7.0.0", |
53 | 56 | "all-contributors-cli": "^5.10.2", |
54 | | - "babel-jest": "^23.6.0", |
| 57 | + "babel-core": "^7.0.0-bridge.0", |
| 58 | + "babel-jest": "^24.0.0", |
55 | 59 | "babel-plugin-react-intl-auto": "^1.5.0", |
56 | | - "babel-preset-env": "^1.7.0", |
57 | | - "babel-preset-react": "^6.24.1", |
58 | | - "babel-preset-stage-0": "^6.24.1", |
59 | 60 | "eslint": "^5.12.1", |
60 | 61 | "eslint-config-precure": "^3.5.0", |
61 | 62 | "flow-bin": "^0.91.0", |
62 | 63 | "husky": "^1.3.1", |
63 | | - "jest": "^23.6.0", |
| 64 | + "jest": "^24.0.0", |
64 | 65 | "lint-staged": "^8.1.0", |
65 | | - "prettier": "^1.15.3" |
| 66 | + "prettier": "^1.16.1" |
66 | 67 | }, |
67 | 68 | "husky": { |
68 | 69 | "hooks": { |
|
0 commit comments