Skip to content

Commit

Permalink
update router and solid-js
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Feb 27, 2024
1 parent 6ad56f0 commit f650cb7
Show file tree
Hide file tree
Showing 2 changed files with 1,118 additions and 180 deletions.
12 changes: 6 additions & 6 deletions archived_examples/with-authjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"esbuild": "^0.14.54",
"next-auth": "^4.23.1",
"postcss": "^8.4.28",
"typescript": "^4.9.5",
"vite": "^4.4.9"
"typescript": "^5.3.3",
"vite": "^5.1.4"
},
"dependencies": {
"@auth/core": "^0.15.0",
"@babel/core": "7.20.12",
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.11.5",
"@solidjs/start": "^0.5.4",
"solid-js": "^1.8.14",
"vinxi": "^0.2.1"
"@solidjs/router": "^0.12.4",
"@solidjs/start": "^0.6.0",
"solid-js": "^1.8.15",
"vinxi": "^0.3.4"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit f650cb7

Please sign in to comment.