|
13 | 13 | "dev": "vite", |
14 | 14 | "watch": "pnpm dev", |
15 | 15 | "play": "sh src/playground/configs/build.sh && NODE_ENV=playground vite", |
16 | | - "build": "vue-tsc && npm run test:build && vite build --config vite.build.config.ts", |
| 16 | + "build": "vue-tsc && npm run test:build && vite build --config vite.build.config.mts", |
17 | 17 | "build:docs": "vite build", |
18 | 18 | "predeploy": "npm run build", |
19 | 19 | "deploy": "gh-pages -d docs", |
|
70 | 70 | ], |
71 | 71 | "dependencies": { |
72 | 72 | "@vueuse/core": "^10.7.0", |
73 | | - "vue": "^3.3.10", |
74 | | - "vuetify": "^3.4.6" |
| 73 | + "vue": "^3.3.12", |
| 74 | + "vuetify": "^3.4.7" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | 77 | "@fortawesome/fontawesome-svg-core": "^6.5.1", |
|
83 | 83 | "@rollup/plugin-commonjs": "^25.0.7", |
84 | 84 | "@rollup/plugin-node-resolve": "^15.2.3", |
85 | 85 | "@rollup/plugin-terser": "^0.4.4", |
86 | | - "@types/node": "^20.10.3", |
87 | | - "@typescript-eslint/eslint-plugin": "^6.13.2", |
88 | | - "@typescript-eslint/parser": "^6.13.2", |
89 | | - "@vitejs/plugin-vue": "^4.5.1", |
| 86 | + "@types/node": "^20.10.5", |
| 87 | + "@typescript-eslint/eslint-plugin": "^6.15.0", |
| 88 | + "@typescript-eslint/parser": "^6.15.0", |
| 89 | + "@vitejs/plugin-vue": "^4.5.2", |
90 | 90 | "@vue/cli-plugin-eslint": "^5.0.8", |
91 | 91 | "@vue/cli-service": "^5.0.8", |
92 | | - "@vue/compiler-sfc": "^3.3.10", |
| 92 | + "@vue/compiler-sfc": "^3.3.12", |
93 | 93 | "@vue/eslint-config-typescript": "^12.0.0", |
94 | 94 | "@vue/test-utils": "^2.4.3", |
95 | 95 | "@wdns/vue-code-block": "^2.3.1", |
96 | 96 | "autoprefixer": "^10.4.16", |
97 | | - "eslint": "^8.55.0", |
| 97 | + "eslint": "^8.56.0", |
98 | 98 | "eslint-config-prettier": "^9.1.0", |
99 | | - "eslint-plugin-import": "^2.29.0", |
| 99 | + "eslint-plugin-import": "^2.29.1", |
100 | 100 | "eslint-plugin-prettier": "^5.0.1", |
101 | 101 | "eslint-plugin-vue": "^9.19.2", |
102 | 102 | "gh-pages": "^6.1.0", |
|
108 | 108 | "postcss": "^8.4.32", |
109 | 109 | "postcss-html": "^1.5.0", |
110 | 110 | "postcss-scss": "^4.0.9", |
111 | | - "prettier": "^3.1.0", |
| 111 | + "prettier": "^3.1.1", |
112 | 112 | "prismjs": "^1.29.0", |
113 | 113 | "roboto-fontface": "^0.10.0", |
114 | | - "rollup": "^4.6.1", |
| 114 | + "rollup": "^4.9.1", |
115 | 115 | "rollup-plugin-polyfill-node": "^0.13.0", |
116 | 116 | "rollup-plugin-postcss": "^4.0.2", |
117 | 117 | "rollup-plugin-scss": "^4.0.0", |
|
129 | 129 | "vite-plugin-dts": "^3.6.4", |
130 | 130 | "vite-plugin-eslint": "^1.8.1", |
131 | 131 | "vite-plugin-static-copy": "^0.17.1", |
132 | | - "vite-plugin-stylelint": "^5.2.1", |
| 132 | + "vite-plugin-stylelint": "^5.3.0", |
133 | 133 | "vite-plugin-vuetify": "^1.0.2", |
134 | | - "vitest": "^1.0.2", |
| 134 | + "vitest": "^1.0.4", |
135 | 135 | "vue-tsc": "^1.8.25", |
136 | 136 | "webfontloader": "^1.6.28" |
137 | 137 | } |
|
0 commit comments