Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 3def272 commit a094d4b
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.11.2"
"@nuxt-themes/docus": "^1.15.1",
"nuxt": "^3.15.1"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
},
"devDependencies": {
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.12.1",
"@types/node": "20.12.7",
"bumpp": "^9.4.0",
"bun-types": "^1.1.4",
"@nuxt/test-utils": "^3.15.3",
"@types/node": "20.17.12",
"bumpp": "^9.10.0",
"bun-types": "^1.1.43",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"lint-staged": "^15.2.2",
"eslint": "8.57.1",
"eslint-plugin-import": "^2.31.0",
"lint-staged": "^15.3.0",
"pnpm": "8.15.7",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"prettier": "^3.4.2",
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.6",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"taze": "^0.18.0",
"typescript": "^5.7.3",
"vitest": "^1.6.0"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down
12 changes: 6 additions & 6 deletions packages/vue-query-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"dev": "nuxi dev"
},
"peerDependencies": {
"@tanstack/vue-query": "^5.31.0",
"nuxt": "^3.11.2"
"@tanstack/vue-query": "^5.64.0",
"nuxt": "^3.15.1"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.15.1",
"defu": "^6.1.4",
"esbuild": "^0.20.2",
"magicast": "^0.3.4"
"esbuild": "^0.24.2",
"magicast": "^0.3.5"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5"
"@nuxt/module-builder": "^0.8.4"
}
}
8 changes: 4 additions & 4 deletions playgrounds/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@hebilicious/vue-query-nuxt": "workspace:*",
"@tanstack/vue-query": "^5.31.0",
"@wundergraph/vue-query": "^0.2.32"
"@tanstack/vue-query": "^5.64.0",
"@wundergraph/vue-query": "^0.2.33"
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"nuxt": "^3.11.2"
"@nuxt/devtools": "^1.7.0",
"nuxt": "^3.15.1"
}
}
4 changes: 2 additions & 2 deletions playgrounds/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@hebilicious/vue-query-nuxt": "workspace:*",
"@tanstack/vue-query": "^5.31.0",
"nuxt": "^3.11.2"
"@tanstack/vue-query": "^5.64.0",
"nuxt": "^3.15.1"
}
}
4 changes: 2 additions & 2 deletions playgrounds/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@hebilicious/vue-query-nuxt": "workspace:*",
"@tanstack/vue-query": "5.31.0",
"@tanstack/vue-query": "5.64.0",
"@use-wagmi/nuxt": "^1.1.8",
"nuxt": "^3.11.2",
"nuxt": "^3.15.1",
"use-wagmi": "^0.4.10",
"viem": "^1.21.4"
}
Expand Down

0 comments on commit a094d4b

Please sign in to comment.