diff --git a/bun.lockb b/bun.lockb index 5fe8188e..222622c3 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/docs/package.json b/docs/package.json index e4c2b4ca..422251e4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,6 +8,6 @@ "preview": "vitepress preview" }, "devDependencies": { - "vitepress": "1.0.0-rc.13" + "vitepress": "1.0.0-rc.22" } } diff --git a/package.json b/package.json index 04b98da8..d5d755d9 100644 --- a/package.json +++ b/package.json @@ -25,21 +25,21 @@ }, "devDependencies": { "@hebilicious/eslint-config": "0.0.3-beta.3", - "@nuxt/test-utils": "^3.7.3", - "@types/node": "^20.6.1", + "@nuxt/test-utils": "^3.7.4", + "@types/node": "^20.8.7", "bumpp": "^9.2.0", - "bun-types": "^1.0.2", + "bun-types": "^1.0.6", "conventional-changelog-cli": "^4.1.0", - "eslint": "8.49.0", + "eslint": "8.51.0", "eslint-plugin-import": "^2.28.1", "lint-staged": "^15.0.1", - "pnpm": "8.7.5", + "pnpm": "8.9.2", "prettier": "^3.0.3", - "rimraf": "^5.0.1", + "rimraf": "^5.0.5", "simple-git-hooks": "^2.9.0", - "taze": "^0.11.2", + "taze": "^0.11.4", "typescript": "^5.2.2", - "vitest": "^0.34.4" + "vitest": "^0.34.6" }, "simple-git-hooks": { "pre-commit": "bunx lint-staged" diff --git a/packages/authjs-nuxt/package.json b/packages/authjs-nuxt/package.json index 054ea65a..1f0078cb 100644 --- a/packages/authjs-nuxt/package.json +++ b/packages/authjs-nuxt/package.json @@ -33,7 +33,7 @@ "postinstall": "nuxi prepare", "postbuild": "bun readme", "build:stub": "nuxt-build-module --stub", - "build:module": "nuxt-build-module", + "build:module": "nuxt-build-module build", "build": "rimraf dist && bun build:module", "edge-release": "bun run build && pnpm publish --access public --tag edge", "test": "vitest", @@ -44,16 +44,16 @@ "nuxt": "^3.7.3" }, "dependencies": { - "@nuxt/kit": "^3.7.3", + "@nuxt/kit": "^3.7.4", "@panva/hkdf": "^1.1.1", "cookie": "^0.5.0", "cookie-es": "^1.0.0", "defu": "^6.1.2", - "immer": "^10.0.2", - "jose": "^4.14.6", + "immer": "^10.0.3", + "jose": "^4.15.4", "unctx": "^2.3.1" }, "devDependencies": { - "@nuxt/module-builder": "^0.5.1" + "@nuxt/module-builder": "^0.5.2" } } diff --git a/playgrounds/credentials/package.json b/playgrounds/credentials/package.json index b692a886..d32bb5e6 100644 --- a/playgrounds/credentials/package.json +++ b/playgrounds/credentials/package.json @@ -9,11 +9,11 @@ "preview": "nuxt preview" }, "dependencies": { - "@auth/core": "^0.14.0", + "@auth/core": "^0.17.0", "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": { - "@nuxt/devtools": "^0.8.3", - "nuxt": "3.7.3" + "@nuxt/devtools": "^0.8.5", + "nuxt": "3.7.4" } } diff --git a/playgrounds/github/package.json b/playgrounds/github/package.json index 869b6bf3..f6ea94e4 100644 --- a/playgrounds/github/package.json +++ b/playgrounds/github/package.json @@ -9,11 +9,11 @@ "preview": "nuxt preview" }, "dependencies": { - "@auth/core": "^0.14.0", + "@auth/core": "^0.17.0", "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": { - "@nuxt/devtools": "^0.8.3", - "nuxt": "3.7.3" + "@nuxt/devtools": "^0.8.5", + "nuxt": "3.7.4" } } diff --git a/playgrounds/keycloak/package.json b/playgrounds/keycloak/package.json index b56836bb..5f197f64 100644 --- a/playgrounds/keycloak/package.json +++ b/playgrounds/keycloak/package.json @@ -9,11 +9,11 @@ "preview": "nuxt preview" }, "dependencies": { - "@auth/core": "^0.14.0", + "@auth/core": "^0.17.0", "@hebilicious/authjs-nuxt": "latest" }, "devDependencies": { - "@nuxt/devtools": "^0.8.3", - "nuxt": "3.7.3" + "@nuxt/devtools": "^0.8.5", + "nuxt": "3.7.4" } } diff --git a/test/fixtures/basic/package.json b/test/fixtures/basic/package.json index 6d5acdfd..e95422cd 100644 --- a/test/fixtures/basic/package.json +++ b/test/fixtures/basic/package.json @@ -3,6 +3,6 @@ "private": true, "dependencies": { "@hebilicious/authjs-nuxt": "latest", - "nuxt": "3.7.1" + "nuxt": "3.7.4" } }