|
32 | 32 | "author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
|
33 | 33 | "license": "MIT",
|
34 | 34 | "dependencies": {
|
35 |
| - "@babel/cli": "^7.14.3", |
36 |
| - "@babel/core": "^7.14.3", |
37 |
| - "@babel/plugin-proposal-class-properties": "^7.13.0", |
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 |
| - "@babel/preset-react": "^7.13.13", |
42 |
| - "@babel/preset-typescript": "^7.13.0", |
43 |
| - "@babel/runtime": "^7.14.0", |
| 35 | + "@babel/cli": "^7.14.5", |
| 36 | + "@babel/core": "^7.14.6", |
| 37 | + "@babel/plugin-proposal-class-properties": "^7.14.5", |
| 38 | + "@babel/plugin-transform-modules-commonjs": "^7.14.5", |
| 39 | + "@babel/plugin-transform-runtime": "^7.14.5", |
| 40 | + "@babel/preset-env": "^7.14.7", |
| 41 | + "@babel/preset-react": "^7.14.5", |
| 42 | + "@babel/preset-typescript": "^7.14.5", |
| 43 | + "@babel/runtime": "^7.14.6", |
44 | 44 | "@rollup/plugin-babel": "^5.3.0",
|
45 |
| - "@rollup/plugin-commonjs": "^19.0.0", |
| 45 | + "@rollup/plugin-commonjs": "^19.0.1", |
46 | 46 | "@rollup/plugin-json": "^4.1.0",
|
47 |
| - "@rollup/plugin-node-resolve": "^13.0.0", |
48 |
| - "@rollup/plugin-replace": "^2.4.2", |
49 |
| - "@types/jest": "^26.0.23", |
| 47 | + "@rollup/plugin-node-resolve": "^13.0.2", |
| 48 | + "@rollup/plugin-replace": "^3.0.0", |
| 49 | + "@types/jest": "^26.0.24", |
50 | 50 | "arrify": "^2.0.1",
|
51 |
| - "babel-jest": "^27.0.2", |
| 51 | + "babel-jest": "^27.0.6", |
52 | 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",
|
|
62 | 62 | "cpy": "^8.1.2",
|
63 | 63 | "cross-env": "^7.0.3",
|
64 | 64 | "cross-spawn": "^7.0.3",
|
65 |
| - "doctoc": "^2.0.0", |
66 |
| - "eslint": "^7.27.0", |
67 |
| - "eslint-config-kentcdodds": "^19.0.0", |
| 65 | + "doctoc": "^2.0.1", |
| 66 | + "eslint": "^7.31.0", |
| 67 | + "eslint-config-kentcdodds": "^19.1.0", |
68 | 68 | "glob": "^7.1.7",
|
69 | 69 | "husky": "^4.3.8",
|
70 | 70 | "is-ci": "^3.0.0",
|
71 |
| - "jest": "^27.0.4", |
| 71 | + "jest": "^27.0.6", |
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": "^11.0.0", |
| 75 | + "lint-staged": "^11.0.1", |
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.3.0", |
| 80 | + "prettier": "2.3.2", |
81 | 81 | "read-pkg-up": "^7.0.1",
|
82 | 82 | "resolve": "^1.20.0",
|
83 | 83 | "rimraf": "^3.0.2",
|
84 |
| - "rollup": "^2.50.6", |
| 84 | + "rollup": "^2.53.2", |
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",
|
88 | 88 | "semver": "^7.3.5",
|
89 | 89 | "which": "^2.0.2",
|
90 |
| - "yargs-parser": "^20.2.7" |
| 90 | + "yargs-parser": "^20.2.9" |
| 91 | + }, |
| 92 | + "devDependencies": { |
| 93 | + "jest-in-case": "^1.0.2", |
| 94 | + "slash": "^3.0.0" |
91 | 95 | },
|
92 | 96 | "eslintConfig": {
|
93 | 97 | "extends": [
|
|
117 | 121 | "bugs": {
|
118 | 122 | "url": "https://github.com/kentcdodds/kcd-scripts/issues"
|
119 | 123 | },
|
120 |
| - "homepage": "https://github.com/kentcdodds/kcd-scripts#readme", |
121 |
| - "devDependencies": { |
122 |
| - "jest-in-case": "^1.0.2", |
123 |
| - "slash": "^3.0.0" |
124 |
| - } |
| 124 | + "homepage": "https://github.com/kentcdodds/kcd-scripts#readme" |
125 | 125 | }
|
0 commit comments