|
22 | 22 | "scripts": {
|
23 | 23 | "dev": "vite",
|
24 | 24 | "build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
|
| 25 | + "lint": "vue-tsc --noEmit", |
25 | 26 | "prepack": "npm run build"
|
26 | 27 | },
|
27 | 28 | "files": [
|
|
47 | 48 | },
|
48 | 49 | "devDependencies": {
|
49 | 50 | "@types/lodash-es": "^4.17.5",
|
50 |
| - "@vitejs/plugin-vue": "^3", |
51 |
| - "@vue/compiler-sfc": "^3.2.26", |
52 |
| - "@vue/eslint-config-prettier": "^7.0.0", |
53 |
| - "@vue/eslint-config-typescript": "^11", |
54 |
| - "eslint": "^8.6.0", |
| 51 | + "@vitejs/plugin-vue": "^5.0.4", |
| 52 | + "@vue/compiler-sfc": "^3.4.21", |
| 53 | + "@vue/eslint-config-prettier": "^9.0.0", |
| 54 | + "@vue/eslint-config-typescript": "^13.0.0", |
| 55 | + "eslint": "^8.57.0", |
55 | 56 | "eslint-config-standard": "^17",
|
56 | 57 | "eslint-plugin-import": "^2.24.2",
|
57 | 58 | "eslint-plugin-node": "^11.1.0",
|
58 | 59 | "eslint-plugin-promise": "^6.0.0",
|
59 |
| - "eslint-plugin-vue": "^8.2.0", |
60 |
| - "fs-extra": "^10.0.0", |
| 60 | + "eslint-plugin-vue": "^9.23.0", |
| 61 | + "fs-extra": "^11.2.0", |
61 | 62 | "lodash-es": "^4.17.21",
|
62 |
| - "prettier": "^2.2.1", |
| 63 | + "prettier": "^3.2.5", |
63 | 64 | "resize-observer-polyfill": "^1.5.1",
|
64 |
| - "sass": "^1.39.0", |
65 |
| - "vite": "^3.1.4", |
66 |
| - "vue": "^3.2.26", |
67 |
| - "vue-router": "^4", |
68 |
| - "vue-tsc": "^0.40.13" |
| 65 | + "sass": "^1.71.1", |
| 66 | + "vite": "^5.1.6", |
| 67 | + "vue": "^3.4.21", |
| 68 | + "vue-router": "^4.3.0", |
| 69 | + "vue-tsc": "^2.0.6" |
69 | 70 | },
|
70 | 71 | "peerDependencies": {
|
71 | 72 | "vue": "^3"
|
|
0 commit comments