|
33 | 33 | "license": "MIT",
|
34 | 34 | "dependencies": {
|
35 | 35 | "@babel/cli": "^7.13.14",
|
36 |
| - "@babel/core": "^7.13.14", |
| 36 | + "@babel/core": "^7.13.15", |
37 | 37 | "@babel/plugin-proposal-class-properties": "^7.13.0",
|
38 | 38 | "@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
39 |
| - "@babel/plugin-transform-runtime": "^7.13.10", |
40 |
| - "@babel/preset-env": "^7.13.12", |
| 39 | + "@babel/plugin-transform-runtime": "^7.13.15", |
| 40 | + "@babel/preset-env": "^7.13.15", |
41 | 41 | "@babel/preset-react": "^7.13.13",
|
42 | 42 | "@babel/preset-typescript": "^7.13.0",
|
43 | 43 | "@babel/runtime": "^7.13.10",
|
|
54 | 54 | "babel-plugin-module-resolver": "^4.1.0",
|
55 | 55 | "babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
56 | 56 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
57 |
| - "browserslist": "^4.16.3", |
| 57 | + "browserslist": "^4.16.4", |
58 | 58 | "builtin-modules": "^3.2.0",
|
59 | 59 | "chalk": "^4.1.0",
|
60 | 60 | "concurrently": "^6.0.1",
|
|
63 | 63 | "cross-env": "^7.0.3",
|
64 | 64 | "cross-spawn": "^7.0.3",
|
65 | 65 | "doctoc": "^2.0.0",
|
66 |
| - "eslint": "^7.23.0", |
67 |
| - "eslint-config-kentcdodds": "^17.7.0", |
| 66 | + "eslint": "^7.24.0", |
| 67 | + "eslint-config-kentcdodds": "^18.0.0", |
68 | 68 | "glob": "^7.1.6",
|
69 | 69 | "husky": "^4.3.8",
|
70 | 70 | "is-ci": "^3.0.0",
|
|
80 | 80 | "read-pkg-up": "^7.0.1",
|
81 | 81 | "resolve": "^1.20.0",
|
82 | 82 | "rimraf": "^3.0.2",
|
83 |
| - "rollup": "^2.44.0", |
| 83 | + "rollup": "^2.45.1", |
84 | 84 | "rollup-plugin-node-builtins": "^2.1.2",
|
85 | 85 | "rollup-plugin-node-globals": "^1.4.0",
|
86 | 86 | "rollup-plugin-terser": "^7.0.2",
|
|
0 commit comments