Skip to content

Commit

Permalink
fix(deps): update dependency vue to ^3.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 18, 2024
1 parent 4ad3635 commit 7e79aeb
Show file tree
Hide file tree
Showing 4 changed files with 144 additions and 43 deletions.
2 changes: 1 addition & 1 deletion demo/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"resolutions": {
"vite": "^4.4.12",
"vue": "^3.3.4"
"vue": "^3.4.15"
}
}
2 changes: 1 addition & 1 deletion demo/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@productdevbook/chatwoot": "^1.3.0",
"vue": "^3.3.4"
"vue": "^3.4.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion playground-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.4.15"
},
"devDependencies": {
"@productdevbook/chatwoot": "workspace:*",
Expand Down
Loading

0 comments on commit 7e79aeb

Please sign in to comment.