Skip to content

Commit 29cf710

Browse files
committed
feat: update vueuse and pinia dependencies to latest versions
- Upgraded @vueuse/core from 12.3.0 to 13.3.0 - Upgraded @vueuse/integrations from 12.3.0 to 13.3.0 - Upgraded pinia from 2.1.7 to 3.0.2
1 parent 1e71970 commit 29cf710

File tree

2 files changed

+114
-53
lines changed

2 files changed

+114
-53
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
},
1414
"dependencies": {
1515
"@tailwindcss/container-queries": "^0.1.1",
16-
"@vueuse/core": "^12.3.0",
17-
"@vueuse/integrations": "^12.3.0",
16+
"@vueuse/core": "^13.3.0",
17+
"@vueuse/integrations": "^13.3.0",
1818
"axios": "^1.6.4",
1919
"lodash.clonedeep": "^4.5.0",
20-
"pinia": "^2.1.7",
20+
"pinia": "^3.0.2",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",
2323
"sass": "^1.69.7",

0 commit comments

Comments
 (0)