Skip to content

Commit

Permalink
chore(deps): update dependency vue to v3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and LeSuisse committed Sep 27, 2024
1 parent 716c7ef commit e38aa09
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion examples/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nuxt/devtools": "1.5.1",
"nuxt": "3.13.2",
"vue": "3.5.9",
"vue": "3.5.10",
"vue-dompurify-html": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vue-dompurify-html-example-vue3",
"private": true,
"dependencies": {
"vue": "3.5.9",
"vue": "3.5.10",
"vue-dompurify-html": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-dompurify-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"typescript": "5.6.2",
"vite": "5.4.8",
"vitest": "2.1.1",
"vue": "3.5.9"
"vue": "3.5.10"
}
}
Loading

0 comments on commit e38aa09

Please sign in to comment.