|
32 | 32 | "author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
|
33 | 33 | "license": "MIT",
|
34 | 34 | "dependencies": {
|
35 |
| - "@babel/cli": "^7.12.7", |
36 |
| - "@babel/core": "^7.12.7", |
| 35 | + "@babel/cli": "^7.12.8", |
| 36 | + "@babel/core": "^7.12.9", |
37 | 37 | "@babel/plugin-proposal-class-properties": "^7.12.1",
|
38 | 38 | "@babel/plugin-transform-modules-commonjs": "^7.12.1",
|
39 | 39 | "@babel/plugin-transform-runtime": "^7.12.1",
|
40 | 40 | "@babel/preset-env": "^7.12.7",
|
41 | 41 | "@babel/preset-react": "^7.12.7",
|
42 | 42 | "@babel/preset-typescript": "^7.12.7",
|
43 | 43 | "@babel/runtime": "^7.12.5",
|
44 |
| - "@rollup/plugin-babel": "^5.2.1", |
45 |
| - "@rollup/plugin-commonjs": "^16.0.0", |
| 44 | + "@rollup/plugin-babel": "^5.2.2", |
| 45 | + "@rollup/plugin-commonjs": "^17.0.0", |
46 | 46 | "@rollup/plugin-json": "^4.1.0",
|
47 |
| - "@rollup/plugin-node-resolve": "^10.0.0", |
| 47 | + "@rollup/plugin-node-resolve": "^11.0.0", |
48 | 48 | "@rollup/plugin-replace": "^2.3.4",
|
49 |
| - "@types/jest": "^26.0.15", |
| 49 | + "@types/jest": "^26.0.16", |
50 | 50 | "arrify": "^2.0.1",
|
51 | 51 | "babel-jest": "^26.6.3",
|
52 |
| - "babel-plugin-macros": "^2.8.0", |
| 52 | + "babel-plugin-macros": "^3.0.0", |
53 | 53 | "babel-plugin-minify-dead-code-elimination": "^0.5.1",
|
54 | 54 | "babel-plugin-module-resolver": "^4.0.0",
|
55 | 55 | "babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
58 | 58 | "chalk": "^4.1.0",
|
59 | 59 | "concurrently": "^5.3.0",
|
60 | 60 | "cosmiconfig": "^7.0.0",
|
61 |
| - "cross-env": "^7.0.2", |
| 61 | + "cross-env": "^7.0.3", |
62 | 62 | "cross-spawn": "^7.0.3",
|
63 | 63 | "doctoc": "^1.4.0",
|
64 | 64 | "eslint": "^7.14.0",
|
65 |
| - "eslint-config-kentcdodds": "^17.1.0", |
| 65 | + "eslint-config-kentcdodds": "^17.2.0", |
66 | 66 | "eslint-config-prettier": "^6.15.0",
|
67 | 67 | "glob": "^7.1.6",
|
68 | 68 | "husky": "^4.3.0",
|
69 | 69 | "is-ci": "^2.0.0",
|
70 | 70 | "jest": "^26.6.3",
|
71 | 71 | "jest-serializer-path": "^0.1.15",
|
72 | 72 | "jest-watch-typeahead": "^0.6.1",
|
73 |
| - "lint-staged": "^10.5.1", |
| 73 | + "lint-staged": "^10.5.2", |
74 | 74 | "lodash.camelcase": "^4.3.0",
|
75 | 75 | "lodash.has": "^4.5.2",
|
76 | 76 | "lodash.omit": "^4.5.0",
|
77 | 77 | "mkdirp": "^1.0.4",
|
78 |
| - "prettier": "2.2.0", |
| 78 | + "prettier": "2.2.1", |
79 | 79 | "read-pkg-up": "^7.0.1",
|
80 | 80 | "resolve": "^1.19.0",
|
81 | 81 | "rimraf": "^3.0.2",
|
82 |
| - "rollup": "^2.33.3", |
| 82 | + "rollup": "^2.34.0", |
83 | 83 | "rollup-plugin-node-builtins": "^2.1.2",
|
84 | 84 | "rollup-plugin-node-globals": "^1.4.0",
|
85 | 85 | "rollup-plugin-size-snapshot": "^0.12.0",
|
86 | 86 | "rollup-plugin-terser": "^7.0.2",
|
87 |
| - "semver": "^7.3.2", |
| 87 | + "semver": "^7.3.4", |
88 | 88 | "which": "^2.0.2",
|
89 | 89 | "yargs-parser": "^20.2.4"
|
90 | 90 | },
|
|
0 commit comments