Skip to content

Commit

Permalink
fix(deps): update demo (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored May 1, 2023
1 parent 5e6ce56 commit a2962a6
Showing 4 changed files with 421 additions and 263 deletions.
6 changes: 3 additions & 3 deletions demo/nuxt3/package.json
Original file line number Diff line number Diff line change
@@ -8,13 +8,13 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "^3.4.2"
"nuxt": "^3.4.3"
},
"dependencies": {
"@productdevbook/chatwoot": "^1.0.0"
"@productdevbook/chatwoot": "^1.1.0"
},
"resolutions": {
"vite": "^4.3.1",
"vite": "^4.3.3",
"vue": "^3.2.47"
}
}
464 changes: 306 additions & 158 deletions demo/nuxt3/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions demo/vue3/package.json
Original file line number Diff line number Diff line change
@@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@productdevbook/chatwoot": "^1.0.0",
"@productdevbook/chatwoot": "^1.1.0",
"vue": "^3.2.47"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"typescript": "^5.0.4",
"vite": "^4.3.1",
"vue-tsc": "^1.4.1"
"vite": "^4.3.3",
"vue-tsc": "^1.6.1"
}
}
206 changes: 108 additions & 98 deletions demo/vue3/pnpm-lock.yaml

0 comments on commit a2962a6

Please sign in to comment.