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