Update deps

This commit is contained in:
sianida26 2024-05-26 13:04:59 +07:00
parent e5b27b77c9
commit 447c020444
5 changed files with 5573 additions and 4974 deletions

View File

@ -15,7 +15,7 @@
"bcrypt": "^5.1.1", "bcrypt": "^5.1.1",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10", "drizzle-orm": "^0.30.10",
"hono": "^4.3.10", "hono": "^4.3.11",
"jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.2",
"moment": "^2.30.1", "moment": "^2.30.1",
"postgres": "^3.4.4", "postgres": "^3.4.4",

View File

@ -14,12 +14,12 @@
"@mantine/form": "^7.10.0", "@mantine/form": "^7.10.0",
"@mantine/hooks": "^7.10.0", "@mantine/hooks": "^7.10.0",
"@mantine/notifications": "^7.10.0", "@mantine/notifications": "^7.10.0",
"@tanstack/react-query": "^5.37.1", "@tanstack/react-query": "^5.39.0",
"@tanstack/react-router": "^1.33.7", "@tanstack/react-router": "^1.34.0",
"@tanstack/react-table": "^8.17.3", "@tanstack/react-table": "^8.17.3",
"backend": "workspace:*", "backend": "workspace:*",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"hono": "^4.3.10", "hono": "^4.3.11",
"mantine-form-zod-resolver": "^1.1.0", "mantine-form-zod-resolver": "^1.1.0",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
@ -28,10 +28,10 @@
}, },
"devDependencies": { "devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6", "@tanstack/eslint-plugin-query": "^5.35.6",
"@tanstack/router-devtools": "^1.33.7", "@tanstack/router-devtools": "^1.34.0",
"@tanstack/router-vite-plugin": "^1.32.17", "@tanstack/router-vite-plugin": "^1.33.12",
"@types/node": "^20.12.12", "@types/node": "^20.12.12",
"@types/react": "^18.3.2", "@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.10.0", "@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0", "@typescript-eslint/parser": "^7.10.0",

View File

@ -13,7 +13,7 @@
"prettier": "^3.2.5", "prettier": "^3.2.5",
"turbo": "^1.13.3" "turbo": "^1.13.3"
}, },
"packageManager": "pnpm@8.9.0", "packageManager": "pnpm@9.1.2",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} }

View File

@ -8,12 +8,12 @@
"react-internal.js" "react-internal.js"
], ],
"devDependencies": { "devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vercel/style-guide": "^5.2.0", "@vercel/style-guide": "^5.2.0",
"eslint-config-turbo": "^1.12.4",
"eslint-config-prettier": "^9.1.0", "eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-only-warn": "^1.1.0", "eslint-plugin-only-warn": "^1.1.0",
"@typescript-eslint/parser": "^7.1.0", "typescript": "^5.4.5"
"@typescript-eslint/eslint-plugin": "^7.1.0",
"typescript": "^5.3.3"
} }
} }

File diff suppressed because it is too large Load Diff