|
15 | 15 | "test": "jest --runInBand" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "@babel/cli": "^7.1.5", |
19 | | - "@babel/core": "^7.1.6", |
20 | | - "@babel/generator": "^7.1.6", |
21 | | - "@babel/node": "^7.0.0", |
22 | | - "@babel/plugin-proposal-class-properties": "^7.1.0", |
23 | | - "@babel/plugin-syntax-typescript": "^7.1.5", |
24 | | - "@babel/preset-env": "^7.1.6", |
| 18 | + "@babel/cli": "^7.4.3", |
| 19 | + "@babel/core": "^7.4.3", |
| 20 | + "@babel/generator": "^7.4.0", |
| 21 | + "@babel/node": "^7.2.2", |
| 22 | + "@babel/plugin-proposal-class-properties": "^7.4.0", |
| 23 | + "@babel/plugin-syntax-typescript": "^7.3.3", |
| 24 | + "@babel/preset-env": "^7.4.3", |
25 | 25 | "babel-core": "^7.0.0-bridge.0", |
26 | 26 | "babel-eslint": "^10.0.1", |
27 | | - "babel-jest": "^23.6.0", |
28 | | - "babel-loader": "^8.0.4", |
29 | | - "codecov": "^3.1.0", |
| 27 | + "babel-jest": "^24.7.1", |
| 28 | + "babel-loader": "^8.0.5", |
| 29 | + "codecov": "^3.3.0", |
30 | 30 | "conventional-github-releaser": "^3.1.2", |
31 | | - "eslint": "^5.9.0", |
| 31 | + "eslint": "^5.16.0", |
32 | 32 | "eslint-config-airbnb": "^17.1.0", |
33 | | - "eslint-config-prettier": "^3.3.0", |
34 | | - "eslint-plugin-import": "^2.14.0", |
35 | | - "eslint-plugin-jsx-a11y": "^6.1.2", |
36 | | - "eslint-plugin-react": "^7.11.1", |
37 | | - "jest": "^23.6.0", |
38 | | - "lerna": "^3.4.3", |
39 | | - "react": "^16.6.3", |
| 33 | + "eslint-config-prettier": "^4.1.0", |
| 34 | + "eslint-plugin-import": "^2.16.0", |
| 35 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
| 36 | + "eslint-plugin-react": "^7.12.4", |
| 37 | + "jest": "^24.7.1", |
| 38 | + "lerna": "^3.13.2", |
| 39 | + "react": "^16.8.6", |
40 | 40 | "rehype-parse": "^6.0.0", |
41 | | - "unified": "^7.0.2", |
42 | | - "vfile": "^3.0.1" |
| 41 | + "unified": "^7.1.0", |
| 42 | + "vfile": "^4.0.0" |
43 | 43 | } |
44 | 44 | } |
0 commit comments