Skip to content

Commit

Permalink
chore: updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Jun 6, 2024
1 parent 0c76776 commit 87f08b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

- [x] Landing page.
- [x] Early access page.
- [ ] Blog page.
- [ ] Write a blog post about Noodle's resurrection.
- [ ] Terms and conditions page.
- [ ] Privacy policy page.
- [ ] Cookie policy page.
- [ ] Blog page.
- [ ] Write a blog post about Noodle's resurrection.
- [ ] Responsiveness.
- [ ] README.md.
- [ ] CONTRIBUTING.md.
Expand Down
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
}
},
"dependencies": {
"@clerk/nextjs": "^5.1.3",
"@clerk/themes": "^2.1.8",
"@hookform/resolvers": "^3.4.2",
"@clerk/nextjs": "^5.1.4",
"@clerk/themes": "^2.1.9",
"@hookform/resolvers": "^3.6.0",
"@neondatabase/serverless": "^0.9.3",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-checkbox": "^1.0.4",
Expand All @@ -66,18 +66,18 @@
"@radix-ui/react-slot": "^1.0.2",
"@react-email/components": "^0.0.19",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-query": "^5.40.1",
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@upstash/redis": "^1.31.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.31.0",
"drizzle-orm": "^0.31.1",
"drizzle-zod": "^0.5.1",
"geist": "^1.3.0",
"jiti": "^1.21.0",
"lucide-react": "^0.381.0",
"jiti": "^1.21.3",
"lucide-react": "^0.383.0",
"next": "14.2.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
Expand Down Expand Up @@ -108,38 +108,38 @@
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.1.3",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.13.0",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"commitizen": "^4.3.0",
"cspell": "^8.8.3",
"drizzle-kit": "^0.22.1",
"cspell": "^8.8.4",
"drizzle-kit": "^0.22.2",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.7",
"eslint-plugin-jsdoc": "^48.2.8",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-security": "^3.0.0",
"eslint-plugin-tailwindcss": "^3.17.0",
"eslint-plugin-tailwindcss": "^3.17.1",
"eslint-plugin-testing-library": "^6.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.41.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier": "^3.3.1",
"prettier-plugin-curly": "^0.2.1",
"prettier-plugin-packagejson": "^2.5.0",
"rimraf": "^5.0.7",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5",
"typescript-eslint": "^8.0.0-alpha.20"
Expand Down

0 comments on commit 87f08b7

Please sign in to comment.