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 25, 2023
1 parent 4749546 commit 963b597
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 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.24"
}
}
12 changes: 6 additions & 6 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",
"@types/node": "^20.8.7",
"@nuxt/test-utils": "^3.8.0",
"@types/node": "^20.8.9",
"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-plugin-import": "^2.28.1",
"lint-staged": "^15.0.1",
"eslint": "8.52.0",
"eslint-plugin-import": "^2.29.0",
"lint-staged": "^15.0.2",
"pnpm": "8.9.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/authjs-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
"dev": "nuxi dev"
},
"peerDependencies": {
"@auth/core": "^0.17.0",
"nuxt": "^3.7.4"
"@auth/core": "^0.18.0",
"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",
"defu": "^6.1.2",
"defu": "^6.1.3",
"immer": "^10.0.3",
"jose": "^4.15.4",
"unctx": "^2.3.1"
Expand Down
4 changes: 2 additions & 2 deletions playgrounds/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "nuxt preview"
},
"dependencies": {
"@auth/core": "^0.17.0",
"@auth/core": "^0.18.0",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
"nuxt": "3.8.0"
}
}
4 changes: 2 additions & 2 deletions playgrounds/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "nuxt preview"
},
"dependencies": {
"@auth/core": "^0.17.0",
"@auth/core": "^0.18.0",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
"nuxt": "3.8.0"
}
}
4 changes: 2 additions & 2 deletions playgrounds/keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "nuxt preview"
},
"dependencies": {
"@auth/core": "^0.17.0",
"@auth/core": "^0.18.0",
"@hebilicious/authjs-nuxt": "latest"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.5",
"nuxt": "3.7.4"
"nuxt": "3.8.0"
}
}

0 comments on commit 963b597

Please sign in to comment.