|
3 | 3 | "version": "0.0.0-semantically-released",
|
4 | 4 | "description": "CLI toolbox for common scripts for JavaScript + TypeScript projects",
|
5 | 5 | "engines": {
|
6 |
| - "node": ">= 8", |
7 |
| - "npm": ">= 5" |
| 6 | + "node": ">=10.18", |
| 7 | + "npm": ">=6", |
| 8 | + "yarn": ">=1" |
8 | 9 | },
|
9 | 10 | "bin": {
|
10 | 11 | "hover-scripts": "dist/index.js"
|
|
40 | 41 | "author": "Jamie Rolfs <[email protected]>",
|
41 | 42 | "license": "MIT",
|
42 | 43 | "dependencies": {
|
43 |
| - "@babel/cli": "^7.8.3", |
44 |
| - "@babel/core": "^7.8.3", |
| 44 | + "@babel/cli": "^7.8.4", |
| 45 | + "@babel/core": "^7.8.4", |
45 | 46 | "@babel/plugin-proposal-class-properties": "^7.8.3",
|
46 | 47 | "@babel/plugin-transform-modules-commonjs": "^7.8.3",
|
47 | 48 | "@babel/plugin-transform-runtime": "^7.8.3",
|
48 |
| - "@babel/preset-env": "^7.8.3", |
| 49 | + "@babel/preset-env": "^7.8.4", |
49 | 50 | "@babel/preset-flow": "^7.8.3",
|
50 | 51 | "@babel/preset-react": "^7.8.3",
|
51 |
| - "@babel/runtime": "^7.8.3", |
| 52 | + "@babel/runtime": "^7.8.4", |
52 | 53 | "@commitlint/cli": "^8.3.5",
|
53 | 54 | "@commitlint/config-conventional": "^8.3.4",
|
54 | 55 | "@commitlint/prompt": "^8.3.5",
|
| 56 | + "@rollup/plugin-commonjs": "^11.0.2", |
| 57 | + "@rollup/plugin-json": "^4.0.2", |
| 58 | + "@rollup/plugin-node-resolve": "^7.1.1", |
| 59 | + "@rollup/plugin-replace": "^2.3.1", |
| 60 | + "@types/jest": "^25.1.3", |
55 | 61 | "@typescript-eslint/eslint-plugin": "^2.16.0",
|
56 | 62 | "arrify": "^2.0.1",
|
57 |
| - "babel-core": "^7.0.0-0", |
58 | 63 | "babel-jest": "^25.1.0",
|
59 | 64 | "babel-plugin-macros": "^2.8.0",
|
60 |
| - "babel-plugin-minify-dead-code-elimination": "^0.5.0", |
| 65 | + "babel-plugin-minify-dead-code-elimination": "^0.5.1", |
61 | 66 | "babel-plugin-module-resolver": "^4.0.0",
|
62 |
| - "babel-plugin-transform-inline-environment-variables": "^0.4.0", |
63 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.21", |
64 |
| - "browserslist": "^4.8.3", |
| 67 | + "babel-plugin-transform-inline-environment-variables": "^0.4.3", |
| 68 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
| 69 | + "browserslist": "^4.8.7", |
65 | 70 | "commitizen": "^4.0.3",
|
66 |
| - "concurrently": "^5.0.2", |
67 |
| - "cross-env": "^5.1.4", |
68 |
| - "cross-spawn": "^7.0.0", |
| 71 | + "chalk": "^3.0.0", |
| 72 | + "concurrently": "^5.1.0", |
| 73 | + "cosmiconfig": "^6.0.0", |
| 74 | + "cross-env": "^7.0.0", |
| 75 | + "cross-spawn": "^7.0.1", |
69 | 76 | "doctoc": "^1.4.0",
|
70 | 77 | "eslint": "^6.8.0",
|
71 | 78 | "eslint-config-airbnb-typescript": "^6.3.1",
|
72 |
| - "eslint-config-kentcdodds": "^14.3.4", |
73 |
| - "eslint-config-prettier": "^6.9.0", |
| 79 | + "eslint-config-kentcdodds": "^14.8.0", |
| 80 | + "eslint-config-prettier": "^6.10.0", |
74 | 81 | "eslint-plugin-import": "^2.20.0",
|
75 | 82 | "eslint-plugin-jest": "^22.15.0",
|
76 | 83 | "eslint-plugin-jsx-a11y": "^6.2.3",
|
77 | 84 | "eslint-plugin-prettier": "^3.1.2",
|
78 | 85 | "eslint-plugin-react": "^7.18.0",
|
79 | 86 | "eslint-plugin-react-hooks": "^2.3.0",
|
80 | 87 | "glob": "^7.1.6",
|
81 |
| - "husky": "^4.0.10", |
| 88 | + "husky": "^4.2.3", |
82 | 89 | "is-ci": "^2.0.0",
|
83 | 90 | "jest": "^25.1.0",
|
84 | 91 | "jest-watch-typeahead": "^0.4.2",
|
85 |
| - "lint-staged": "^10.0.7", |
| 92 | + "lint-staged": "^10.0.8", |
86 | 93 | "lodash.camelcase": "^4.3.0",
|
87 | 94 | "lodash.has": "^4.5.2",
|
88 | 95 | "lodash.omit": "^4.5.0",
|
89 |
| - "mkdirp": "^0.5.1", |
90 |
| - "prettier": "^1.19.1", |
91 |
| - "read-pkg-up": "^6.0.0", |
92 |
| - "resolve": "^1.14.2", |
93 |
| - "rimraf": "^3.0.0", |
94 |
| - "rollup": "^1.29.0", |
| 96 | + "mkdirp": "^1.0.3", |
| 97 | + "prettier": "1.19.1", |
| 98 | + "read-pkg-up": "^7.0.1", |
| 99 | + "resolve": "^1.15.1", |
| 100 | + "rimraf": "^3.0.2", |
| 101 | + "rollup": "^1.31.1", |
95 | 102 | "rollup-plugin-babel": "^4.3.3",
|
96 |
| - "rollup-plugin-commonjs": "^10.0.1", |
97 |
| - "rollup-plugin-json": "^4.0.0", |
98 | 103 | "rollup-plugin-node-builtins": "^2.1.2",
|
99 | 104 | "rollup-plugin-node-globals": "^1.4.0",
|
100 |
| - "rollup-plugin-node-resolve": "^5.2.0", |
101 |
| - "rollup-plugin-replace": "^2.2.0", |
102 |
| - "rollup-plugin-size-snapshot": "^0.10.0", |
| 105 | + "rollup-plugin-size-snapshot": "^0.11.0", |
103 | 106 | "rollup-plugin-terser": "^5.2.0",
|
104 |
| - "semver": "^6.2.0", |
| 107 | + "semver": "^7.1.3", |
105 | 108 | "typescript": "^3.7.5",
|
106 | 109 | "which": "^2.0.2",
|
107 |
| - "yargs-parser": "^16.1.0" |
| 110 | + "yargs-parser": "^17.0.0" |
108 | 111 | },
|
109 | 112 | "eslintConfig": {
|
110 | 113 | "extends": [
|
|
0 commit comments