Skip to content

Commit

Permalink
chore: update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Apr 3, 2024
1 parent 607218b commit e30bfa2
Show file tree
Hide file tree
Showing 5 changed files with 4,053 additions and 2,255 deletions.
30 changes: 15 additions & 15 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.7.4",
"defu": "^6.1.2"
"@nuxt/kit": "^3.11.1",
"defu": "^6.1.4"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.18",
"@nuxt/module-builder": "^0.5.2",
"@nuxt/schema": "^3.7.4",
"@nuxt/test-utils": "^3.7.4",
"@types/node": "^20.8.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.12.3",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^2.4.1",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"happy-dom": "^12.4.0",
"nuxt": "^3.7.4",
"tsx": "^3.13.0",
"typescript": "^5.2.2",
"@vue/test-utils": "^2.4.5",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"happy-dom": "^12.10.3",
"nuxt": "^3.11.1",
"tsx": "^3.14.0",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"unconfig": "^0.3.10",
"unconfig": "^0.3.12",
"vitest": "^0.34.6",
"vue": "^3.3.4"
"vue": "^3.4.21"
},
"resolutions": {
"@productdevbook/chatwoot": "link:."
Expand Down
4 changes: 2 additions & 2 deletions playground-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"@productdevbook/chatwoot": "workspace:*",
"nuxt": "^3.7.4"
"@productdevbook/chatwoot": "link:..",
"nuxt": "^3.11.1"
}
}
12 changes: 6 additions & 6 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.3.4"
"vue": "^3.4.21"
},
"devDependencies": {
"@productdevbook/chatwoot": "workspace:*",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.15"
"@productdevbook/chatwoot": "link:..",
"@vitejs/plugin-vue": "^4.6.2",
"typescript": "^5.4.3",
"vite": "^4.5.3",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit e30bfa2

Please sign in to comment.