|
55 | 55 | "vue": ">=3.0.0" |
56 | 56 | }, |
57 | 57 | "devDependencies": { |
58 | | - "@commitlint/cli": "17.1.2", |
59 | | - "@commitlint/config-conventional": "17.1.0", |
60 | | - "@microsoft/api-extractor": "7.31.2", |
| 58 | + "@commitlint/cli": "17.2.0", |
| 59 | + "@commitlint/config-conventional": "17.2.0", |
| 60 | + "@microsoft/api-extractor": "7.33.6", |
61 | 61 | "@rushstack/eslint-patch": "1.2.0", |
62 | | - "@types/node": "18.7.18", |
63 | | - "@vitejs/plugin-vue": "3.1.0", |
64 | | - "@vitest/coverage-c8": "^0.23.4", |
65 | | - "@vitest/ui": "0.23.4", |
| 62 | + "@types/node": "18.11.9", |
| 63 | + "@vitejs/plugin-vue": "3.2.0", |
| 64 | + "@vitest/coverage-c8": "^0.25.0", |
| 65 | + "@vitest/ui": "0.25.2", |
66 | 66 | "@vue/eslint-config-airbnb-with-typescript": "7.0.0", |
67 | | - "@vue/server-renderer": "3.2.39", |
68 | | - "@vue/test-utils": "2.0.2", |
| 67 | + "@vue/server-renderer": "3.2.45", |
| 68 | + "@vue/test-utils": "2.2.3", |
69 | 69 | "@vue/tsconfig": "0.1.3", |
70 | 70 | "commitizen": "4.2.5", |
71 | 71 | "cz-conventional-changelog": "3.3.0", |
72 | | - "eslint": "8.23.1", |
| 72 | + "eslint": "8.27.0", |
73 | 73 | "eslint-config-prettier": "8.5.0", |
74 | | - "eslint-define-config": "1.7.0", |
| 74 | + "eslint-define-config": "1.12.0", |
75 | 75 | "eslint-plugin-import": "2.26.0", |
76 | 76 | "eslint-plugin-vitest-globals": "1.2.0", |
77 | | - "eslint-plugin-vue": "9.5.1", |
| 77 | + "eslint-plugin-vue": "9.7.0", |
78 | 78 | "happy-dom": "6.0.4", |
79 | 79 | "lint-staged": "13.0.3", |
80 | | - "pnpm": "7.12.2", |
| 80 | + "pnpm": "7.16.1", |
81 | 81 | "prettier": "2.7.1", |
82 | 82 | "rimraf": "3.0.2", |
83 | | - "sass": "1.55.0", |
84 | | - "simple-git-hooks": "2.8.0", |
85 | | - "typescript": "4.8.3", |
86 | | - "vite": "3.1.3", |
87 | | - "vitest": "0.23.4", |
88 | | - "vue": "3.2.39", |
89 | | - "vue-router": "4.1.5" |
| 83 | + "sass": "1.56.1", |
| 84 | + "simple-git-hooks": "2.8.1", |
| 85 | + "typescript": "4.9.3", |
| 86 | + "vite": "3.2.4", |
| 87 | + "vitest": "0.25.2", |
| 88 | + "vue": "3.2.45", |
| 89 | + "vue-router": "4.1.6" |
90 | 90 | }, |
91 | 91 | "simple-git-hooks": { |
92 | 92 | "pre-commit": "pnpm lint-staged --concurrent false", |
|
101 | 101 | "eslint --cache --fix" |
102 | 102 | ] |
103 | 103 | }, |
104 | | - "packageManager": "pnpm@7.12.2" |
| 104 | + "packageManager": "pnpm@7.16.1" |
105 | 105 | } |
0 commit comments