Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zaknesler committed Jul 18, 2023
1 parent 410c771 commit dbe4066
Show file tree
Hide file tree
Showing 2 changed files with 283 additions and 260 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
"@prisma/client": "5.0.0",
"@svgr/webpack": "^8.0.1",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query": "^4.29.25",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"axios": "^1.4.0",
"class-variance-authority": "^0.6.1",
"class-variance-authority": "^0.7.0",
"lodash": "^4.17.21",
"mongodb": "^5.7.0",
"next": "^13.4.9",
"next": "^13.4.10",
"prisma": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"superjson": "1.12.4",
"superjson": "1.13.1",
"zod": "^3.21.4"
},
"devDependencies": {
Expand All @@ -41,11 +41,11 @@
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.9",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -57,7 +57,7 @@
"jest": "^29.6.1",
"postcss": "^8.4.26",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
Expand Down
Loading

0 comments on commit dbe4066

Please sign in to comment.