chore: update deps

This commit is contained in:
ReaJason
2025-02-25 00:11:37 +08:00
parent 85828f7975
commit e90efdc036
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins { plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
} }
rootProject.name = 'MemShellParty' rootProject.name = 'MemShellParty'
BIN
View File
Binary file not shown.
+6 -6
View File
@@ -13,7 +13,7 @@
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@tanstack/router-plugin": "^1.109.2", "@tanstack/router-plugin": "^1.111.3",
"@types/node": "^22.13.5", "@types/node": "^22.13.5",
"@types/react": "^19.0.10", "@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
@@ -25,7 +25,7 @@
"vite": "^6.1.1" "vite": "^6.1.1"
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^4.1.1", "@hookform/resolvers": "^4.1.2",
"@radix-ui/react-alert-dialog": "^1.1.6", "@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-checkbox": "^1.1.4", "@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.6", "@radix-ui/react-dropdown-menu": "^2.1.6",
@@ -39,8 +39,8 @@
"@radix-ui/react-tooltip": "^1.1.8", "@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/vite": "^4.0.8", "@tailwindcss/vite": "^4.0.8",
"@tanstack/react-query": "^5.66.9", "@tanstack/react-query": "^5.66.9",
"@tanstack/react-router": "^1.109.2", "@tanstack/react-router": "^1.111.3",
"@tanstack/router-devtools": "^1.109.2", "@tanstack/router-devtools": "^1.111.3",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"i18next": "^24.2.2", "i18next": "^24.2.2",
@@ -52,8 +52,8 @@
"react-i18next": "^15.4.1", "react-i18next": "^15.4.1",
"react-syntax-highlighter": "^15.6.1", "react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.1", "sonner": "^2.0.1",
"tailwind-merge": "^3.0.1", "tailwind-merge": "^3.0.2",
"tailwind-scrollbar": "^4.0.0", "tailwind-scrollbar": "^4.0.1",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2" "zod": "^3.24.2"
}, },