bump deps

This commit is contained in:
Gauthier Roebroeck 2025-07-11 09:56:11 +08:00
parent 684a015c1e
commit 146dc2b1ee
2 changed files with 19 additions and 19 deletions

View file

@ -18,7 +18,7 @@
"pinia-plugin-persistedstate": "^4.4.1",
"vue": "^3.5.17",
"vue-intl": "^6.5.25",
"vuetify": "^3.8.11"
"vuetify": "^3.9.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
@ -32,7 +32,7 @@
"@storybook/vue3-vite": "^9.0.16",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.0.12",
"@types/node": "^24.0.13",
"@unocss/preset-icons": "^66.3.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/browser": "^3.2.4",
@ -52,7 +52,7 @@
"npm-run-all2": "^8.0.4",
"openapi-msw": "^1.2.0",
"openapi-typescript": "^7.8.0",
"playwright": "^1.53.2",
"playwright": "^1.54.0",
"prettier": "^3.6.2",
"sass": "^1.89.2",
"sass-embedded": "^1.89.2",
@ -2889,9 +2889,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.0.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.12.tgz",
"integrity": "sha512-LtOrbvDf5ndC9Xi+4QZjVL0woFymF/xSTKZKPgrrl7H7XoeDvnD+E2IclKVDyaK9UM756W/3BXqSU+JEHopA9g==",
"version": "24.0.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.13.tgz",
"integrity": "sha512-Qm9OYVOFHFYg3wJoTSrz80hoec5Lia/dPp84do3X7dZvLikQvM1YpmvTBEdIr/e+U8HTkFjLHLnl78K/qjf+jQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -8498,13 +8498,13 @@
}
},
"node_modules/playwright": {
"version": "1.53.2",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.2.tgz",
"integrity": "sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==",
"version": "1.54.0",
"resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.0.tgz",
"integrity": "sha512-y9yzHmXRwEUOpghM7XGcA38GjWuTOUMaTIcm/5rHcYVjh5MSp9qQMRRMc/+p1cx+csoPnX4wkxAF61v5VKirxg==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"playwright-core": "1.53.2"
"playwright-core": "1.54.0"
},
"bin": {
"playwright": "cli.js"
@ -8517,9 +8517,9 @@
}
},
"node_modules/playwright-core": {
"version": "1.53.2",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz",
"integrity": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==",
"version": "1.54.0",
"resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.0.tgz",
"integrity": "sha512-uiWpWaJh3R3etpJ0QrpligEMl62Dk1iSAB6NUXylvmQz+e3eipXHDHvOvydDAssb5Oqo0E818qdn0L9GcJSTyA==",
"dev": true,
"license": "Apache-2.0",
"bin": {
@ -11281,9 +11281,9 @@
}
},
"node_modules/vuetify": {
"version": "3.8.11",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.8.11.tgz",
"integrity": "sha512-sF5U364CFWq/K3zhC1z90DPHDp1EL6bepKpgzfIfHN6I2BoC1qjbH+hEqozqaGETrIBK7+ShccAzZ8CHL56YZQ==",
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.9.0.tgz",
"integrity": "sha512-vjqyHP5gBFH4x0BAjdRAcS3FXY5OfHaKnC6Hhgln8tePZtKc3AUhF7BEJtcrD3l6XwL8gaYx/wMt+UP7X5EZJw==",
"license": "MIT",
"engines": {
"node": "^12.20 || >=14.13"

View file

@ -38,7 +38,7 @@
"pinia-plugin-persistedstate": "^4.4.1",
"vue": "^3.5.17",
"vue-intl": "^6.5.25",
"vuetify": "^3.8.11"
"vuetify": "^3.9.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.1",
@ -52,7 +52,7 @@
"@storybook/vue3-vite": "^9.0.16",
"@testing-library/vue": "^8.1.0",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.0.12",
"@types/node": "^24.0.13",
"@unocss/preset-icons": "^66.3.3",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/browser": "^3.2.4",
@ -72,7 +72,7 @@
"npm-run-all2": "^8.0.4",
"openapi-msw": "^1.2.0",
"openapi-typescript": "^7.8.0",
"playwright": "^1.53.2",
"playwright": "^1.54.0",
"prettier": "^3.6.2",
"sass": "^1.89.2",
"sass-embedded": "^1.89.2",