Skip to content

Commit dc0d6d5

Browse files
committed
build: update dependencies and remove unused packages
Remove unused dependencies related to Vue, Vuetify, and Nuxt to simplify the project Update eslint-config-vuetify to use catalog version
1 parent 8c3529d commit dc0d6d5

File tree

3 files changed

+6
-30
lines changed

3 files changed

+6
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"bumpp": "catalog:",
2424
"conventional-changelog-vuetify": "^2.0.2",
2525
"eslint": "catalog:",
26-
"eslint-config-vuetify": "4.3.5-beta.1",
26+
"eslint-config-vuetify": "catalog:",
2727
"sherif": "catalog:",
2828
"typescript": "catalog:"
2929
}

pnpm-lock.yaml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,60 +6,33 @@ catalogMode: strict
66

77
catalog:
88
'@bomb.sh/tab': ^0.0.11
9-
'@fontsource/roboto': 5.2.7
109
'@intellectronica/ruler': ^0.3.18
11-
'@mdi/font': 7.4.47
12-
'@nuxt/eslint': ^1.12.1
13-
'@nuxtjs/i18n': ^10.2.1
14-
'@pinia/nuxt': ^0.5.1
15-
'@tsconfig/node22': ^22.0.5
1610
'@types/semver': ^7.7.1
1711
'@types/validate-npm-package-name': ^4.0.2
1812
'@clack/prompts': ^1.0.0-alpha.8
1913
'@types/node': ^24.9.2
2014
'@types/vscode': ^1.99.0
21-
'@vitejs/plugin-vue': ^6.0.2
22-
'@vue/tsconfig': ^0.8.1
23-
'@vuetify/loader-shared': ^2.1.1
2415
bumpp: ^10.3.1
2516
citty: ^0.1.6
26-
clerc: ^0.44.0
2717
eslint: ^9.39.2
28-
eslint-config-vuetify: ^4.3.3
18+
eslint-config-vuetify: ^4.3.5-beta.1
2919
exsolve: ^1.0.8
3020
giget: ^2.0.0
3121
i18n-js: ^4.5.1
3222
is-installed-globally: ^1.0.0
3323
is-interactive: ^2.0.0
3424
kolorist: ^1.8.0
3525
magicast: ^0.5.1
36-
npm-run-all2: ^8.0.4
37-
nuxt: ^3.11.1
3826
nypm: ^0.6.2
3927
open: ^11.0.0
4028
package-manager-detector: ^1.5.0
4129
pathe: ^2.0.3
42-
pinia: ^3.0.3
4330
pkg-types: ^2.3.0
4431
reactive-vscode: ^0.4.1
45-
sass: ^1.72.0
46-
sass-embedded: ^1.93.3
4732
semver: ^7.7.3
4833
sherif: ^1.9.0
4934
tinyexec: ^1.0.2
5035
tsdown: ^0.16.6
5136
typescript: ^5.9.3
52-
unplugin-auto-import: ^20.1.0
53-
unplugin-fonts: ^1.4.0
54-
unplugin-vue-router: ^0.15.0
5537
validate-npm-package-name: ^7.0.1
56-
vite: ^7.2.6
57-
vite-plugin-vue-layouts-next: ^1.0.0
58-
vite-plugin-vuetify: ^2.1.2
59-
vue: ^3.5.25
60-
vue-i18n: ^11.2.7
61-
vue-router: ^4.5.1
62-
vue-tsc: ^3.1.5
63-
vuetify: ^3.11.4
6438
vitest: ^4.0.16
65-
vuetify-nuxt-module: ^0.19.1

0 commit comments

Comments
 (0)