Skip to content

Commit

Permalink
chore: update deps, override peer dep h3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Oct 22, 2023
1 parent 359b041 commit a719dbd
Show file tree
Hide file tree
Showing 3 changed files with 1,402 additions and 925 deletions.
45 changes: 25 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,43 +19,48 @@
},
"devDependencies": {
"@antfu/eslint-config": "latest",
"@cloudflare/workers-types": "^4.20230914.0",
"@cloudflare/workers-types": "^4.20231016.0",
"@growthbook/growthbook": "^0.29.0",
"@libsql/client": "^0.3.4",
"@libsql/client": "^0.3.6",
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.8.1",
"@nuxt/ui": "^2.9.0",
"@paralleldrive/cuid2": "^2.2.2",
"@tanstack/query-persist-client-core": "^4.35.3",
"@tanstack/query-sync-storage-persister": "^4.35.3",
"@tanstack/vue-query": "^4.35.3",
"@ts-rest/core": "^3.30.2",
"@ts-rest/vue-query": "^3.30.2",
"@tanstack/query-persist-client-core": "^5.0.0",
"@tanstack/query-sync-storage-persister": "^5.0.0",
"@tanstack/vue-query": "^5.0.4",
"@ts-rest/core": "^3.30.4",
"@ts-rest/vue-query": "^3.30.4",
"@vite-pwa/assets-generator": "^0.0.10",
"@vite-pwa/nuxt": "^0.1.1",
"@vueuse/core": "^10.4.1",
"@vueuse/integrations": "^10.4.1",
"@vueuse/nuxt": "^10.4.1",
"dayjs": "^1.11.9",
"@vueuse/core": "^10.5.0",
"@vueuse/integrations": "^10.5.0",
"@vueuse/nuxt": "^10.5.0",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.6",
"eslint": "^8.49.0",
"firebase": "^10.4.0",
"eslint": "^8.52.0",
"firebase": "^10.5.0",
"framework7": "^8.3.0",
"framework7-icons": "^5.0.5",
"framework7-vue": "^8.3.0",
"jose": "^4.14.6",
"lint-staged": "^14.0.1",
"material-icons": "^1.13.11",
"jose": "^4.15.4",
"lint-staged": "^15.0.2",
"material-icons": "^1.13.12",
"nuxt": "^3.8.0",
"nuxt-vuefire": "^0.3.0",
"nuxt-vuefire": "^0.4.0",
"qrcode": "^1.5.3",
"simple-git": "^3.20.0",
"simple-git-hooks": "^2.9.0",
"vue-tsc": "^1.8.15",
"vue-tsc": "^1.8.19",
"vuefire": "^3.1.17",
"web-auth-library": "^1.0.3",
"zod": "^3.22.2"
"zod": "^3.22.4"
},
"pnpm": {
"overrides": {
"h3": "1.8.2"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
1 change: 0 additions & 1 deletion plugins/vue-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default defineNuxtPlugin((nuxtApp) => {
queryClientConfig: {
defaultOptions: {
queries: {
cacheTime: 1000 * 60,
staleTime: 1000 * 60,
},
},
Expand Down
Loading

0 comments on commit a719dbd

Please sign in to comment.