Skip to content

Commit

Permalink
chore: update deps and build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Hebilicious committed Oct 18, 2023
1 parent 3e508d5 commit 4058d73
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 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.13"
"vitepress": "1.0.0-rc.22"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions packages/authjs-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
}
6 changes: 3 additions & 3 deletions playgrounds/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions playgrounds/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
6 changes: 3 additions & 3 deletions playgrounds/keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion test/fixtures/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"dependencies": {
"@hebilicious/authjs-nuxt": "latest",
"nuxt": "3.7.1"
"nuxt": "3.7.4"
}
}

0 comments on commit 4058d73

Please sign in to comment.