|
25 | 25 | "test": "yarn flow && yarn lint:check && yarn jest --runInBand"
|
26 | 26 | },
|
27 | 27 | "devDependencies": {
|
28 |
| - "@babel/cli": "^7.2.3", |
29 |
| - "@babel/core": "^7.2.2", |
30 |
| - "@babel/plugin-proposal-class-properties": "^7.2.3", |
| 28 | + "@babel/cli": "^7.6.3", |
| 29 | + "@babel/core": "^7.6.3", |
| 30 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
31 | 31 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
|
32 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
33 |
| - "@babel/preset-env": "^7.2.3", |
| 32 | + "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
| 33 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 34 | + "@babel/preset-env": "^7.6.3", |
34 | 35 | "@babel/preset-flow": "^7.0.0",
|
35 |
| - "@babel/preset-react": "^7.0.0", |
| 36 | + "@babel/preset-react": "^7.6.3", |
36 | 37 | "@testing-library/react": "^8.0.5",
|
37 | 38 | "babel-eslint": "^10.0.0",
|
38 | 39 | "babel-jest": "24.0.0-alpha.9",
|
39 |
| - "babel-loader": "^8.0.0", |
40 |
| - "babel-plugin-add-module-exports": "^1.0.0", |
41 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.21", |
| 40 | + "babel-loader": "^8.0.6", |
| 41 | + "babel-plugin-add-module-exports": "^1.0.2", |
| 42 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
42 | 43 | "caniuse-api": "^2.0.0",
|
43 | 44 | "cross-env": "^5.2.0",
|
44 | 45 | "del-cli": "^1.1.0",
|
|
0 commit comments