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 Oct 22, 2023
1 parent 4749546 commit 44757bd
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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 @@ -8,6 +8,6 @@
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "1.0.0-rc.22"
"vitepress": "1.0.0-rc.23"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
},
"devDependencies": {
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.7.4",
"@nuxt/test-utils": "^3.8.0",
"@types/node": "^20.8.7",
"bumpp": "^9.2.0",
"bun-types": "^1.0.6",
"bun-types": "^1.0.7",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.51.0",
"eslint": "8.52.0",
"eslint-plugin-import": "^2.28.1",
"lint-staged": "^15.0.1",
"lint-staged": "^15.0.2",
"pnpm": "8.9.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/authjs-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
},
"peerDependencies": {
"@auth/core": "^0.17.0",
"nuxt": "^3.7.4"
"nuxt": "^3.8.0"
},
"dependencies": {
"@nuxt/kit": "^3.7.4",
"@nuxt/kit": "^3.8.0",
"@panva/hkdf": "^1.1.1",
"cookie": "^0.5.0",
"cookie-es": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
"nuxt": "3.8.0"
}
}
2 changes: 1 addition & 1 deletion playgrounds/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
"nuxt": "3.8.0"
}
}
2 changes: 1 addition & 1 deletion playgrounds/keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
},
"devDependencies": {
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
"nuxt": "3.8.0"
}
}

0 comments on commit 44757bd

Please sign in to comment.