Skip to content

Commit

Permalink
revert (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Kopelke <tobias.kopelke@riskident.com>
  • Loading branch information
lordnox and tobias-kopelke-riskident authored Dec 23, 2022
1 parent 0258049 commit 619c0dc
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 422 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
"type": "module",
"devDependencies": {
"@types/node": "^18.11.17",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prisma": "^4.8.0",
"solid-start-node": "^0.2.8",
"tailwindcss": "^3.2.0",
"typescript": "^4.8.4",
"vite": "^4.0.0"
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.3"
},
"dependencies": {
"@auth/core": "^0.1.4",
"@auth/core": "^0.1",
"@prisma/client": "^4.8.0",
"@solid-auth/core": "^0.0.6",
"@solid-auth/next": "^0.0.19",
"@solid-auth/socials": "^0.0.8",
"@solidjs/meta": "^0.28.0",
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.6.0",
"@trpc/client": "^10.6.0",
"@trpc/server": "^10.6.0",
"@trpc/client": "^10.7.0",
"@trpc/server": "^10.7.0",
"dotenv": "^16.0.3",
"solid-js": "^1.6.6",
"solid-start": "^0.2.8",
"solid-start-trpc": "^0.0.16",
"solid-start-vercel": "^0.2.8",
"undici": "^5.11.0",
"undici": "^5.14.0",
"zod": "^3.20.2"
},
"engines": {
Expand Down
Loading

1 comment on commit 619c0dc

@vercel
Copy link

@vercel vercel bot commented on 619c0dc Dec 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solid-start – ./

solid-start-nox.vercel.app
solid-start-pink.vercel.app
solid-start-git-main-nox.vercel.app

Please sign in to comment.