bump deps

This commit is contained in:
Gauthier Roebroeck 2026-03-25 11:31:57 +08:00
parent 55908ca6d7
commit 3a8e46bc6c
2 changed files with 10 additions and 10 deletions

View file

@ -25,7 +25,7 @@
"vue": "^3.5.30",
"vue-intl": "^7.2.1",
"vuedraggable": "^4.1.0",
"vuetify": "^4.0.3"
"vuetify": "^4.0.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.2",
@ -54,7 +54,7 @@
"eslint-plugin-formatjs": "^6.4.3",
"eslint-plugin-storybook": "^10.3.3",
"eslint-plugin-vue": "^10.8.0",
"happy-dom": "^20.8.7",
"happy-dom": "^20.8.8",
"msw": "^2.12.14",
"msw-storybook-addon": "^2.0.6",
"npm-run-all2": "^8.0.4",
@ -6857,9 +6857,9 @@
}
},
"node_modules/happy-dom": {
"version": "20.8.7",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.7.tgz",
"integrity": "sha512-7wfBi+UqulQlyLcis+9a+hTK0A/fMO4QKP6w6J9HnadXVkRdOvGf/N5G4XVpfgCYfnY7oKazlOSdWmsfatNSLQ==",
"version": "20.8.8",
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.8.tgz",
"integrity": "sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -12069,9 +12069,9 @@
}
},
"node_modules/vuetify": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.3.tgz",
"integrity": "sha512-RjvmvXuq0omR4h4BQGNzkzl7/CKml+Q82JUu3AvecuX43V7eSxk35GC/TsUoKMWJVgXPLwGh5dpQnH1bG1D3qg==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.4.tgz",
"integrity": "sha512-sO2ux9RG0C1HKaP1HqDMro3+vbbmUJwzcKXuzaxQmUERAT/0FR0yfbwnj4PrMwWy1qc2WPJq01h4cr86FmNrFA==",
"license": "MIT",
"funding": {
"type": "github",

View file

@ -46,7 +46,7 @@
"vue": "^3.5.30",
"vue-intl": "^7.2.1",
"vuedraggable": "^4.1.0",
"vuetify": "^4.0.3"
"vuetify": "^4.0.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.2",
@ -75,7 +75,7 @@
"eslint-plugin-formatjs": "^6.4.3",
"eslint-plugin-storybook": "^10.3.3",
"eslint-plugin-vue": "^10.8.0",
"happy-dom": "^20.8.7",
"happy-dom": "^20.8.8",
"msw": "^2.12.14",
"msw-storybook-addon": "^2.0.6",
"npm-run-all2": "^8.0.4",