Update deps

This commit is contained in:
sianida26 2024-06-08 01:36:24 +07:00
parent 1259c3421a
commit ed78be7a22
4 changed files with 755 additions and 557 deletions

View File

@ -10,13 +10,13 @@
"start": "tsc -p tsconfig.json && tsx src/index.ts"
},
"dependencies": {
"@hono/node-server": "^1.11.1",
"@hono/zod-validator": "^0.2.1",
"@hono/node-server": "^1.11.2",
"@hono/zod-validator": "^0.2.2",
"@paralleldrive/cuid2": "^2.2.2",
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10",
"hono": "^4.4.0",
"hono": "^4.4.4",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"postgres": "^3.4.4",
@ -26,10 +26,10 @@
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.13",
"@types/node": "^20.14.2",
"drizzle-kit": "^0.21.4",
"pg": "^8.11.5",
"tsx": "^4.11.0",
"pg": "^8.12.0",
"tsx": "^4.13.2",
"typescript": "^5.4.5"
},
"exports": {

View File

@ -14,12 +14,12 @@
"@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-query": "^5.40.1",
"@tanstack/react-router": "^1.35.3",
"@tanstack/react-table": "^8.17.3",
"backend": "workspace:*",
"clsx": "^2.1.1",
"hono": "^4.4.0",
"hono": "^4.4.4",
"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.7",
"@tanstack/router-vite-plugin": "^1.34.1",
"@types/node": "^20.12.13",
"@tanstack/router-devtools": "^1.35.3",
"@tanstack/router-vite-plugin": "^1.34.8",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
@ -43,8 +43,8 @@
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite": "^5.2.12"
"vite": "^5.2.13"
}
}

View File

@ -10,8 +10,8 @@
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^1.13.3"
"prettier": "^3.3.1",
"turbo": "^1.13.4"
},
"packageManager": "pnpm@9.1.3",
"engines": {

File diff suppressed because it is too large Load Diff