Update js dependencies

This commit is contained in:
Aurora Lahtela 2024-11-30 12:42:18 +02:00
parent fb1efe5418
commit 318294340d
3 changed files with 1206 additions and 1784 deletions

View File

@ -7,42 +7,42 @@
"proxy": "http://localhost:8800", "proxy": "http://localhost:8800",
"dependencies": { "dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@fortawesome/fontawesome-free": "^6.6.0", "@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0", "@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.6.0", "@fortawesome/free-brands-svg-icons": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.6.0", "@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2", "@fortawesome/react-fontawesome": "^0.2.2",
"@fullcalendar/bootstrap": "^6.1.15", "@fullcalendar/bootstrap": "^6.1.15",
"@fullcalendar/core": "^6.1.15", "@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15", "@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15", "@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15", "@fullcalendar/react": "^6.1.15",
"@highcharts/map-collection": "^2.2.0", "@highcharts/map-collection": "^2.3.0",
"@testing-library/jest-dom": "^6.4.8", "@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^15.0.7", "@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2", "@testing-library/user-event": "^14.5.2",
"axios": "^1.7.3", "axios": "^1.7.8",
"bootstrap": "^5.3.3", "bootstrap": "^5.3.3",
"export-to-csv": "^1.3.0", "export-to-csv": "^1.3.0",
"highcharts": "^11.4.5", "highcharts": "^11.4.8",
"i18next": "^23.12.2", "i18next": "^24.0.2",
"i18next-chained-backend": "^4.6.2", "i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.5.2", "i18next-http-backend": "^3.0.1",
"i18next-localstorage-backend": "^4.2.0", "i18next-localstorage-backend": "^4.2.0",
"masonry-layout": "^4.2.2", "masonry-layout": "^4.2.2",
"moment": "^2.30.1", "moment": "^2.30.1",
"react": "^18.3.1", "react": "^18.3.1",
"react-bootstrap": "^2.10.4", "react-bootstrap": "^2.10.6",
"react-bootstrap-range-slider": "^3.0.8", "react-bootstrap-range-slider": "^3.0.8",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-i18next": "^15.0.0", "react-i18next": "^15.1.3",
"react-mcjsonchat": "^1.0.0", "react-mcjsonchat": "^1.0.0",
"react-router-dom": "^6.26.0", "react-router-dom": "^6.26.0",
"sass": "^1.77.8", "sass": "^1.81.0",
"source-map-explorer": "^2.5.2", "source-map-explorer": "^2.5.2",
"swagger-ui": "^5.17.14", "swagger-ui": "^5.18.2",
"web-vitals": "^3.0.2" "web-vitals": "^4.2.4"
}, },
"scripts": { "scripts": {
"start": "vite", "start": "vite",
@ -68,7 +68,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-react": "^4.3.1", "@vitejs/plugin-react": "^4.3.4",
"vite": "^5.3.5" "vite": "^6.0.1"
} }
} }

View File

@ -1,6 +1,6 @@
@import "../../node_modules/bootstrap/scss/bootstrap" @import "../../node_modules/bootstrap/scss/bootstrap"
@import "src/components/calendar/calendar-fixes" @import "../components/calendar/calendar-fixes"
p, span, td, .h3, a, button p, span, td, .h3, a, button
.svg-inline--fa, .fa, .far, .fas, .fab .svg-inline--fa, .fa, .far, .fas, .fab

File diff suppressed because it is too large Load Diff