|
32 | 32 | "author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
|
33 | 33 | "license": "MIT",
|
34 | 34 | "dependencies": {
|
35 |
| - "@babel/cli": "^7.13.0", |
36 |
| - "@babel/core": "^7.13.8", |
| 35 | + "@babel/cli": "^7.13.14", |
| 36 | + "@babel/core": "^7.13.14", |
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.8", |
40 |
| - "@babel/preset-env": "^7.13.8", |
41 |
| - "@babel/preset-react": "^7.12.13", |
| 39 | + "@babel/plugin-transform-runtime": "^7.13.10", |
| 40 | + "@babel/preset-env": "^7.13.12", |
| 41 | + "@babel/preset-react": "^7.13.13", |
42 | 42 | "@babel/preset-typescript": "^7.13.0",
|
43 |
| - "@babel/runtime": "^7.13.8", |
| 43 | + "@babel/runtime": "^7.13.10", |
44 | 44 | "@rollup/plugin-babel": "^5.3.0",
|
45 |
| - "@rollup/plugin-commonjs": "^17.1.0", |
| 45 | + "@rollup/plugin-commonjs": "^18.0.0", |
46 | 46 | "@rollup/plugin-json": "^4.1.0",
|
47 |
| - "@rollup/plugin-node-resolve": "^11.2.0", |
48 |
| - "@rollup/plugin-replace": "^2.4.1", |
49 |
| - "@types/jest": "^26.0.20", |
| 47 | + "@rollup/plugin-node-resolve": "^11.2.1", |
| 48 | + "@rollup/plugin-replace": "^2.4.2", |
| 49 | + "@types/jest": "^26.0.22", |
50 | 50 | "arrify": "^2.0.1",
|
51 | 51 | "babel-jest": "^26.6.3",
|
52 | 52 | "babel-plugin-macros": "^3.0.1",
|
|
57 | 57 | "browserslist": "^4.16.3",
|
58 | 58 | "builtin-modules": "^3.2.0",
|
59 | 59 | "chalk": "^4.1.0",
|
60 |
| - "concurrently": "^6.0.0", |
| 60 | + "concurrently": "^6.0.1", |
61 | 61 | "cosmiconfig": "^7.0.0",
|
62 | 62 | "cpy": "^8.1.2",
|
63 | 63 | "cross-env": "^7.0.3",
|
64 | 64 | "cross-spawn": "^7.0.3",
|
65 | 65 | "doctoc": "^2.0.0",
|
66 |
| - "eslint": "^7.21.0", |
67 |
| - "eslint-config-kentcdodds": "^17.4.1", |
| 66 | + "eslint": "^7.23.0", |
| 67 | + "eslint-config-kentcdodds": "^17.7.0", |
68 | 68 | "glob": "^7.1.6",
|
69 | 69 | "husky": "^4.3.8",
|
70 | 70 | "is-ci": "^3.0.0",
|
71 | 71 | "jest": "^26.6.3",
|
72 | 72 | "jest-serializer-path": "^0.1.15",
|
73 |
| - "jest-watch-typeahead": "^0.6.1", |
| 73 | + "jest-watch-typeahead": "^0.6.2", |
74 | 74 | "lint-staged": "^10.5.4",
|
75 | 75 | "lodash.camelcase": "^4.3.0",
|
76 | 76 | "lodash.has": "^4.5.2",
|
|
80 | 80 | "read-pkg-up": "^7.0.1",
|
81 | 81 | "resolve": "^1.20.0",
|
82 | 82 | "rimraf": "^3.0.2",
|
83 |
| - "rollup": "^2.40.0", |
| 83 | + "rollup": "^2.44.0", |
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",
|
87 |
| - "semver": "^7.3.4", |
| 87 | + "semver": "^7.3.5", |
88 | 88 | "which": "^2.0.2",
|
89 |
| - "yargs-parser": "^20.2.6" |
| 89 | + "yargs-parser": "^20.2.7" |
90 | 90 | },
|
91 | 91 | "eslintConfig": {
|
92 | 92 | "extends": [
|
|
0 commit comments