Skip to content

Commit

Permalink
feat: 1.0.4 minor release update package
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunyawat Naunnak committed Jul 18, 2024
1 parent a2b5e44 commit 1014e7e
Show file tree
Hide file tree
Showing 3 changed files with 2,362 additions and 4,445 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@prisma/client": "^5.16.2",
"@prisma/client": "^5.17.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
Expand All @@ -27,7 +27,7 @@
"@radix-ui/react-toast": "^1.2.1",
"@reduxjs/toolkit": "^2.2.6",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^5.50.1",
"@tanstack/react-query": "^5.51.9",
"@trpc/client": "11.0.0-rc.370",
"@trpc/react-query": "11.0.0-rc.370",
"@trpc/server": "11.0.0-rc.370",
Expand All @@ -41,7 +41,7 @@
"jose": "^5.6.3",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.378.0",
"next": "^14.2.4",
"next": "^14.2.5",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
Expand All @@ -55,27 +55,27 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@eslint/js": "^9.7.0",
"@testing-library/react": "^16.0.0",
"@types/eslint": "^8.56.10",
"@types/eslint__eslintrc": "^2.1.1",
"@types/eslint__js": "^8.42.3",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"husky": "^9.0.11",
"eslint-config-next": "^14.2.5",
"husky": "^9.1.1",
"jsdom": "^24.1.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prisma": "^5.16.2",
"tailwindcss": "^3.4.4",
"prisma": "^5.17.0",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
},
Expand Down
Loading

0 comments on commit 1014e7e

Please sign in to comment.