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",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10",
"hono": "^4.3.10",
"hono": "^4.3.11",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"postgres": "^3.4.4",

View File

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

View File

@ -1,20 +1,20 @@
{
"name": "dashboard-template-v2",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^1.13.3"
},
"packageManager": "pnpm@8.9.0",
"engines": {
"node": ">=18"
}
"name": "dashboard-template-v2",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^1.13.3"
},
"packageManager": "pnpm@9.1.2",
"engines": {
"node": ">=18"
}
}

View File

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

File diff suppressed because it is too large Load Diff