This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed302f0
commit 005c8e4
Showing
2 changed files
with
497 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "my-nextjs-starter", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].2", | ||
"scripts": { | ||
"start-by-docker": "echo $COMMIT_HASH && npx prisma migrate deploy && node server.js", | ||
"start": "npx prisma migrate deploy && next start", | ||
|
@@ -30,12 +30,12 @@ | |
"@prisma/client": "5.5.2", | ||
"@svgr/webpack": "8.1.0", | ||
"@t3-oss/env-nextjs": "0.7.1", | ||
"@trpc/client": "10.43.0", | ||
"@trpc/next": "10.43.0", | ||
"@trpc/react-query": "10.43.0", | ||
"@trpc/server": "10.43.0", | ||
"@trpc/client": "10.43.1", | ||
"@trpc/next": "10.43.1", | ||
"@trpc/react-query": "10.43.1", | ||
"@trpc/server": "10.43.1", | ||
"@types/node": "20.8.10", | ||
"@types/react": "18.2.33", | ||
"@types/react": "18.2.34", | ||
"@types/react-dom": "18.2.14", | ||
"autoprefixer": "10.4.16", | ||
"clsx": "2.0.0", | ||
|
@@ -50,9 +50,9 @@ | |
"prisma": "5.5.2", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"react-hook-form": "7.47.0", | ||
"react-hook-form": "7.48.0", | ||
"react-icons": "4.11.0", | ||
"remeda": "1.28.0", | ||
"remeda": "1.29.0", | ||
"sass": "1.69.5", | ||
"superjson": "2.2.0", | ||
"tailwindcss": "3.3.5", | ||
|
@@ -64,9 +64,9 @@ | |
"@next/eslint-plugin-next": "14.0.1", | ||
"@typescript-eslint/eslint-plugin": "6.9.1", | ||
"@typescript-eslint/parser": "6.9.1", | ||
"eslint": "8.52.0", | ||
"eslint": "8.53.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-jsx-a11y": "6.7.1", | ||
"eslint-plugin-jsx-a11y": "6.8.0", | ||
"eslint-plugin-react": "7.33.2", | ||
"eslint-plugin-react-hooks": "4.6.0", | ||
"eslint-plugin-simple-import-sort": "10.0.0", | ||
|
Oops, something went wrong.