|
32 | 32 | "author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
|
33 | 33 | "license": "MIT",
|
34 | 34 | "dependencies": {
|
35 |
| - "@babel/cli": "^7.13.14", |
36 |
| - "@babel/core": "^7.13.15", |
| 35 | + "@babel/cli": "^7.14.3", |
| 36 | + "@babel/core": "^7.14.3", |
37 | 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.15", |
40 |
| - "@babel/preset-env": "^7.13.15", |
| 38 | + "@babel/plugin-transform-modules-commonjs": "^7.14.0", |
| 39 | + "@babel/plugin-transform-runtime": "^7.14.3", |
| 40 | + "@babel/preset-env": "^7.14.4", |
41 | 41 | "@babel/preset-react": "^7.13.13",
|
42 | 42 | "@babel/preset-typescript": "^7.13.0",
|
43 |
| - "@babel/runtime": "^7.13.10", |
| 43 | + "@babel/runtime": "^7.14.0", |
44 | 44 | "@rollup/plugin-babel": "^5.3.0",
|
45 |
| - "@rollup/plugin-commonjs": "^18.0.0", |
| 45 | + "@rollup/plugin-commonjs": "^19.0.0", |
46 | 46 | "@rollup/plugin-json": "^4.1.0",
|
47 |
| - "@rollup/plugin-node-resolve": "^11.2.1", |
| 47 | + "@rollup/plugin-node-resolve": "^13.0.0", |
48 | 48 | "@rollup/plugin-replace": "^2.4.2",
|
49 |
| - "@types/jest": "^26.0.22", |
| 49 | + "@types/jest": "^26.0.23", |
50 | 50 | "arrify": "^2.0.1",
|
51 |
| - "babel-jest": "^27.0.1", |
52 |
| - "babel-plugin-macros": "^3.0.1", |
| 51 | + "babel-jest": "^27.0.2", |
| 52 | + "babel-plugin-macros": "^3.1.0", |
53 | 53 | "babel-plugin-minify-dead-code-elimination": "^0.5.1",
|
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.4", |
| 57 | + "browserslist": "^4.16.6", |
58 | 58 | "builtin-modules": "^3.2.0",
|
59 |
| - "chalk": "^4.1.0", |
60 |
| - "concurrently": "^6.0.1", |
| 59 | + "chalk": "^4.1.1", |
| 60 | + "concurrently": "^6.2.0", |
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.24.0", |
67 |
| - "eslint-config-kentcdodds": "^18.0.0", |
68 |
| - "glob": "^7.1.6", |
| 66 | + "eslint": "^7.27.0", |
| 67 | + "eslint-config-kentcdodds": "^19.0.0", |
| 68 | + "glob": "^7.1.7", |
69 | 69 | "husky": "^4.3.8",
|
70 | 70 | "is-ci": "^3.0.0",
|
71 |
| - "jest": "^27.0.1", |
| 71 | + "jest": "^27.0.4", |
72 | 72 | "jest-serializer-path": "^0.1.15",
|
73 | 73 | "jest-snapshot-serializer-raw": "^1.2.0",
|
74 | 74 | "jest-watch-typeahead": "^0.6.4",
|
75 |
| - "lint-staged": "^10.5.4", |
| 75 | + "lint-staged": "^11.0.0", |
76 | 76 | "lodash.camelcase": "^4.3.0",
|
77 | 77 | "lodash.has": "^4.5.2",
|
78 | 78 | "lodash.omit": "^4.5.0",
|
79 | 79 | "mkdirp": "^1.0.4",
|
80 |
| - "prettier": "2.2.1", |
| 80 | + "prettier": "2.3.0", |
81 | 81 | "read-pkg-up": "^7.0.1",
|
82 | 82 | "resolve": "^1.20.0",
|
83 | 83 | "rimraf": "^3.0.2",
|
84 |
| - "rollup": "^2.45.1", |
| 84 | + "rollup": "^2.50.6", |
85 | 85 | "rollup-plugin-node-builtins": "^2.1.2",
|
86 | 86 | "rollup-plugin-node-globals": "^1.4.0",
|
87 | 87 | "rollup-plugin-terser": "^7.0.2",
|
|
0 commit comments