Update packages

This commit is contained in:
sianida26 2024-05-30 23:48:33 +07:00
parent fdcb7bc8fb
commit c6f9f930e7
3 changed files with 336 additions and 196 deletions

View File

@ -16,7 +16,7 @@
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10",
"hono": "^4.3.11",
"hono": "^4.4.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"postgres": "^3.4.4",
@ -26,7 +26,7 @@
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.12",
"@types/node": "^20.12.13",
"drizzle-kit": "^0.21.4",
"pg": "^8.11.5",
"tsx": "^4.11.0",

View File

@ -10,16 +10,16 @@
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@mantine/core": "^7.10.0",
"@mantine/form": "^7.10.0",
"@mantine/hooks": "^7.10.0",
"@mantine/notifications": "^7.10.0",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-router": "^1.34.0",
"@mantine/core": "^7.10.1",
"@mantine/form": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/notifications": "^7.10.1",
"@tanstack/react-query": "^5.40.0",
"@tanstack/react-router": "^1.34.7",
"@tanstack/react-table": "^8.17.3",
"backend": "workspace:*",
"clsx": "^2.1.1",
"hono": "^4.3.11",
"hono": "^4.4.0",
"mantine-form-zod-resolver": "^1.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@ -28,13 +28,13 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/router-devtools": "^1.34.0",
"@tanstack/router-vite-plugin": "^1.33.12",
"@types/node": "^20.12.12",
"@tanstack/router-devtools": "^1.34.7",
"@tanstack/router-vite-plugin": "^1.34.1",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
@ -45,6 +45,6 @@
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.11"
"vite": "^5.2.12"
}
}

File diff suppressed because it is too large Load Diff