diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db52cd3..80f16d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## [1.2.3] 2024-01-01 + +- Update dependencies + ## [1.2.2] 2023-05-22 - Fix issues diff --git a/Documentation/documentation.html b/Documentation/documentation.html index e713c4ca..cb5d176d 100644 --- a/Documentation/documentation.html +++ b/Documentation/documentation.html @@ -2,11 +2,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/README.md b/README.md index fdaf2f7a..9ddcb4d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [Black Dashboard React](https://demos.creative-tim.com/black-dashboard-react/#/dashboard) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fdemos.creative-tim.com%2Fblack-dashboard-react%2F%23%2Fadmin%2Fdashboard&text=Black%20Dashboard%20React%20by%20Creative%20Tim%20%7C%20Free%20React%20Admin%20Template&original_referer=https%3A%2F%2Fdemos.creative-tim.com%2Fblack-dashboard-react%2F&via=creativetim&hashtags=react%2Ccreativetim%2Cdark%2Cdashboard%2Cbootstrap%2Creactstrap%2Creactjs) -![version](https://img.shields.io/badge/version-1.2.2-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/black-dashboard-react.svg?maxAge=2592000)]() [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/black-dashboard-react.svg?maxAge=2592000)]() [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) +![version](https://img.shields.io/badge/version-1.2.3-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/black-dashboard-react.svg?maxAge=2592000)]() [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/black-dashboard-react.svg?maxAge=2592000)]() [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) ![Product Gif](./github-assets/black-dashboard-react.gif) @@ -160,7 +160,7 @@ If you have questions or need help integrating the product please [contact us](h ## Licensing -- Copyright 2023 Creative Tim (https://www.creative-tim.com) +- Copyright 2024 Creative Tim (https://www.creative-tim.com) - Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) ## Useful Links diff --git a/package.json b/package.json index d33c6b99..5181fe63 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,22 @@ { "name": "black-dashboard-react", - "version": "1.2.2", + "version": "1.2.3", "private": true, "homepage": "https://demos.creative-tim.com/black-dashboard-react/#/admin/dashboard", "dependencies": { - "@fortawesome/fontawesome-free": "6.4.0", + "@fortawesome/fontawesome-free": "6.5.1", "bootstrap": "4.6.2", "chart.js": "3.9.1", - "classnames": "2.3.2", + "classnames": "2.3.3", "perfect-scrollbar": "1.5.5", "prop-types": "15.8.1", "react": "18.2.0", "react-chartjs-2": "3.3.0", "react-dom": "18.2.0", "react-notification-alert": "0.0.13", - "react-router-dom": "6.11.1", + "react-router-dom": "6.21.1", "react-scripts": "5.0.1", - "sass": "1.62.1" + "sass": "1.69.5" }, "scripts": { "start": "react-scripts start", @@ -30,10 +30,6 @@ "eslintConfig": { "extends": "react-app" }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - }, "browserslist": [ ">0.2%", "not dead", @@ -45,7 +41,8 @@ "reactstrap": "8.10.1" }, "devDependencies": { - "typescript": "5.0.4" + "typescript": "5.3.3", + "@babel/plugin-proposal-private-property-in-object": "7.21.11" }, "overrides": { "svgo": "3.0.2" diff --git a/public/index.html b/public/index.html index 7cf22bc0..2dce7205 100644 --- a/public/index.html +++ b/public/index.html @@ -2,11 +2,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/assets/css/black-dashboard-react.css b/src/assets/css/black-dashboard-react.css index 1701b7b7..acb0585d 100644 --- a/src/assets/css/black-dashboard-react.css +++ b/src/assets/css/black-dashboard-react.css @@ -4,7 +4,7 @@ ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react - * Copyright 2023 Creative Tim (https://www.creative-tim.com) + * Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/assets/demo/demo.css b/src/assets/demo/demo.css index 72165e21..512506d3 100755 --- a/src/assets/demo/demo.css +++ b/src/assets/demo/demo.css @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/assets/scss/black-dashboard-react.scss b/src/assets/scss/black-dashboard-react.scss index 8b4dff5e..7f6c81e5 100755 --- a/src/assets/scss/black-dashboard-react.scss +++ b/src/assets/scss/black-dashboard-react.scss @@ -4,7 +4,7 @@ ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react - * Copyright 2023 Creative Tim (https://www.creative-tim.com) + * Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/components/FixedPlugin/FixedPlugin.js b/src/components/FixedPlugin/FixedPlugin.js index bf94df9a..621ecc4a 100644 --- a/src/components/FixedPlugin/FixedPlugin.js +++ b/src/components/FixedPlugin/FixedPlugin.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index 30df7017..46b98ee8 100755 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/components/Navbars/AdminNavbar.js b/src/components/Navbars/AdminNavbar.js index eed4b1f1..1b31d4cb 100755 --- a/src/components/Navbars/AdminNavbar.js +++ b/src/components/Navbars/AdminNavbar.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/components/Navbars/RTLNavbar.js b/src/components/Navbars/RTLNavbar.js index 5a9e2e04..fb9b8ae3 100755 --- a/src/components/Navbars/RTLNavbar.js +++ b/src/components/Navbars/RTLNavbar.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/components/Sidebar/Sidebar.js b/src/components/Sidebar/Sidebar.js index 7cacec9b..f1f20d83 100755 --- a/src/components/Sidebar/Sidebar.js +++ b/src/components/Sidebar/Sidebar.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/index.js b/src/index.js index 01838815..8ef6bf01 100755 --- a/src/index.js +++ b/src/index.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/layouts/Admin/Admin.js b/src/layouts/Admin/Admin.js index 10b5b07b..79c5391f 100755 --- a/src/layouts/Admin/Admin.js +++ b/src/layouts/Admin/Admin.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/layouts/RTL/RTL.js b/src/layouts/RTL/RTL.js index 8bdd2cb1..f4da8229 100755 --- a/src/layouts/RTL/RTL.js +++ b/src/layouts/RTL/RTL.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/routes.js b/src/routes.js index dbffc46a..f6caec17 100755 --- a/src/routes.js +++ b/src/routes.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/variables/charts.js b/src/variables/charts.js index c6b342bd..0eaaa95b 100755 --- a/src/variables/charts.js +++ b/src/variables/charts.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/views/Dashboard.js b/src/views/Dashboard.js index 38c5a7cd..78d000ed 100755 --- a/src/views/Dashboard.js +++ b/src/views/Dashboard.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/views/Icons.js b/src/views/Icons.js index 37c380d8..f761465f 100755 --- a/src/views/Icons.js +++ b/src/views/Icons.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/views/Map.js b/src/views/Map.js index 0f634413..03e7f519 100755 --- a/src/views/Map.js +++ b/src/views/Map.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/views/Notifications.js b/src/views/Notifications.js index b22f5b24..6255eda4 100755 --- a/src/views/Notifications.js +++ b/src/views/Notifications.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/views/Rtl.js b/src/views/Rtl.js index 19192ebc..b09f65e3 100755 --- a/src/views/Rtl.js +++ b/src/views/Rtl.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/views/TableList.js b/src/views/TableList.js index 189e4db2..76894b8b 100755 --- a/src/views/TableList.js +++ b/src/views/TableList.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/views/Typography.js b/src/views/Typography.js index 8cb76838..c1865dfb 100755 --- a/src/views/Typography.js +++ b/src/views/Typography.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/views/UserProfile.js b/src/views/UserProfile.js index 1a4b1ad3..77c2090c 100755 --- a/src/views/UserProfile.js +++ b/src/views/UserProfile.js @@ -1,11 +1,11 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react -* Copyright 2023 Creative Tim (https://www.creative-tim.com) +* Copyright 2024 Creative Tim (https://www.creative-tim.com) * Licensed under MIT (https://github.com/creativetimofficial/black-dashboard-react/blob/master/LICENSE.md) * Coded by Creative Tim