Skip to content

Commit

Permalink
fix(deps): update dependency @vueuse/core to v12 (#5208)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency @vueuse/core to v12

* Update Vue to fix dependency mismatch

---------

Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
openverse-bot and obulat authored Nov 29, 2024
1 parent 0ace396 commit 699455d
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 211 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@sentry/node": "^8.26.0",
"@sentry/vue": "^8.26.0",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/core": "^11.0.0",
"@vueuse/core": "^12.0.0",
"@wordpress/is-shallow-equal": "^5.3.0",
"async-mutex": "^0.5.0",
"axios": "^1.7.2",
Expand Down Expand Up @@ -115,7 +115,7 @@
"typescript": "5.6.3",
"vitest": "^2.1.4",
"vitest-dom": "^0.1.1",
"vue": "3.5.12",
"vue": "3.5.13",
"vue-router": "^4.4.5",
"vue-tsc": "2.1.10",
"vue-i18n": "10.0.5"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"vite": "^6.0.1",
"@intlify/core-base": "10.0.5",
"@intlify/message-compiler": "10.0.5",
"@intlify/shared": "10.0.5"
"@intlify/shared": "10.0.5",
"@vue/compiler-sfc": "3.5.13"
}
}
}
Loading

0 comments on commit 699455d

Please sign in to comment.