Skip to content

Commit

Permalink
fix: upgrade authcore level (QwikDev#6147)
Browse files Browse the repository at this point in the history
Co-authored-by: wuls <[email protected]>
Co-authored-by: PatrickJS <[email protected]>
  • Loading branch information
3 people authored May 6, 2024
1 parent a8466c1 commit d4f1043
Show file tree
Hide file tree
Showing 5 changed files with 9,202 additions and 11,472 deletions.
2 changes: 1 addition & 1 deletion packages/insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Qwik Insights dashboard",
"version": "0.1.0",
"dependencies": {
"@auth/core": "0.21.0",
"@auth/core": "0.30.0",
"@builder.io/qwik-auth": "workspace:^",
"@libsql/client": "^0.5.6",
"@modular-forms/qwik": "^0.23.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/qwik-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "0.1.3",
"bugs": "https://github.com/QwikDev/qwik/issues",
"dependencies": {
"@auth/core": "0.21.0"
"@auth/core": "0.30.0"
},
"devDependencies": {
"@auth/core": "0.21.0",
"@auth/core": "0.30.0",
"@builder.io/qwik": "workspace:^",
"@builder.io/qwik-city": "workspace:^",
"@types/set-cookie-parser": "^2.4.7",
Expand Down
3 changes: 2 additions & 1 deletion packages/qwik-auth/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Auth, skipCSRFCheck } from '@auth/core';
import type { AuthAction, AuthConfig, Session } from '@auth/core/types';
import type { AuthAction, Session } from '@auth/core/types';
import type { AuthConfig } from '@auth/core';
import { implicit$FirstArg, type QRL } from '@builder.io/qwik';
import {
globalAction$,
Expand Down
Loading

0 comments on commit d4f1043

Please sign in to comment.