From b419993e98e5a91ec9ee789738376e3983cb7a62 Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Thu, 19 Feb 2026 21:56:24 +0000 Subject: [PATCH] Done some more upgrades --- index.html | 13 +++++++++++++ package.json | 20 +++++++++----------- src/Sass/global.scss | 10 +++++++--- 3 files changed, 29 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index da8896c..362f018 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,19 @@ } } + + diff --git a/package.json b/package.json index 4c3495c..6b35d2e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@ckeditor/ckeditor5-react": "^10.0.0", + "@ckeditor/ckeditor5-react": "^11.0.1", "@fortawesome/fontawesome-pro": "^6.7.2", "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", @@ -17,30 +17,28 @@ "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.5.2", - "@types/jest": "^29.5.14", "@types/js-cookie": "^3.0.6", "@types/lodash.debounce": "^4.0.9", "@types/react": "^18.3.27", "@types/react-dom": "^18.3.7", - "axios": "^1.7.9", + "axios": "^1.13.5", "bootstrap": "^5.3.8", "buffer": "^6.0.3", - "ckeditor5": "^47.4.0", - "ckeditor5-premium-features": "^47.4.0", + "ckeditor5": "^47.5.0", + "ckeditor5-premium-features": "^47.5.0", "concurrently": "^9.2.1", - "cross-env": "^7.0.3", "date-fns": "^4.1.0", - "html-react-parser": "^5.2.15", - "i18next": "^25.8.0", + "html-react-parser": "^5.2.17", + "i18next": "^25.8.11", "i18next-http-backend": "^3.0.2", "joi": "^17.13.3", "js-cookie": "^3.0.5", "jwt-decode": "^4.0.0", "lodash.debounce": "^4.0.8", "nodemon": "^3.1.11", - "react": "^18.3.1", + "react": "^19.2.4", "react-bootstrap": "^2.10.8", - "react-dom": "^18.3.1", + "react-dom": "^19.2.4", "react-helmet-async": "^2.0.5", "react-i18next": "^16.5.4", "react-router-dom": "^7.13.0", @@ -81,7 +79,7 @@ ] }, "devDependencies": { - "@types/node": "^22.13.5", + "@types/node": "^25.3.0", "@types/react-toggle": "^4.0.5", "@vitejs/plugin-react": "^5.1.4", "i18n-unused": "^0.19.0", diff --git a/src/Sass/global.scss b/src/Sass/global.scss index 7279b35..9068d5d 100644 --- a/src/Sass/global.scss +++ b/src/Sass/global.scss @@ -1,10 +1,14 @@ -@import "../../node_modules/bootstrap/scss/functions"; +// Enable Bootstrap color modes +$color-mode-type: media-query; // or "class" if you prefer manual control + +@import "bootstrap/scss/bootstrap"; //default variable overrides @import "./_esuiteVariables.scss"; -@import "../../node_modules/bootstrap/scss/variables"; -@import "../../node_modules/bootstrap/scss/variables-dark"; +//@import "../../node_modules/bootstrap/scss/functions"; +//@import "../../node_modules/bootstrap/scss/variables"; +//@import "../../node_modules/bootstrap/scss/variables-dark"; @import "../../node_modules/bootstrap/scss/maps"; @import "../../node_modules/bootstrap/scss/mixins";