Skip to content

Commit 6407c52

Browse files
authored
build: remove vue and vuetify from peerDependencies (#25)
The removal of vue and vuetify from peerDependencies simplifies the package's dependency requirements, as they are no longer necessary for the core functionality.
1 parent 6020d45 commit 6407c52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424
"author": "John Leider <[email protected]>",
2525
"license": "MIT",
2626
"peerDependencies": {
27-
"eslint": "^9.23.0",
28-
"vue": "^3.5.13",
29-
"vuetify": "^3.7.19"
27+
"eslint": "^9.23.0"
3028
},
3129
"dependencies": {
3230
"@eslint/js": "^9.23.0",

0 commit comments

Comments
 (0)