Skip to content

Commit 922dc0b

Browse files
committed
Update dependencies
1 parent 8a23b98 commit 922dc0b

File tree

3 files changed

+257
-245
lines changed

3 files changed

+257
-245
lines changed

Plan/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id 'java-library'
1717
id "jacoco"
1818
id "checkstyle"
19-
id "org.sonarqube" version "5.0.0.4638"
19+
id "org.sonarqube" version "5.1.0.4882"
2020
id 'fabric-loom' version '1.6-SNAPSHOT' apply false
2121
}
2222

@@ -87,7 +87,7 @@ subprojects {
8787
commonsCompressVersion = "1.26.2"
8888
commonsCodecVersion = "1.17.0"
8989
caffeineVersion = "3.1.8"
90-
jettyVersion = "11.0.21"
90+
jettyVersion = "11.0.22"
9191
caffeineVersion = "2.9.2"
9292
mysqlVersion = "8.4.0"
9393
mariadbVersion = "3.4.0"
@@ -105,9 +105,9 @@ subprojects {
105105
placeholderapiVersion = "2.11.5"
106106
nkPlaceholderapiVersion = "1.4-SNAPSHOT"
107107

108-
junitVersion = "5.10.2"
108+
junitVersion = "5.10.3"
109109
mockitoVersion = "5.12.0"
110-
seleniumVersion = "4.21.0"
110+
seleniumVersion = "4.22.0"
111111
testContainersVersion = "1.19.8"
112112
swaggerVersion = "2.2.22"
113113
}

Plan/react/dashboard/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,35 +13,35 @@
1313
"@fortawesome/free-regular-svg-icons": "^6.5.2",
1414
"@fortawesome/free-solid-svg-icons": "^6.5.2",
1515
"@fortawesome/react-fontawesome": "^0.2.2",
16-
"@fullcalendar/bootstrap": "^6.1.11",
17-
"@fullcalendar/core": "^6.1.13",
18-
"@fullcalendar/daygrid": "^6.1.11",
19-
"@fullcalendar/interaction": "^6.1.11",
20-
"@fullcalendar/react": "^6.1.11",
21-
"@highcharts/map-collection": "^2.1.0",
22-
"@testing-library/jest-dom": "^6.4.5",
16+
"@fullcalendar/bootstrap": "^6.1.14",
17+
"@fullcalendar/core": "^6.1.14",
18+
"@fullcalendar/daygrid": "^6.1.14",
19+
"@fullcalendar/interaction": "^6.1.14",
20+
"@fullcalendar/react": "^6.1.14",
21+
"@highcharts/map-collection": "^2.2.0",
22+
"@testing-library/jest-dom": "^6.4.6",
2323
"@testing-library/react": "^15.0.7",
2424
"@testing-library/user-event": "^14.5.2",
2525
"axios": "^1.7.2",
2626
"bootstrap": "^5.3.3",
2727
"export-to-csv": "^1.3.0",
28-
"highcharts": "^11.4.3",
28+
"highcharts": "^11.4.5",
2929
"i18next": "^23.11.5",
3030
"i18next-chained-backend": "^4.6.2",
3131
"i18next-http-backend": "^2.5.2",
3232
"i18next-localstorage-backend": "^4.2.0",
3333
"masonry-layout": "^4.2.2",
3434
"moment": "^2.30.1",
3535
"react": "^18.3.1",
36-
"react-bootstrap": "^2.10.2",
36+
"react-bootstrap": "^2.10.4",
3737
"react-bootstrap-range-slider": "^3.0.8",
3838
"react-dom": "^18.3.1",
3939
"react-i18next": "^14.1.2",
4040
"react-mcjsonchat": "^1.0.0",
41-
"react-router-dom": "^6.23.1",
42-
"sass": "^1.77.2",
41+
"react-router-dom": "^6.24.1",
42+
"sass": "^1.77.6",
4343
"source-map-explorer": "^2.5.2",
44-
"swagger-ui": "^5.17.12",
44+
"swagger-ui": "^5.17.14",
4545
"web-vitals": "^3.0.2"
4646
},
4747
"scripts": {
@@ -68,7 +68,7 @@
6868
]
6969
},
7070
"devDependencies": {
71-
"@vitejs/plugin-react": "^4.3.0",
72-
"vite": "^5.2.11"
71+
"@vitejs/plugin-react": "^4.3.1",
72+
"vite": "^5.3.3"
7373
}
7474
}

0 commit comments

Comments
 (0)