|
52 | 52 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@ampproject/rollup-plugin-closure-compiler": "^0.26.0", |
56 |
| - "@babel/core": "^7.13.10", |
57 |
| - "@babel/plugin-transform-flow-strip-types": "^7.13.0", |
58 |
| - "@babel/plugin-transform-object-assign": "^7.12.13", |
59 |
| - "@babel/preset-env": "^7.13.10", |
60 |
| - "@babel/preset-flow": "^7.12.13", |
61 |
| - "@babel/preset-react": "^7.12.13", |
| 55 | + "@babel/core": "^7.16.7", |
| 56 | + "@babel/plugin-transform-flow-strip-types": "^7.16.7", |
| 57 | + "@babel/plugin-transform-object-assign": "^7.16.7", |
| 58 | + "@babel/preset-env": "^7.16.7", |
| 59 | + "@babel/preset-flow": "^7.16.7", |
| 60 | + "@babel/preset-react": "^7.16.7", |
62 | 61 | "@rollup/plugin-babel": "^5.3.0",
|
63 | 62 | "@rollup/plugin-buble": "^0.21.3",
|
64 |
| - "@rollup/plugin-commonjs": "^17.1.0", |
65 |
| - "@rollup/plugin-node-resolve": "^11.2.0", |
| 63 | + "@rollup/plugin-commonjs": "^21.0.1", |
| 64 | + "@rollup/plugin-node-resolve": "^13.1.3", |
66 | 65 | "babel-plugin-closure-elimination": "^1.3.2",
|
67 |
| - "babel-plugin-transform-async-to-promises": "^0.8.15", |
68 |
| - "codecov": "^3.8.1", |
| 66 | + "babel-plugin-transform-async-to-promises": "^0.8.18", |
| 67 | + "codecov": "^3.8.3", |
69 | 68 | "flow-bin": "0.122.0",
|
70 | 69 | "husky-v4": "^4.3.0",
|
71 |
| - "jest": "^26.6.3", |
72 |
| - "lint-staged": "^10.5.4", |
| 70 | + "jest": "^27.4.7", |
| 71 | + "lint-staged": "^12.1.5", |
73 | 72 | "npm-run-all": "^4.1.5",
|
74 |
| - "prettier": "^2.2.1", |
75 |
| - "react": "^17.0.1", |
76 |
| - "react-dom": "^17.0.1", |
77 |
| - "rollup": "^2.41.2", |
| 73 | + "prettier": "^2.5.1", |
| 74 | + "react": "^17.0.2", |
| 75 | + "react-dom": "^17.0.2", |
| 76 | + "rollup": "^2.63.0", |
78 | 77 | "rollup-plugin-babel": "^4.4.0",
|
79 | 78 | "rollup-plugin-terser": "^7.0.2"
|
80 | 79 | }
|
|
0 commit comments