|
14 | 14 | "esnext": "_add_plugin_indexes && _esnext", |
15 | 15 | "test": "jest", |
16 | 16 | "test:debug": "node --inspect node_modules/.bin/jest --no-cache --runInBand ", |
17 | | - "tsc_lint_test": "_add_plugin_indexes && tsc -b -f && _lint && yarn test --coverage", |
| 17 | + "tsc_lint_test": "_add_plugin_indexes && tsc -b -f && _lint && yarn test", |
18 | 18 | "prepare": "bin/_link; husky install" |
19 | 19 | }, |
20 | 20 | "homepage": "https://interactjs.io/pro", |
21 | 21 | "description": "", |
22 | 22 | "devDependencies": { |
23 | | - "@babel/core": "^7.15.0", |
24 | | - "@babel/plugin-proposal-class-properties": "^7.14.5", |
25 | | - "@babel/plugin-proposal-export-default-from": "^7.14.5", |
26 | | - "@babel/plugin-proposal-optional-catch-binding": "^7.14.5", |
27 | | - "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
28 | | - "@babel/plugin-transform-modules-commonjs": "^7.15.0", |
29 | | - "@babel/plugin-transform-runtime": "^7.15.0", |
30 | | - "@babel/preset-env": "^7.15.0", |
31 | | - "@babel/preset-typescript": "^7.15.0", |
32 | | - "@babel/register": "^7.15.3", |
33 | | - "@babel/runtime": "^7.15.3", |
| 23 | + "@babel/core": "^7.17.8", |
| 24 | + "@babel/plugin-proposal-export-default-from": "^7.16.7", |
| 25 | + "@babel/plugin-proposal-optional-catch-binding": "^7.16.7", |
| 26 | + "@babel/plugin-proposal-optional-chaining": "^7.16.7", |
| 27 | + "@babel/plugin-transform-modules-commonjs": "^7.17.7", |
| 28 | + "@babel/plugin-transform-runtime": "^7.17.0", |
| 29 | + "@babel/preset-env": "^7.16.11", |
| 30 | + "@babel/preset-typescript": "^7.16.7", |
| 31 | + "@babel/register": "^7.17.7", |
| 32 | + "@babel/runtime": "^7.17.8", |
34 | 33 | "@types/jest": "^27.0.1", |
35 | 34 | "@types/node": "^16.7.4", |
36 | 35 | "@types/react": "^17.0.19", |
37 | 36 | "@types/shelljs": "^0.8.9", |
38 | 37 | "@types/tape": "^4.13.2", |
39 | | - "@typescript-eslint/eslint-plugin": "^4.29.3", |
40 | | - "@typescript-eslint/eslint-plugin-tslint": "^4.29.3", |
41 | | - "@typescript-eslint/parser": "^4.29.3", |
42 | | - "@vitejs/plugin-vue": "^1.6.0", |
43 | | - "@vue/babel-plugin-jsx": "^1.0.6", |
44 | | - "@vue/compiler-sfc": "^3.2.6", |
45 | | - "@vue/reactivity": "^3.2.6", |
46 | | - "@vue/runtime-dom": "^3.2.6", |
47 | | - "@vue/test-utils": "^1.2.2", |
| 38 | + "@typescript-eslint/eslint-plugin": "^5.17.0", |
| 39 | + "@typescript-eslint/eslint-plugin-tslint": "^5.17.0", |
| 40 | + "@typescript-eslint/parser": "^5.17.0", |
| 41 | + "@vitejs/plugin-vue": "^2.3.1", |
| 42 | + "@vue/babel-plugin-jsx": "^1.1.1", |
| 43 | + "@vue/compiler-sfc": "^3.2.31", |
| 44 | + "@vue/reactivity": "^3.2.31", |
| 45 | + "@vue/runtime-dom": "^3.2.31", |
| 46 | + "@vue/test-utils": "^2.0.0-rc.17", |
48 | 47 | "babel-helper-vue-jsx-merge-props": "^2.0.3", |
49 | 48 | "babel-plugin-syntax-jsx": "^6.18.0", |
50 | 49 | "babelify": "^10.0.0", |
|
58 | 57 | "del": "^6.0.0", |
59 | 58 | "derequire": "^2.1.1", |
60 | 59 | "errorify": "^0.3.1", |
61 | | - "eslint": "^7.32.0", |
| 60 | + "eslint": "^8.12.0", |
62 | 61 | "eslint-config-standard": "^16.0.3", |
63 | | - "eslint-import-resolver-typescript": "^2.4.0", |
64 | | - "eslint-plugin-import": "^2.24.2", |
65 | | - "eslint-plugin-jest": "^24.4.0", |
66 | | - "eslint-plugin-markdown": "^2.0.1", |
| 62 | + "eslint-import-resolver-typescript": "^2.7.0", |
| 63 | + "eslint-plugin-import": "^2.25.4", |
| 64 | + "eslint-plugin-jest": "^26.1.3", |
| 65 | + "eslint-plugin-markdown": "^2.2.1", |
67 | 66 | "eslint-plugin-node": "^11.1.0", |
68 | | - "eslint-plugin-promise": "^5.1.0", |
69 | | - "eslint-plugin-react": "^7.24.0", |
| 67 | + "eslint-plugin-promise": "^6.0.0", |
| 68 | + "eslint-plugin-react": "^7.29.4", |
70 | 69 | "eslint-plugin-require-path-exists": "^1.1.9", |
71 | | - "eslint-plugin-vue": "^7.17.0", |
| 70 | + "eslint-plugin-vue": "^8.5.0", |
72 | 71 | "fs-extra": "^10.0.0", |
73 | 72 | "glob": "^7.1.7", |
74 | 73 | "hash-sum": "^2.0.0", |
|
80 | 79 | "lint-staged": "^11.1.2", |
81 | 80 | "mkdirp": "^1.0.4", |
82 | 81 | "nodemon": "^2.0.12", |
83 | | - "p-queue": "^7.1.0", |
84 | | - "prettier": "^2.3.2", |
| 82 | + "p-queue": "6", |
| 83 | + "prettier": "^2.6.1", |
85 | 84 | "promise-polyfill": "^8.2.0", |
86 | 85 | "react": "^17.0.2", |
87 | 86 | "react-dom": "^17.0.2", |
|
94 | 93 | "temp": "^0.9.4", |
95 | 94 | "terser": "^5.7.2", |
96 | 95 | "ts-node": "^10.2.1", |
97 | | - "tslint": "^6.1.3", |
98 | 96 | "typescript": "^4.4.2", |
99 | | - "vijest": "^0.0.0", |
100 | | - "vite": "^2.5.1", |
101 | | - "vue": "^3.2.6", |
| 97 | + "vijest": "^0.0.1", |
| 98 | + "vite": "^2.8.6", |
| 99 | + "vue": "^3.2.31", |
102 | 100 | "yargs": "^17.1.1" |
103 | 101 | }, |
104 | 102 | "engines": { |
|
0 commit comments