|
24 | 24 | "check": "yarn run is-pretty && yarn run lint && yarn run build && yarn run test -- -- -w 1" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@babel/cli": "^7.4.4", |
28 | | - "@babel/core": "^7.4.5", |
29 | | - "@babel/plugin-proposal-class-properties": "^7.4.4", |
30 | | - "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 27 | + "@babel/cli": "^7.6.0", |
| 28 | + "@babel/core": "^7.6.0", |
| 29 | + "@babel/plugin-proposal-class-properties": "^7.5.5", |
| 30 | + "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
31 | 31 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
32 | | - "@babel/plugin-transform-runtime": "^7.4.4", |
33 | | - "@babel/preset-env": "^7.4.5", |
| 32 | + "@babel/plugin-transform-runtime": "^7.6.0", |
| 33 | + "@babel/preset-env": "^7.6.0", |
34 | 34 | "@babel/preset-flow": "^7.0.0", |
35 | 35 | "@babel/preset-react": "^7.0.0", |
36 | | - "@babel/runtime": "^7.4.5", |
37 | | - "babel-core": "^7.0.0-bridge.0", |
38 | | - "babel-eslint": "^10.0.1", |
| 36 | + "@babel/runtime": "^7.6.0", |
| 37 | + "babel-eslint": "^10.0.3", |
39 | 38 | "babel-jest": "^24.8.0", |
40 | 39 | "babel-loader": "^8.0.6", |
41 | 40 | "babel-watch": "git://github.com/kmagiera/babel-watch.git", |
42 | 41 | "cross-env": "^5.0.1", |
43 | 42 | "css-loader": "^1.0.0", |
44 | | - "eslint": "^5.16.0", |
45 | | - "eslint-config-airbnb": "^17.1.0", |
46 | | - "eslint-config-prettier": "^3.0.1", |
47 | | - "eslint-import-resolver-lerna": "^1.0.0", |
48 | | - "eslint-loader": "^2.1.0", |
49 | | - "eslint-plugin-flowtype": "^2.50.0", |
50 | | - "eslint-plugin-import": "^2.14.0", |
51 | | - "eslint-plugin-jest": "^22.6.4", |
52 | | - "eslint-plugin-jsx-a11y": "^6.1.1", |
53 | | - "eslint-plugin-prettier": "^2.6.2", |
54 | | - "eslint-plugin-react": "^7.11.1", |
| 43 | + "eslint": "^6.3.0", |
| 44 | + "eslint-config-airbnb": "^18.0.1", |
| 45 | + "eslint-config-prettier": "^6.3.0", |
| 46 | + "eslint-import-resolver-lerna": "^1.1.0", |
| 47 | + "eslint-loader": "^3.0.0", |
| 48 | + "eslint-plugin-flowtype": "^4.3.0", |
| 49 | + "eslint-plugin-import": "^2.18.2", |
| 50 | + "eslint-plugin-jest": "^22.17.0", |
| 51 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 52 | + "eslint-plugin-prettier": "^3.1.0", |
| 53 | + "eslint-plugin-react": "^7.14.3", |
| 54 | + "eslint-plugin-react-hooks": "^1.7.0", |
55 | 55 | "flow-bin": "^0.78.0", |
56 | 56 | "flow-copy-source": "^2.0.2", |
57 | 57 | "husky": "^0.14.3", |
|
61 | 61 | "lerna": "^3.15.0", |
62 | 62 | "lint-staged": "^7.2.0", |
63 | 63 | "npm-publish-git": "git://github.com/hedgepigdaniel/npm-publish-git.git", |
64 | | - "prettier": "^1.14.2", |
| 64 | + "prettier": "^1.18.2", |
65 | 65 | "prop-types": "^15.6.2", |
66 | 66 | "react": "^16.8.0", |
67 | 67 | "react-dom": "^16.8.0", |
|
0 commit comments