|
1 | 1 | { |
2 | 2 | "name": "@tkskto/vue-component-analyzer", |
3 | | - "version": "0.7.1", |
| 3 | + "version": "0.8.0", |
4 | 4 | "description": "Analyze dependency tree for Vue.js SFC (Single File Component)", |
5 | 5 | "type": "module", |
6 | 6 | "main": "./dist/index.mjs", |
|
48 | 48 | "access": "public" |
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | | - "@typescript-eslint/parser": "5.57.0", |
52 | | - "commander": "10.0.0", |
| 51 | + "@typescript-eslint/parser": "5.59.0", |
| 52 | + "commander": "10.0.1", |
53 | 53 | "ejs": "3.1.9", |
54 | 54 | "express": "4.18.2", |
55 | | - "globby": "13.1.3", |
56 | | - "mkdirp": "2.1.6", |
| 55 | + "globby": "13.1.4", |
| 56 | + "mkdirp": "3.0.0", |
57 | 57 | "opener": "1.5.2", |
58 | 58 | "vue-eslint-parser": "9.1.1", |
59 | 59 | "ws": "8.13.0" |
|
62 | 62 | "@mitsue/eslint-config": "4.1.0", |
63 | 63 | "@rollup/plugin-commonjs": "24.0.1", |
64 | 64 | "@rollup/plugin-json": "6.0.0", |
65 | | - "@rollup/plugin-node-resolve": "15.0.1", |
66 | | - "@rollup/plugin-terser": "0.4.0", |
67 | | - "@rollup/plugin-typescript": "11.0.0", |
| 65 | + "@rollup/plugin-node-resolve": "15.0.2", |
| 66 | + "@rollup/plugin-terser": "0.4.1", |
| 67 | + "@rollup/plugin-typescript": "11.1.0", |
68 | 68 | "@types/ejs": "3.1.2", |
69 | 69 | "@types/express": "4.17.17", |
70 | | - "@types/jest": "29.5.0", |
| 70 | + "@types/jest": "29.5.1", |
71 | 71 | "@types/mkdirp": "1.0.2", |
72 | 72 | "@types/node": "18.15.11", |
73 | 73 | "@types/opener": "1.4.0", |
74 | 74 | "@types/ws": "8.5.4", |
75 | | - "@typescript-eslint/eslint-plugin": "5.57.0", |
76 | | - "eslint": "8.37.0", |
| 75 | + "@typescript-eslint/eslint-plugin": "5.59.0", |
| 76 | + "eslint": "8.38.0", |
77 | 77 | "husky": "8.0.3", |
78 | 78 | "jest": "29.5.0", |
79 | | - "lint-staged": "13.2.0", |
| 79 | + "lint-staged": "13.2.1", |
80 | 80 | "npm-run-all": "^4.1.5", |
81 | 81 | "nyc": "15.1.0", |
82 | | - "rollup": "3.20.2", |
| 82 | + "rollup": "3.20.6", |
83 | 83 | "rollup-plugin-license": "3.0.1", |
84 | | - "ts-jest": "29.0.5", |
| 84 | + "ts-jest": "29.1.0", |
85 | 85 | "ts-node": "10.9.1", |
86 | | - "typescript": "5.0.3" |
| 86 | + "typescript": "5.0.4" |
87 | 87 | }, |
88 | 88 | "lint-staged": { |
89 | 89 | "*.ts": [ |
|
0 commit comments