Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperse-net committed Jun 7, 2024
1 parent 50a15f3 commit 7286128
Show file tree
Hide file tree
Showing 10 changed files with 1,072 additions and 1,227 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@changesets/cli": "2.27.5",
"@commitlint/cli": "19.3.0",
"@commitlint/config-conventional": "19.2.2",
"@hyperse/eslint-config-hyperse": "^1.0.6",
"@hyperse/eslint-config-hyperse": "^1.0.7",
"commitizen": "4.3.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"oslo": "1.2.0"
},
"devDependencies": {
"@hyperse/eslint-config-hyperse": "^1.0.6",
"@hyperse/eslint-config-hyperse": "^1.0.7",
"@prisma/client": "^5.15.0",
"@types/node": "20.14.1",
"@types/node": "20.14.2",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/ui": "1.6.0",
"eslint": "^9.4.0",
Expand All @@ -64,7 +64,7 @@
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite": "5.2.13",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
},
Expand Down
5 changes: 2 additions & 3 deletions packages/next-auth/src/providers/github/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ export async function authorizeHandler(
provider: OAuth2Provider,
cookieAttributes: Partial<ResponseCookie>
) {
const sessions = await getSession(lucia);
const session = sessions?.session;
if (session) {
const sessionAndUser = await getSession(lucia);
if (sessionAndUser?.session) {
return new Response(null, {
status: 302,
headers: {
Expand Down
6 changes: 3 additions & 3 deletions packages/next-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
"superjson": "^2.2.1"
},
"devDependencies": {
"@hyperse/eslint-config-hyperse": "^1.0.6",
"@hyperse/eslint-config-hyperse": "^1.0.7",
"@tanstack/query-core": "^5.x",
"@tanstack/react-query": "^5.40.1",
"@trpc/server": "next",
"@types/node": "20.14.1",
"@types/node": "20.14.2",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/ui": "1.6.0",
"eslint": "^9.4.0",
Expand All @@ -69,7 +69,7 @@
"rollup": "^4.18.0",
"rollup-plugin-preserve-directives": "0.4.0",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite": "5.2.13",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
},
Expand Down
1 change: 0 additions & 1 deletion packages/next-demo/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"prisma.prisma"
]
Expand Down
10 changes: 5 additions & 5 deletions packages/next-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
},
"dependencies": {
"@hookform/resolvers": "3.5.0",
"@hookform/resolvers": "3.6.0",
"@hyperse/next-auth": "workspace:*",
"@hyperse/next-core": "workspace:*",
"@hyperse/next-env": "workspace:*",
Expand Down Expand Up @@ -78,10 +78,10 @@
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.7",
"@graphql-codegen/typescript-operations": "4.2.1",
"@hyperse/eslint-config-hyperse": "^1.0.6",
"@hyperse/eslint-config-hyperse": "^1.0.7",
"@hyperse/tailwind-layer": "^1.0.4",
"@playwright/test": "^1.44.1",
"@types/node": "^20.14.1",
"@types/node": "^20.14.2",
"@types/prettier": "3.0.0",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
Expand All @@ -96,9 +96,9 @@
"prisma": "^5.15.0",
"size-limit": "11.1.4",
"start-server-and-test": "^2.0.4",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vite-tsconfig-paths": "4.3.2",
"vitest": "^1.6.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/next-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"picocolors": "^1.0.1"
},
"devDependencies": {
"@hyperse/eslint-config-hyperse": "^1.0.6",
"@types/node": "20.14.1",
"@hyperse/eslint-config-hyperse": "^1.0.7",
"@types/node": "20.14.2",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/ui": "1.6.0",
"eslint": "^9.4.0",
Expand All @@ -56,7 +56,7 @@
"react-dom": "18.3.1",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite": "5.2.13",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0",
"zod": "^3.23.8"
Expand Down
6 changes: 3 additions & 3 deletions packages/next-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"is-plain-obj": "^4.1.0"
},
"devDependencies": {
"@hyperse/eslint-config-hyperse": "^1.0.6",
"@types/node": "20.14.1",
"@hyperse/eslint-config-hyperse": "^1.0.7",
"@types/node": "20.14.2",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/ui": "1.6.0",
"eslint": "^9.4.0",
Expand All @@ -57,7 +57,7 @@
"npm-run-all": "4.1.5",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite": "5.2.13",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/next-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"glob": "^10.4.1"
},
"devDependencies": {
"@hyperse/eslint-config-hyperse": "^1.0.6",
"@types/node": "20.14.1",
"@hyperse/eslint-config-hyperse": "^1.0.7",
"@types/node": "20.14.2",
"@vitest/coverage-istanbul": "1.6.0",
"@vitest/ui": "1.6.0",
"eslint": "^9.4.0",
"fastify": "^4.27.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.7",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite": "5.2.13",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.6.0"
},
Expand Down
Loading

0 comments on commit 7286128

Please sign in to comment.