|
3 | 3 | "version": "0.0.0-semantically-released", |
4 | 4 | "description": "CLI for common scripts for my projects", |
5 | 5 | "engines": { |
6 | | - "node": ">=10.18", |
7 | | - "npm": ">=6", |
8 | | - "yarn": ">=1" |
| 6 | + "node": "^12.22.0 || ^14.17.0 || >=16.0.0", |
| 7 | + "npm": ">=6" |
9 | 8 | }, |
10 | 9 | "bin": { |
11 | 10 | "kcd-scripts": "dist/index.js" |
|
32 | 31 | "author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)", |
33 | 32 | "license": "MIT", |
34 | 33 | "dependencies": { |
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", |
| 34 | + "@babel/cli": "^7.16.7", |
| 35 | + "@babel/core": "^7.16.7", |
| 36 | + "@babel/plugin-proposal-class-properties": "^7.16.7", |
| 37 | + "@babel/plugin-transform-modules-commonjs": "^7.16.7", |
| 38 | + "@babel/plugin-transform-runtime": "^7.16.7", |
| 39 | + "@babel/preset-env": "^7.16.7", |
| 40 | + "@babel/preset-react": "^7.16.7", |
| 41 | + "@babel/preset-typescript": "^7.16.7", |
| 42 | + "@babel/runtime": "^7.16.7", |
44 | 43 | "@rollup/plugin-babel": "^5.3.0", |
45 | | - "@rollup/plugin-commonjs": "^19.0.1", |
| 44 | + "@rollup/plugin-commonjs": "^21.0.1", |
46 | 45 | "@rollup/plugin-json": "^4.1.0", |
47 | | - "@rollup/plugin-node-resolve": "^13.0.2", |
48 | | - "@rollup/plugin-replace": "^3.0.0", |
49 | | - "@types/jest": "^26.0.24", |
| 46 | + "@rollup/plugin-node-resolve": "^13.1.3", |
| 47 | + "@rollup/plugin-replace": "^3.0.1", |
| 48 | + "@types/jest": "^27.4.0", |
50 | 49 | "arrify": "^2.0.1", |
51 | | - "babel-jest": "^27.0.6", |
| 50 | + "babel-jest": "^27.4.6", |
52 | 51 | "babel-plugin-macros": "^3.1.0", |
53 | 52 | "babel-plugin-minify-dead-code-elimination": "^0.5.1", |
54 | 53 | "babel-plugin-module-resolver": "^4.1.0", |
55 | 54 | "babel-plugin-transform-inline-environment-variables": "^0.4.3", |
56 | 55 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
57 | | - "browserslist": "^4.16.6", |
| 56 | + "browserslist": "^4.19.1", |
58 | 57 | "builtin-modules": "^3.2.0", |
59 | | - "chalk": "^4.1.1", |
60 | | - "concurrently": "^6.2.0", |
61 | | - "cosmiconfig": "^7.0.0", |
| 58 | + "chalk": "^4.1.2", |
| 59 | + "concurrently": "^7.0.0", |
| 60 | + "cosmiconfig": "^7.0.1", |
62 | 61 | "cpy": "^8.1.2", |
63 | 62 | "cross-env": "^7.0.3", |
64 | 63 | "cross-spawn": "^7.0.3", |
65 | | - "doctoc": "^2.0.1", |
66 | | - "eslint": "^7.31.0", |
67 | | - "eslint-config-kentcdodds": "^19.1.0", |
68 | | - "glob": "^7.1.7", |
| 64 | + "doctoc": "^2.1.0", |
| 65 | + "eslint": "^8.6.0", |
| 66 | + "eslint-config-kentcdodds": "^20.0.0", |
| 67 | + "glob": "^7.2.0", |
69 | 68 | "husky": "^4.3.8", |
70 | | - "is-ci": "^3.0.0", |
71 | | - "jest": "^27.0.6", |
| 69 | + "is-ci": "^3.0.1", |
| 70 | + "jest": "^27.4.7", |
72 | 71 | "jest-serializer-path": "^0.1.15", |
73 | 72 | "jest-snapshot-serializer-raw": "^1.2.0", |
74 | | - "jest-watch-typeahead": "^0.6.4", |
75 | | - "lint-staged": "^11.0.1", |
| 73 | + "jest-watch-typeahead": "^1.0.0", |
| 74 | + "lint-staged": "^12.1.5", |
76 | 75 | "lodash.camelcase": "^4.3.0", |
77 | 76 | "lodash.has": "^4.5.2", |
78 | 77 | "lodash.omit": "^4.5.0", |
79 | 78 | "mkdirp": "^1.0.4", |
80 | | - "prettier": "2.3.2", |
| 79 | + "prettier": "2.5.1", |
81 | 80 | "read-pkg-up": "^7.0.1", |
82 | | - "resolve": "^1.20.0", |
| 81 | + "resolve": "^1.21.0", |
83 | 82 | "rimraf": "^3.0.2", |
84 | | - "rollup": "^2.53.2", |
| 83 | + "rollup": "^2.63.0", |
85 | 84 | "rollup-plugin-node-builtins": "^2.1.2", |
86 | 85 | "rollup-plugin-node-globals": "^1.4.0", |
87 | 86 | "rollup-plugin-terser": "^7.0.2", |
88 | 87 | "semver": "^7.3.5", |
89 | 88 | "which": "^2.0.2", |
90 | | - "yargs-parser": "^20.2.9" |
| 89 | + "yargs-parser": "^21.0.0" |
91 | 90 | }, |
92 | 91 | "devDependencies": { |
93 | 92 | "jest-in-case": "^1.0.2", |
|
0 commit comments