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 Dec 2, 2023
1 parent 716972a commit f76aea0
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.8.0"
"nuxt": "^3.8.2"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
},
"devDependencies": {
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.8.0",
"@types/node": "20.8.10",
"@nuxt/test-utils": "^3.8.1",
"@types/node": "20.10.2",
"bumpp": "^9.2.0",
"bun-types": "^1.0.7",
"bun-types": "^1.0.15",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.52.0",
"eslint": "8.55.0",
"eslint-plugin-import": "^2.29.0",
"lint-staged": "^15.0.2",
"pnpm": "8.10.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"pnpm": "8.11.0",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.12.0",
"typescript": "^5.2.2",
"taze": "^0.13.0",
"typescript": "^5.3.2",
"vitest": "^0.34.6"
},
"simple-git-hooks": {
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.4.3",
"nuxt": "^3.8.0"
"@tanstack/vue-query": "^5.12.2",
"nuxt": "^3.8.2"
},
"dependencies": {
"@nuxt/kit": "^3.8.0",
"@nuxt/kit": "^3.8.2",
"defu": "^6.1.3",
"esbuild": "^0.19.5",
"magicast": "^0.3.0"
"esbuild": "^0.19.8",
"magicast": "^0.3.2"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2"
"@nuxt/module-builder": "^0.5.4"
}
}
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.4.3",
"@wundergraph/vue-query": "^0.2.22"
"@tanstack/vue-query": "^5.12.2",
"@wundergraph/vue-query": "^0.2.25"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.5",
"nuxt": "^3.8.0"
"nuxt": "^3.8.2"
}
}
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.4.3",
"nuxt": "^3.8.0"
"@tanstack/vue-query": "^5.12.2",
"nuxt": "^3.8.2"
}
}
8 changes: 4 additions & 4 deletions playgrounds/wagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"@hebilicious/vue-query-nuxt": "workspace:*",
"@tanstack/vue-query": "5.4.3",
"@tanstack/vue-query": "5.12.2",
"@use-wagmi/nuxt": "^1.1.8",
"nuxt": "^3.8.0",
"use-wagmi": "^0.4.4",
"viem": "^1.18.3"
"nuxt": "^3.8.2",
"use-wagmi": "^0.4.6",
"viem": "^1.19.11"
}
}

0 comments on commit f76aea0

Please sign in to comment.