Skip to content

Commit 462ba89

Browse files
committed
chore: upgrade dep
1 parent 2e95841 commit 462ba89

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ reactor-netty = "1.1.25"
1010
jackson = "2.19.0"
1111
jetbrains-annotations = "26.0.2"
1212

13-
byte-buddy = "1.17.6"
13+
byte-buddy = "1.17.7"
1414
commons-io = "2.20.0"
1515
commons-lang3 = "3.18.0"
1616
commons-codec = "1.19.0"
1717
logback = "1.5.18"
1818
okhttp3 = "5.1.0"
19-
fastjson2 = "2.0.57"
19+
fastjson2 = "2.0.58"
2020
java-websocket = "1.6.0"
2121

22-
mockito = "5.18.0"
22+
mockito = "5.19.0"
2323
hamcrest = "3.0"
2424
junit-jupiter = "5.13.4"
2525
junit-pioneer = "2.3.0"
@@ -62,5 +62,5 @@ mockito = ["mockito-core", "mockito-junit-jupiter"]
6262
testcontainers = ["testcontainers", "testcontainers-junit-jupiter"]
6363

6464
[plugins]
65-
lombok = { id = "io.freefair.lombok", version = "8.14" }
66-
shadow = { id = "com.gradleup.shadow", version = "8.3.8"}
65+
lombok = { id = "io.freefair.lombok", version = "8.14.2" }
66+
shadow = { id = "com.gradleup.shadow", version = "9.0.2"}

web/bun.lockb

352 Bytes
Binary file not shown.

web/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,41 +15,41 @@
1515
},
1616
"devDependencies": {
1717
"@biomejs/biome": "2.1.4",
18-
"@react-router/dev": "^7.8.0",
19-
"@types/node": "^24.2.1",
20-
"@types/react": "^19.1.10",
18+
"@react-router/dev": "^7.8.2",
19+
"@types/node": "^24.3.0",
20+
"@types/react": "^19.1.11",
2121
"@types/react-copy-to-clipboard": "^5.0.7",
2222
"@types/react-dom": "^19.1.7",
2323
"@types/react-syntax-highlighter": "^15.5.13",
24-
"@vitejs/plugin-react": "^5.0.0",
24+
"@vitejs/plugin-react": "^5.0.1",
2525
"rimraf": "^6.0.1",
26-
"tailwindcss": "^4.1.11",
26+
"tailwindcss": "^4.1.12",
2727
"typescript": "^5.9.2",
28-
"vite": "^7.1.2",
28+
"vite": "^7.1.3",
2929
"vite-bundle-visualizer": "^1.2.1"
3030
},
3131
"dependencies": {
3232
"@hookform/resolvers": "^5.2.1",
33-
"@tailwindcss/vite": "^4.1.11",
34-
"@tanstack/react-query": "^5.85.0",
33+
"@tailwindcss/vite": "^4.1.12",
34+
"@tanstack/react-query": "^5.85.5",
3535
"class-variance-authority": "^0.7.1",
3636
"clsx": "^2.1.1",
3737
"framer-motion": "^12.23.12",
38-
"i18next": "^25.3.4",
38+
"i18next": "^25.4.2",
3939
"lucide-react": "^0.539.0",
4040
"motion": "^12.23.12",
41-
"radix-ui": "^1.4.2",
41+
"radix-ui": "^1.4.3",
4242
"react": "^19.1.1",
4343
"react-copy-to-clipboard": "^5.1.0",
4444
"react-dom": "^19.1.1",
4545
"react-hook-form": "^7.62.0",
46-
"react-i18next": "^15.6.1",
47-
"react-router": "^7.8.0",
48-
"react-router-dom": "^7.8.0",
49-
"react-syntax-highlighter": "^15.6.1",
46+
"react-i18next": "^15.7.2",
47+
"react-router": "^7.8.2",
48+
"react-router-dom": "^7.8.2",
49+
"react-syntax-highlighter": "^15.6.5",
5050
"sonner": "^2.0.7",
5151
"tailwind-merge": "^3.3.1",
52-
"tw-animate-css": "^1.3.6",
52+
"tw-animate-css": "^1.3.7",
5353
"yup": "^1.7.0"
5454
},
5555
"trustedDependencies": [

0 commit comments

Comments
 (0)