Skip to content

Commit

Permalink
chore(deps): update all minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent c47cf26 commit 126d082
Show file tree
Hide file tree
Showing 7 changed files with 3,353 additions and 3,690 deletions.
2 changes: 1 addition & 1 deletion demo/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@productdevbook/chatwoot": "^1.5.0"
},
"devDependencies": {
"nuxt": "^3.11.2"
"nuxt": "^3.13.1"
}
}
4,460 changes: 2,054 additions & 2,406 deletions demo/pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions demo/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"dependencies": {
"@productdevbook/chatwoot": "^1.5.0",
"vue": "^3.4.38"
"vue": "^3.5.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vue-tsc": "^2.0.29"
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vue-tsc": "^2.1.6"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,27 +72,27 @@
"vue": ">=3.3.0"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.13.1",
"defu": "^6.1.4"
},
"devDependencies": {
"@antfu/eslint-config": "2.18.1",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.13.1",
"@types/node": "^20.12.13",
"@antfu/eslint-config": "2.27.3",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^20.16.5",
"@vitest/coverage-v8": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"bumpp": "^9.4.2",
"bumpp": "^9.5.2",
"eslint": "^8.57.0",
"happy-dom": "^14.11.4",
"nuxt": "^3.12.4",
"tsx": "^4.10.5",
"typescript": "^5.4.5",
"happy-dom": "^14.12.3",
"nuxt": "^3.13.1",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"unconfig": "^0.4.5",
"unconfig": "^0.5.5",
"vitest": "^1.6.0",
"vue": "^3.4.38"
"vue": "^3.5.4"
},
"resolutions": {
"@productdevbook/chatwoot": "link:."
Expand Down
2 changes: 1 addition & 1 deletion playground-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"dependencies": {
"@productdevbook/chatwoot": "link:..",
"nuxt": "^3.12.4"
"nuxt": "^3.13.1"
},
"devDependencies": {
"@nuxtjs/partytown": "^1.5.0"
Expand Down
10 changes: 5 additions & 5 deletions playground-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.38"
"vue": "^3.5.4"
},
"devDependencies": {
"@productdevbook/chatwoot": "link:..",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vue-tsc": "^2.0.29"
"@vitejs/plugin-vue": "^5.1.3",
"typescript": "^5.6.2",
"vite": "^5.4.4",
"vue-tsc": "^2.1.6"
}
}
Loading

0 comments on commit 126d082

Please sign in to comment.