chore: upgrade dep

This commit is contained in:
ReaJason
2025-09-12 22:51:50 +08:00
parent f33972e460
commit 460465fe35
3 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -10,16 +10,16 @@ reactor-netty = "1.1.25"
jackson = "2.19.0" jackson = "2.19.0"
jetbrains-annotations = "26.0.2" jetbrains-annotations = "26.0.2"
byte-buddy = "1.17.6" byte-buddy = "1.17.7"
commons-io = "2.20.0" commons-io = "2.20.0"
commons-lang3 = "3.18.0" commons-lang3 = "3.18.0"
commons-codec = "1.19.0" commons-codec = "1.19.0"
logback = "1.5.18" logback = "1.5.18"
okhttp3 = "5.1.0" okhttp3 = "5.1.0"
fastjson2 = "2.0.57" fastjson2 = "2.0.58"
java-websocket = "1.6.0" java-websocket = "1.6.0"
mockito = "5.18.0" mockito = "5.19.0"
hamcrest = "3.0" hamcrest = "3.0"
junit-jupiter = "5.13.4" junit-jupiter = "5.13.4"
junit-pioneer = "2.3.0" junit-pioneer = "2.3.0"
@@ -62,5 +62,5 @@ mockito = ["mockito-core", "mockito-junit-jupiter"]
testcontainers = ["testcontainers", "testcontainers-junit-jupiter"] testcontainers = ["testcontainers", "testcontainers-junit-jupiter"]
[plugins] [plugins]
lombok = { id = "io.freefair.lombok", version = "8.14" } lombok = { id = "io.freefair.lombok", version = "8.14.2" }
shadow = { id = "com.gradleup.shadow", version = "8.3.8"} shadow = { id = "com.gradleup.shadow", version = "9.0.2"}
BIN
View File
Binary file not shown.
+15 -15
View File
@@ -15,41 +15,41 @@
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "2.1.4", "@biomejs/biome": "2.1.4",
"@react-router/dev": "^7.8.0", "@react-router/dev": "^7.8.2",
"@types/node": "^24.2.1", "@types/node": "^24.3.0",
"@types/react": "^19.1.10", "@types/react": "^19.1.11",
"@types/react-copy-to-clipboard": "^5.0.7", "@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.7", "@types/react-dom": "^19.1.7",
"@types/react-syntax-highlighter": "^15.5.13", "@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.0.0", "@vitejs/plugin-react": "^5.0.1",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"tailwindcss": "^4.1.11", "tailwindcss": "^4.1.12",
"typescript": "^5.9.2", "typescript": "^5.9.2",
"vite": "^7.1.2", "vite": "^7.1.3",
"vite-bundle-visualizer": "^1.2.1" "vite-bundle-visualizer": "^1.2.1"
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^5.2.1", "@hookform/resolvers": "^5.2.1",
"@tailwindcss/vite": "^4.1.11", "@tailwindcss/vite": "^4.1.12",
"@tanstack/react-query": "^5.85.0", "@tanstack/react-query": "^5.85.5",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"framer-motion": "^12.23.12", "framer-motion": "^12.23.12",
"i18next": "^25.3.4", "i18next": "^25.4.2",
"lucide-react": "^0.539.0", "lucide-react": "^0.539.0",
"motion": "^12.23.12", "motion": "^12.23.12",
"radix-ui": "^1.4.2", "radix-ui": "^1.4.3",
"react": "^19.1.1", "react": "^19.1.1",
"react-copy-to-clipboard": "^5.1.0", "react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.1.1", "react-dom": "^19.1.1",
"react-hook-form": "^7.62.0", "react-hook-form": "^7.62.0",
"react-i18next": "^15.6.1", "react-i18next": "^15.7.2",
"react-router": "^7.8.0", "react-router": "^7.8.2",
"react-router-dom": "^7.8.0", "react-router-dom": "^7.8.2",
"react-syntax-highlighter": "^15.6.1", "react-syntax-highlighter": "^15.6.6",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.3.1", "tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.6", "tw-animate-css": "^1.3.7",
"yup": "^1.7.0" "yup": "^1.7.0"
}, },
"trustedDependencies": [ "trustedDependencies": [