From 85d3f9eb36ec0579d00ecf2ec60d970dc23309ef Mon Sep 17 00:00:00 2001 From: Maisam Afshar Date: Tue, 26 Dec 2023 11:54:31 +0330 Subject: [PATCH 1/2] update dependencies --- CHANGELOG.md | 4 ++++ Documentation/documentation.html | 2 +- README.md | 2 +- package.json | 17 +++++++---------- public/index.html | 2 +- src/assets/demo/demo.css | 2 +- src/components/FixedPlugin/FixedPlugin.js | 2 +- src/components/Footer/Footer.js | 2 +- src/components/Navbars/AdminNavbar.js | 2 +- src/components/Navbars/RTLNavbar.js | 2 +- src/components/Sidebar/Sidebar.js | 2 +- src/index.js | 2 +- src/layouts/Admin/Admin.js | 2 +- src/layouts/RTL/RTL.js | 2 +- src/routes.js | 2 +- src/variables/charts.js | 2 +- src/views/Dashboard.js | 2 +- src/views/Icons.js | 2 +- src/views/Map.js | 2 +- src/views/Notifications.js | 2 +- src/views/Rtl.js | 2 +- src/views/TableList.js | 2 +- src/views/Typography.js | 2 +- src/views/UserProfile.js | 2 +- 24 files changed, 33 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d165839..8289b96a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## [1.2.3] 2023-12-26 + +- Update dependencies + ## [1.2.2] 2023-05-10 - Fix issues diff --git a/Documentation/documentation.html b/Documentation/documentation.html index e713c4ca..c43b3cf2 100644 --- a/Documentation/documentation.html +++ b/Documentation/documentation.html @@ -2,7 +2,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/README.md b/README.md index fdaf2f7a..aa073a9a 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) 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..e6bae6ba 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/assets/demo/demo.css b/src/assets/demo/demo.css index 72165e21..27d5733d 100755 --- a/src/assets/demo/demo.css +++ b/src/assets/demo/demo.css @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/components/FixedPlugin/FixedPlugin.js b/src/components/FixedPlugin/FixedPlugin.js index bf94df9a..9342a842 100644 --- a/src/components/FixedPlugin/FixedPlugin.js +++ b/src/components/FixedPlugin/FixedPlugin.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index 30df7017..aec13eba 100755 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/components/Navbars/AdminNavbar.js b/src/components/Navbars/AdminNavbar.js index eed4b1f1..7737615c 100755 --- a/src/components/Navbars/AdminNavbar.js +++ b/src/components/Navbars/AdminNavbar.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/components/Navbars/RTLNavbar.js b/src/components/Navbars/RTLNavbar.js index 5a9e2e04..fa900ece 100755 --- a/src/components/Navbars/RTLNavbar.js +++ b/src/components/Navbars/RTLNavbar.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/components/Sidebar/Sidebar.js b/src/components/Sidebar/Sidebar.js index 7cacec9b..652dc95e 100755 --- a/src/components/Sidebar/Sidebar.js +++ b/src/components/Sidebar/Sidebar.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/index.js b/src/index.js index 01838815..b5b5af7e 100755 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/layouts/Admin/Admin.js b/src/layouts/Admin/Admin.js index 10b5b07b..ec8888fb 100755 --- a/src/layouts/Admin/Admin.js +++ b/src/layouts/Admin/Admin.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/layouts/RTL/RTL.js b/src/layouts/RTL/RTL.js index 8bdd2cb1..b2234737 100755 --- a/src/layouts/RTL/RTL.js +++ b/src/layouts/RTL/RTL.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/routes.js b/src/routes.js index dbffc46a..98e2cd65 100755 --- a/src/routes.js +++ b/src/routes.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/variables/charts.js b/src/variables/charts.js index c6b342bd..d22522d1 100755 --- a/src/variables/charts.js +++ b/src/variables/charts.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/views/Dashboard.js b/src/views/Dashboard.js index 38c5a7cd..b42d2f2b 100755 --- a/src/views/Dashboard.js +++ b/src/views/Dashboard.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/views/Icons.js b/src/views/Icons.js index 37c380d8..f75df538 100755 --- a/src/views/Icons.js +++ b/src/views/Icons.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/views/Map.js b/src/views/Map.js index 0f634413..e55d1f5c 100755 --- a/src/views/Map.js +++ b/src/views/Map.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/views/Notifications.js b/src/views/Notifications.js index b22f5b24..bd29fd67 100755 --- a/src/views/Notifications.js +++ b/src/views/Notifications.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/views/Rtl.js b/src/views/Rtl.js index 19192ebc..73288479 100755 --- a/src/views/Rtl.js +++ b/src/views/Rtl.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/views/TableList.js b/src/views/TableList.js index 189e4db2..abf4b359 100755 --- a/src/views/TableList.js +++ b/src/views/TableList.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/views/Typography.js b/src/views/Typography.js index 8cb76838..3e4c5685 100755 --- a/src/views/Typography.js +++ b/src/views/Typography.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react diff --git a/src/views/UserProfile.js b/src/views/UserProfile.js index 1a4b1ad3..616f064d 100755 --- a/src/views/UserProfile.js +++ b/src/views/UserProfile.js @@ -1,7 +1,7 @@ /*! ========================================================= -* Black Dashboard React v1.2.2 +* Black Dashboard React v1.2.3 ========================================================= * Product Page: https://www.creative-tim.com/product/black-dashboard-react From b35a1f8966c74b300d758c7a683f84728e948a85 Mon Sep 17 00:00:00 2001 From: Maisam Afshar Date: Mon, 1 Jan 2024 15:57:43 +0330 Subject: [PATCH 2/2] update copyright --- CHANGELOG.md | 3 +-- Documentation/documentation.html | 2 +- README.md | 2 +- public/index.html | 2 +- src/assets/css/black-dashboard-react.css | 2 +- src/assets/demo/demo.css | 2 +- src/assets/scss/black-dashboard-react.scss | 2 +- src/components/FixedPlugin/FixedPlugin.js | 2 +- src/components/Footer/Footer.js | 2 +- src/components/Navbars/AdminNavbar.js | 2 +- src/components/Navbars/RTLNavbar.js | 2 +- src/components/Sidebar/Sidebar.js | 2 +- src/index.js | 2 +- src/layouts/Admin/Admin.js | 2 +- src/layouts/RTL/RTL.js | 2 +- src/routes.js | 2 +- src/variables/charts.js | 2 +- src/views/Dashboard.js | 2 +- src/views/Icons.js | 2 +- src/views/Map.js | 2 +- src/views/Notifications.js | 2 +- src/views/Rtl.js | 2 +- src/views/TableList.js | 2 +- src/views/Typography.js | 2 +- src/views/UserProfile.js | 2 +- 25 files changed, 25 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ffc072..80f16d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ # CHANGELOG - -## [1.2.3] 2023-12-26 +## [1.2.3] 2024-01-01 - Update dependencies diff --git a/Documentation/documentation.html b/Documentation/documentation.html index c43b3cf2..cb5d176d 100644 --- a/Documentation/documentation.html +++ b/Documentation/documentation.html @@ -6,7 +6,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/README.md b/README.md index aa073a9a..9ddcb4d9 100644 --- a/README.md +++ b/README.md @@ -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/public/index.html b/public/index.html index e6bae6ba..2dce7205 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,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/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 27d5733d..512506d3 100755 --- a/src/assets/demo/demo.css +++ b/src/assets/demo/demo.css @@ -5,7 +5,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/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 9342a842..621ecc4a 100644 --- a/src/components/FixedPlugin/FixedPlugin.js +++ b/src/components/FixedPlugin/FixedPlugin.js @@ -5,7 +5,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/Footer/Footer.js b/src/components/Footer/Footer.js index aec13eba..46b98ee8 100755 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -5,7 +5,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/Navbars/AdminNavbar.js b/src/components/Navbars/AdminNavbar.js index 7737615c..1b31d4cb 100755 --- a/src/components/Navbars/AdminNavbar.js +++ b/src/components/Navbars/AdminNavbar.js @@ -5,7 +5,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/Navbars/RTLNavbar.js b/src/components/Navbars/RTLNavbar.js index fa900ece..fb9b8ae3 100755 --- a/src/components/Navbars/RTLNavbar.js +++ b/src/components/Navbars/RTLNavbar.js @@ -5,7 +5,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/Sidebar/Sidebar.js b/src/components/Sidebar/Sidebar.js index 652dc95e..f1f20d83 100755 --- a/src/components/Sidebar/Sidebar.js +++ b/src/components/Sidebar/Sidebar.js @@ -5,7 +5,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/index.js b/src/index.js index b5b5af7e..8ef6bf01 100755 --- a/src/index.js +++ b/src/index.js @@ -5,7 +5,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/layouts/Admin/Admin.js b/src/layouts/Admin/Admin.js index ec8888fb..79c5391f 100755 --- a/src/layouts/Admin/Admin.js +++ b/src/layouts/Admin/Admin.js @@ -5,7 +5,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/layouts/RTL/RTL.js b/src/layouts/RTL/RTL.js index b2234737..f4da8229 100755 --- a/src/layouts/RTL/RTL.js +++ b/src/layouts/RTL/RTL.js @@ -5,7 +5,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/routes.js b/src/routes.js index 98e2cd65..f6caec17 100755 --- a/src/routes.js +++ b/src/routes.js @@ -5,7 +5,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/variables/charts.js b/src/variables/charts.js index d22522d1..0eaaa95b 100755 --- a/src/variables/charts.js +++ b/src/variables/charts.js @@ -5,7 +5,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/views/Dashboard.js b/src/views/Dashboard.js index b42d2f2b..78d000ed 100755 --- a/src/views/Dashboard.js +++ b/src/views/Dashboard.js @@ -5,7 +5,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/views/Icons.js b/src/views/Icons.js index f75df538..f761465f 100755 --- a/src/views/Icons.js +++ b/src/views/Icons.js @@ -5,7 +5,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/views/Map.js b/src/views/Map.js index e55d1f5c..03e7f519 100755 --- a/src/views/Map.js +++ b/src/views/Map.js @@ -5,7 +5,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/views/Notifications.js b/src/views/Notifications.js index bd29fd67..6255eda4 100755 --- a/src/views/Notifications.js +++ b/src/views/Notifications.js @@ -5,7 +5,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/views/Rtl.js b/src/views/Rtl.js index 73288479..b09f65e3 100755 --- a/src/views/Rtl.js +++ b/src/views/Rtl.js @@ -5,7 +5,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/views/TableList.js b/src/views/TableList.js index abf4b359..76894b8b 100755 --- a/src/views/TableList.js +++ b/src/views/TableList.js @@ -5,7 +5,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/views/Typography.js b/src/views/Typography.js index 3e4c5685..c1865dfb 100755 --- a/src/views/Typography.js +++ b/src/views/Typography.js @@ -5,7 +5,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/views/UserProfile.js b/src/views/UserProfile.js index 616f064d..77c2090c 100755 --- a/src/views/UserProfile.js +++ b/src/views/UserProfile.js @@ -5,7 +5,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