Skip to content

Commit da48fa2

Browse files
chore: fix with-authjs example (#1790)
Co-authored-by: Atila Fassina <atila@fassina.eu>
1 parent b162b31 commit da48fa2

File tree

2 files changed

+26
-167
lines changed

2 files changed

+26
-167
lines changed

examples/pnpm-lock.yaml

Lines changed: 23 additions & 163 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/with-authjs/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
"vite": "^5.1.6"
1818
},
1919
"dependencies": {
20-
"@solidjs/router": "^0.14.7",
20+
"@solidjs/router": "^0.15.1",
2121
"@solidjs/start": "^1.0.11",
2222
"solid-js": "^1.9.2",
2323
"vinxi": "^0.4.3",
2424
"@solidjs/meta": "^0.29.4",
2525
"zod": "^3.22.4",
26-
"@auth/core": "0.35.0",
27-
"@solid-mediakit/auth": "^3.0.0",
28-
"@solid-mediakit/auth-plugin": "^1.1.4",
26+
"@auth/core": "0.37.0",
27+
"@solid-mediakit/auth": "^3.1.2",
2928
"postcss": "^8.4.40",
3029
"autoprefixer": "^10.4.19",
3130
"tailwindcss": "^3.4.7"

0 commit comments

Comments
 (0)