Skip to content

Commit

Permalink
update README.md, package.json, pnpm-lock.yaml and tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch1009 committed May 5, 2024
1 parent f5f1528 commit 8a03d71
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 31 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Nextee tools

![nextee](https://github.com/mitch1009/nextee/blob/main/public/logo.svg?raw=true)


[![Nextee Template Version](https://img.shields.io/github/v/release/mitch1009/nextee.svg)](https://github.com/mitch1009/nextee/releases)
## Getting Started

```bash
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@prisma/client": "^5.13.0",
"@tanstack/react-query": "^5.32.1",
"@tanstack/react-query": "^5.34.1",
"@trpc/client": "11.0.0-rc.359",
"@trpc/next": "11.0.0-rc.359",
"@trpc/react-query": "11.0.0-rc.359",
Expand All @@ -34,25 +34,25 @@
"graphql-tag": "^2.12.6",
"next": "14.2.3",
"next-auth": "5.0.0-beta.17",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-hook-form-persist": "^3.0.0",
"superjson": "^2.2.1",
"zod": "^3.23.5"
"zod": "^3.23.6"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"postcss": "^8.4.38",
"prisma": "^5.13.0",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"overrides": {
"graphql": "16.8.1"
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
}
],
"paths": {
"@/*": ["./src/*"],
"@/root/*": ["./*"]
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
Expand Down

0 comments on commit 8a03d71

Please sign in to comment.