From 0aaa363c645def59eb50dba899c83d4fd40a5ed9 Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 25 Sep 2024 10:57:25 +0200 Subject: [PATCH 1/3] chore: update dependencies and devDependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @coreui/coreui ^5.0.2 → ^5.1.2 @coreui/icons-react ^2.2.1 → ^2.3.0 @coreui/react ^5.1.0 → ^5.4.0 autoprefixer ^10.4.19 → ^10.4.20 chart.js ^4.4.3 → ^4.4.4 core-js ^3.37.1 → ^3.38.1 eslint ^8.57.0 → ^9.11.1 eslint-plugin-prettier ^5.1.3 → ^5.2.1 eslint-plugin-react ^7.34.2 → ^7.36.1 postcss ^8.4.38 → ^8.4.47 prettier 3.3.2 → 3.3.3 react-router-dom ^6.23.1 → ^6.26.2 sass ^1.77.5 → ^1.79.3 simplebar-react ^3.2.5 → ^3.2.6 vite ^5.2.13 → ^5.4.8 --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index dfadda25c..355d61d59 100644 --- a/package.json +++ b/package.json @@ -20,35 +20,35 @@ }, "dependencies": { "@coreui/chartjs": "^4.0.0", - "@coreui/coreui": "^5.0.2", + "@coreui/coreui": "^5.1.2", "@coreui/icons": "^3.0.1", - "@coreui/icons-react": "^2.2.1", - "@coreui/react": "^5.1.0", + "@coreui/icons-react": "^2.3.0", + "@coreui/react": "^5.4.0", "@coreui/react-chartjs": "^3.0.0", "@coreui/utils": "^2.0.2", "@popperjs/core": "^2.11.8", - "chart.js": "^4.4.3", + "chart.js": "^4.4.4", "classnames": "^2.5.1", - "core-js": "^3.37.1", + "core-js": "^3.38.1", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.1.2", - "react-router-dom": "^6.23.1", + "react-router-dom": "^6.26.2", "redux": "5.0.1", - "simplebar-react": "^3.2.5" + "simplebar-react": "^3.2.6" }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", - "autoprefixer": "^10.4.19", + "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-react": "^7.34.2", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", - "postcss": "^8.4.38", - "prettier": "3.3.2", - "sass": "^1.77.5", - "vite": "^5.2.13" + "postcss": "^8.4.47", + "prettier": "3.3.3", + "sass": "^1.79.3", + "vite": "^5.4.8" } } From cdec09f9204b3c0e4b8584ef953ef8bf2a4727d0 Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 25 Sep 2024 11:04:00 +0200 Subject: [PATCH 2/3] build: silence Sass deprecation warnings --- vite.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vite.config.mjs b/vite.config.mjs index f0b45c375..7279dc3ef 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -15,6 +15,11 @@ export default defineConfig(() => { autoprefixer({}), // add options if needed ], }, + preprocessorOptions: { + scss: { + quietDeps: true, + }, + }, }, esbuild: { loader: 'jsx', From c7d747edc030edc6be98605510b9349a525f1e3c Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 25 Sep 2024 12:16:39 +0200 Subject: [PATCH 3/3] release: v5.2.0 --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 02f04b387..ca596acc7 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@