Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(npm): bump vuetify from 2.6.14 to 3.7.6 #804

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vue": "^2.7.16",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^9.1.2",
"vuetify": "^2.6.14"
"vuetify": "^3.7.6"
},
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.9",
Expand Down
22 changes: 16 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8885,7 +8885,7 @@ __metadata:
vue-cli-plugin-vuetify: ~2.5.8
vue-property-decorator: ^9.1.2
vue-template-compiler: ^2.7.16
vuetify: ^2.6.14
vuetify: ^3.7.6
vuetify-loader: ^1.9.2
webpack: ^5.97.1
languageName: unknown
Expand Down Expand Up @@ -9046,12 +9046,22 @@ __metadata:
languageName: node
linkType: hard

"vuetify@npm:^2.6.14":
version: 2.6.14
resolution: "vuetify@npm:2.6.14"
"vuetify@npm:^3.7.6":
version: 3.7.6
resolution: "vuetify@npm:3.7.6"
peerDependencies:
vue: ^2.6.4
checksum: edeb8c55a7b6b315de7464bd3e0e9aa12a4894b873289aa8a8ae0fa37c7481b16229351658e5d7fba559ba4f6a6b84a1681e40bc0d8b17f074edd9832bd4d5db
typescript: ">=4.7"
vite-plugin-vuetify: ">=1.0.0"
vue: ^3.3.0
webpack-plugin-vuetify: ">=2.0.0"
peerDependenciesMeta:
typescript:
optional: true
vite-plugin-vuetify:
optional: true
webpack-plugin-vuetify:
optional: true
checksum: 7118dc6662882b65060e648859f551bdc33470de390395901b4bedfe875f59bed4b6fe08352f07209a9dd97f52d067dad31f168600bbc4c2a563bec86754af9d
languageName: node
linkType: hard

Expand Down
Loading