|
1 | 1 | { |
2 | 2 | "private": true, |
3 | | - "version": "0.11.7", |
| 3 | + "version": "0.12.2", |
4 | 4 | "name": "monorepo", |
5 | 5 | "scripts": { |
6 | 6 | "clean": "del-cli ./packages/*/dist", |
|
23 | 23 | "test": "yarn flow && yarn lint:check && yarn jest --runInBand" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@babel/cli": "^7.6.3", |
27 | | - "@babel/core": "^7.6.3", |
28 | | - "@babel/plugin-proposal-class-properties": "^7.5.5", |
29 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", |
30 | | - "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
31 | | - "@babel/plugin-transform-runtime": "^7.6.2", |
32 | | - "@babel/preset-env": "^7.6.3", |
33 | | - "@babel/preset-flow": "^7.0.0", |
34 | | - "@babel/preset-react": "^7.6.3", |
| 26 | + "@babel/cli": "^7.8.4", |
| 27 | + "@babel/core": "^7.8.4", |
| 28 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 29 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3", |
| 30 | + "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
| 31 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 32 | + "@babel/preset-env": "^7.8.4", |
| 33 | + "@babel/preset-flow": "^7.8.3", |
| 34 | + "@babel/preset-react": "^7.8.3", |
35 | 35 | "@testing-library/react": "^9.3.0", |
36 | 36 | "babel-eslint": "^10.0.3", |
37 | | - "babel-jest": "^24.9.0", |
| 37 | + "babel-jest": "^25.1.0", |
38 | 38 | "babel-loader": "^8.0.6", |
39 | 39 | "babel-plugin-add-module-exports": "^1.0.2", |
40 | 40 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
|
52 | 52 | "glob": "^7.1.4", |
53 | 53 | "husky": "^3.0.8", |
54 | 54 | "inline-style-prefixer": "^5.1.0", |
55 | | - "jest": "^24.9.0", |
56 | | - "jest-canvas-mock": "^2.1.1", |
| 55 | + "jest": "^25.1.0", |
| 56 | + "jest-canvas-mock": "^2.2.0", |
57 | 57 | "lint-staged": "^9.4.2", |
58 | 58 | "metro-react-native-babel-preset": "^0.56.0", |
59 | 59 | "npm-run-all": "^4.1.3", |
|
0 commit comments