Skip to content

Commit

Permalink
fix(deps): update dependency vue to ^3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent 4ad3635 commit e566b28
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 19 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.3"
}
}
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.3"
},
"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.3"
},
"devDependencies": {
"@productdevbook/chatwoot": "workspace:*",
Expand Down
151 changes: 135 additions & 16 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e566b28

Please sign in to comment.