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 May 25, 2024
1 parent c6f88bc commit 82f5006
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
Binary file modified bun.lockb
Binary file not shown.
18 changes: 9 additions & 9 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.13.1",
"@types/node": "20.12.12",
"bumpp": "^9.4.1",
"bun-types": "^1.1.10",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"lint-staged": "^15.2.2",
"pnpm": "8.15.7",
"lint-staged": "^15.2.4",
"pnpm": "8.15.8",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.6",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged"
Expand Down
6 changes: 3 additions & 3 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",
"@tanstack/vue-query": "^5.37.1",
"nuxt": "^3.11.2"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"defu": "^6.1.4",
"esbuild": "^0.20.2",
"esbuild": "^0.21.3",
"magicast": "^0.3.4"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5"
"@nuxt/module-builder": "^0.7.0"
}
}
6 changes: 3 additions & 3 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.37.1",
"@wundergraph/vue-query": "^0.2.33"
},
"devDependencies": {
"@nuxt/devtools": "^1.2.0",
"@nuxt/devtools": "^1.3.1",
"nuxt": "^3.11.2"
}
}
2 changes: 1 addition & 1 deletion 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",
"@tanstack/vue-query": "^5.37.1",
"nuxt": "^3.11.2"
}
}
2 changes: 1 addition & 1 deletion playgrounds/wagmi/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",
"@tanstack/vue-query": "5.37.1",
"@use-wagmi/nuxt": "^1.1.8",
"nuxt": "^3.11.2",
"use-wagmi": "^0.4.10",
Expand Down

0 comments on commit 82f5006

Please sign in to comment.