|
42 | 42 | "lint-staged": { |
43 | 43 | "**/*.js": [ |
44 | 44 | "flow focus-check", |
45 | | - "prettier --write", |
46 | | - "git add" |
| 45 | + "prettier --write" |
47 | 46 | ], |
48 | 47 | "**/*.{json,md}": [ |
49 | | - "prettier --write", |
50 | | - "git add" |
| 48 | + "prettier --write" |
51 | 49 | ] |
52 | 50 | }, |
53 | 51 | "husky": { |
|
60 | 58 | "react-is": "^16.8.0" |
61 | 59 | }, |
62 | 60 | "dependencies": { |
63 | | - "object-is": "^1.0.2" |
| 61 | + "object-is": "^1.1.2" |
64 | 62 | }, |
65 | 63 | "devDependencies": { |
66 | | - "@babel/core": "^7.8.3", |
67 | | - "@babel/plugin-transform-flow-strip-types": "^7.8.3", |
| 64 | + "@babel/core": "^7.9.0", |
| 65 | + "@babel/plugin-transform-flow-strip-types": "^7.9.0", |
68 | 66 | "@babel/plugin-transform-object-assign": "^7.8.3", |
69 | | - "@babel/preset-env": "^7.8.3", |
70 | | - "@babel/preset-flow": "^7.8.3", |
71 | | - "@babel/preset-react": "^7.8.3", |
| 67 | + "@babel/preset-env": "^7.9.5", |
| 68 | + "@babel/preset-flow": "^7.9.0", |
| 69 | + "@babel/preset-react": "^7.9.4", |
72 | 70 | "babel-plugin-closure-elimination": "^1.3.0", |
73 | 71 | "babel-plugin-transform-async-to-promises": "^0.8.15", |
74 | | - "codecov": "^3.6.1", |
75 | | - "flow-bin": "^0.116.1", |
76 | | - "husky": "^4.0.10", |
77 | | - "jest": "^24.9.0", |
78 | | - "lint-staged": "^9.5.0", |
| 72 | + "codecov": "^3.6.5", |
| 73 | + "flow-bin": "^0.122.0", |
| 74 | + "husky": "^4.2.5", |
| 75 | + "jest": "^25.3.0", |
| 76 | + "lint-staged": "^10.1.3", |
79 | 77 | "npm-run-all": "^4.1.5", |
80 | | - "prettier": "^1.19.1", |
81 | | - "react": "^16.12.0", |
82 | | - "react-dom": "^16.12.0", |
83 | | - "react-is": "^16.12.0", |
84 | | - "rollup": "^1.29.0", |
85 | | - "rollup-plugin-babel": "^4.3.3", |
| 78 | + "prettier": "^2.0.4", |
| 79 | + "react": "^16.13.1", |
| 80 | + "react-dom": "^16.13.1", |
| 81 | + "react-is": "^16.13.1", |
| 82 | + "rollup": "^2.6.1", |
| 83 | + "rollup-plugin-babel": "^4.4.0", |
86 | 84 | "rollup-plugin-buble": "^0.19.8", |
87 | 85 | "rollup-plugin-commonjs": "^10.1.0", |
88 | 86 | "rollup-plugin-node-resolve": "^5.2.0", |
89 | 87 | "rollup-plugin-replace": "^2.2.0", |
90 | | - "rollup-plugin-terser": "^5.2.0" |
| 88 | + "rollup-plugin-terser": "^5.3.0" |
91 | 89 | } |
92 | 90 | } |
0 commit comments