|
31 | 31 | "author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)", |
32 | 32 | "license": "MIT", |
33 | 33 | "dependencies": { |
34 | | - "@babel/cli": "^7.10.5", |
35 | | - "@babel/core": "^7.11.4", |
| 34 | + "@babel/cli": "^7.11.6", |
| 35 | + "@babel/core": "^7.11.6", |
36 | 36 | "@babel/plugin-proposal-class-properties": "^7.10.4", |
37 | 37 | "@babel/plugin-transform-modules-commonjs": "^7.10.4", |
38 | | - "@babel/plugin-transform-runtime": "^7.11.0", |
39 | | - "@babel/preset-env": "^7.11.0", |
| 38 | + "@babel/plugin-transform-runtime": "^7.11.5", |
| 39 | + "@babel/preset-env": "^7.11.5", |
40 | 40 | "@babel/preset-react": "^7.10.4", |
41 | 41 | "@babel/preset-typescript": "^7.10.4", |
42 | 42 | "@babel/runtime": "^7.11.2", |
43 | | - "@rollup/plugin-babel": "^5.2.0", |
44 | | - "@rollup/plugin-commonjs": "^15.0.0", |
| 43 | + "@rollup/plugin-babel": "^5.2.1", |
| 44 | + "@rollup/plugin-commonjs": "^15.1.0", |
45 | 45 | "@rollup/plugin-json": "^4.1.0", |
46 | 46 | "@rollup/plugin-node-resolve": "^9.0.0", |
47 | 47 | "@rollup/plugin-replace": "^2.3.3", |
48 | | - "@types/jest": "^26.0.10", |
| 48 | + "@types/jest": "^26.0.14", |
49 | 49 | "arrify": "^2.0.1", |
50 | 50 | "babel-jest": "^26.3.0", |
51 | 51 | "babel-plugin-macros": "^2.8.0", |
52 | 52 | "babel-plugin-minify-dead-code-elimination": "^0.5.1", |
53 | 53 | "babel-plugin-module-resolver": "^4.0.0", |
54 | 54 | "babel-plugin-transform-inline-environment-variables": "^0.4.3", |
55 | 55 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
56 | | - "browserslist": "^4.14.0", |
| 56 | + "browserslist": "^4.14.3", |
57 | 57 | "chalk": "^4.1.0", |
58 | 58 | "concurrently": "^5.3.0", |
59 | 59 | "cosmiconfig": "^7.0.0", |
60 | 60 | "cross-env": "^7.0.2", |
61 | 61 | "cross-spawn": "^7.0.3", |
62 | 62 | "doctoc": "^1.4.0", |
63 | | - "eslint": "^6.8.0", |
64 | | - "eslint-config-kentcdodds": "^14.15.0", |
| 63 | + "eslint": "^7.9.0", |
| 64 | + "eslint-config-kentcdodds": "^16.0.1", |
65 | 65 | "eslint-config-prettier": "^6.11.0", |
66 | 66 | "glob": "^7.1.6", |
67 | | - "husky": "^4.2.5", |
| 67 | + "husky": "^4.3.0", |
68 | 68 | "is-ci": "^2.0.0", |
69 | 69 | "jest": "^26.4.2", |
70 | | - "jest-watch-typeahead": "^0.6.0", |
71 | | - "lint-staged": "^10.2.11", |
| 70 | + "jest-watch-typeahead": "^0.6.1", |
| 71 | + "lint-staged": "^10.4.0", |
72 | 72 | "lodash.camelcase": "^4.3.0", |
73 | 73 | "lodash.has": "^4.5.2", |
74 | 74 | "lodash.omit": "^4.5.0", |
75 | 75 | "mkdirp": "^1.0.4", |
76 | | - "prettier": "2.1.0", |
| 76 | + "prettier": "2.1.2", |
77 | 77 | "read-pkg-up": "^7.0.1", |
78 | 78 | "resolve": "^1.17.0", |
79 | 79 | "rimraf": "^3.0.2", |
80 | | - "rollup": "^2.26.5", |
| 80 | + "rollup": "^2.28.1", |
81 | 81 | "rollup-plugin-node-builtins": "^2.1.2", |
82 | 82 | "rollup-plugin-node-globals": "^1.4.0", |
83 | 83 | "rollup-plugin-size-snapshot": "^0.12.0", |
84 | | - "rollup-plugin-terser": "^7.0.0", |
| 84 | + "rollup-plugin-terser": "^7.0.2", |
85 | 85 | "semver": "^7.3.2", |
86 | 86 | "which": "^2.0.2", |
87 | | - "yargs-parser": "^19.0.1" |
| 87 | + "yargs-parser": "^20.2.0" |
88 | 88 | }, |
89 | 89 | "eslintConfig": { |
90 | 90 | "extends": [ |
|
0 commit comments