|
1 | 1 | {
|
2 | 2 | "type": "module",
|
3 | 3 | "private": true,
|
4 |
| - "packageManager": "[email protected].2", |
| 4 | + "packageManager": "[email protected].3", |
5 | 5 | "scripts": {
|
6 | 6 | "build": "vite build",
|
7 | 7 | "dev": "vite --port 3333 --open",
|
|
13 | 13 | "postinstall": "npx simple-git-hooks"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@vueuse/core": "^10.5.0", |
17 |
| - "vue": "^3.3.7", |
| 16 | + "@vueuse/core": "^10.6.0", |
| 17 | + "vue": "^3.3.8", |
18 | 18 | "vue-router": "^4.2.5"
|
19 | 19 | },
|
20 | 20 | "devDependencies": {
|
21 |
| - "@antfu/eslint-config": "^1.1.0", |
| 21 | + "@antfu/eslint-config": "^1.1.1", |
22 | 22 | "@iconify-json/carbon": "^1.1.21",
|
23 |
| - "@types/node": "^20.8.10", |
24 |
| - "@unocss/eslint-config": "^0.57.1", |
25 |
| - "@unocss/eslint-plugin": "^0.57.1", |
26 |
| - "@unocss/reset": "^0.57.1", |
27 |
| - "@vitejs/plugin-vue": "^4.4.0", |
| 23 | + "@types/node": "^20.9.0", |
| 24 | + "@unocss/eslint-config": "^0.57.3", |
| 25 | + "@unocss/eslint-plugin": "^0.57.3", |
| 26 | + "@unocss/reset": "^0.57.3", |
| 27 | + "@vitejs/plugin-vue": "^4.4.1", |
28 | 28 | "@vue-macros/volar": "^0.17.2",
|
29 | 29 | "@vue/test-utils": "^2.4.1",
|
30 |
| - "eslint": "^8.52.0", |
| 30 | + "eslint": "^8.53.0", |
31 | 31 | "eslint-define-config": "^1.24.1",
|
32 | 32 | "jsdom": "^22.1.0",
|
33 |
| - "lint-staged": "^15.0.2", |
34 |
| - "pnpm": "^8.10.2", |
| 33 | + "lint-staged": "^15.1.0", |
| 34 | + "pnpm": "^8.10.3", |
35 | 35 | "simple-git-hooks": "^2.9.0",
|
36 | 36 | "taze": "^0.12.0",
|
37 | 37 | "typescript": "^5.2.2",
|
38 |
| - "unocss": "^0.57.1", |
| 38 | + "unocss": "^0.57.3", |
39 | 39 | "unplugin-auto-import": "^0.16.7",
|
40 | 40 | "unplugin-vue-components": "^0.25.2",
|
41 | 41 | "unplugin-vue-macros": "^2.6.2",
|
|
0 commit comments