|
15 | 15 | ], |
16 | 16 | "license": "MIT", |
17 | 17 | "devDependencies": { |
18 | | - "@babel/cli": "^7.0.0-beta.46", |
19 | | - "@babel/plugin-proposal-class-properties": "^7.0.0-beta.46", |
| 18 | + "@babel/cli": "^7.0.0-beta.49", |
| 19 | + "@babel/plugin-proposal-class-properties": "^7.0.0-beta.49", |
20 | 20 | "babel-core": "^7.0.0-bridge.0", |
21 | 21 | "babel-eslint": "^8.2.3", |
22 | | - "babel-jest": "^22.4.3", |
| 22 | + "babel-jest": "^23.0.1", |
23 | 23 | "babel-loader": "^7.1.4", |
24 | 24 | "codecov": "^3.0.2", |
25 | 25 | "conventional-github-releaser": "^2.0.2", |
26 | 26 | "eslint": "^4.19.1", |
27 | 27 | "eslint-config-airbnb-base": "^12.0.1", |
28 | 28 | "eslint-config-prettier": "^2.9.0", |
29 | | - "eslint-plugin-import": "^2.11.0", |
30 | | - "jest": "^22.4.3", |
| 29 | + "eslint-plugin-import": "^2.12.0", |
| 30 | + "jest": "^23.0.1", |
31 | 31 | "memory-fs": "^0.4.1", |
32 | | - "react": "^16.3.2", |
33 | | - "standard-version": "^4.3.0", |
34 | | - "webpack": "^4.8.3" |
| 32 | + "react": "^16.4.0", |
| 33 | + "standard-version": "^4.4.0", |
| 34 | + "webpack": "^4.9.1" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | | - "@babel/core": "^7.0.0-beta.46", |
38 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.46", |
39 | | - "@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.46", |
40 | | - "@babel/preset-env": "^7.0.0-beta.46", |
41 | | - "@babel/preset-react": "^7.0.0-beta.46", |
| 37 | + "@babel/core": "^7.0.0-beta.49", |
| 38 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49", |
| 39 | + "@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.49", |
| 40 | + "@babel/preset-env": "^7.0.0-beta.49", |
| 41 | + "@babel/preset-react": "^7.0.0-beta.49", |
42 | 42 | "chalk": "^2.4.1", |
43 | 43 | "commander": "^2.15.1", |
44 | 44 | "glob": "^7.1.2", |
|
48 | 48 | "lodash": "^4.17.10", |
49 | 49 | "mz": "^2.6.0", |
50 | 50 | "output-file-sync": "^2.0.1", |
51 | | - "prettier": "^1.12.1", |
| 51 | + "prettier": "^1.13.0", |
52 | 52 | "recursive-readdir": "^2.2.2", |
53 | 53 | "svgo": "^1.0.5" |
54 | 54 | }, |
|
0 commit comments