From 7d5b9922a01b5d90d8236cbc739088f6e57031cd Mon Sep 17 00:00:00 2001 From: Maisam Afshar Date: Thu, 22 Feb 2024 10:33:17 +0430 Subject: [PATCH] update deps --- CHANGELOG.md | 2 +- README.md | 2 +- package.json | 10 +++++----- public/index.html | 2 +- src/assets/scss/material-dashboard.scss | 2 +- src/main.js | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb266ae..2fe2021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [1.5.2] 2023-10-15 +## [1.5.2] 2024-02-22 - Update dependencies and devDependencies. - Fix installation issues. diff --git a/README.md b/README.md index 0415ca8..22a274c 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,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/vue-material-dashboard/blob/master/LICENSE.md) diff --git a/package.json b/package.json index da06a24..f7104ae 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "chartist": "0.11.4", - "core-js": "3.33.0", + "core-js": "3.36.0", "google-maps": "4.3.3", "vue": "2.7.14", "vue-clickaway": "2.2.2", @@ -21,19 +21,19 @@ "vue-social-sharing": "3.0.9" }, "devDependencies": { + "@babel/eslint-parser": "7.22.15", "@vue/cli-plugin-babel": "5.0.8", "@vue/cli-plugin-eslint": "5.0.8", "@vue/cli-plugin-router": "5.0.8", "@vue/cli-service": "5.0.8", "@vue/eslint-config-prettier": "7.1.0", - "@babel/eslint-parser": "7.22.15", "es6-promise": "4.2.8", - "eslint": "8.51.0", + "eslint": "8.56.0", "eslint-plugin-prettier": "4.2.1", "eslint-plugin-vue": "9.17.0", "prettier": "2.8.8", - "sass": "1.69.3", + "sass": "1.71.1", "sass-loader": "13.3.2", - "vue-template-compiler": "2.7.14" + "vue-template-compiler": "2.7.16" } } diff --git a/public/index.html b/public/index.html index 211af29..d21162c 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ ========================================================= * Product Page: https://www.creative-tim.com/product/vue-material-dashboard -* 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/vue-material-dashboard/blob/master/LICENSE.md) * Coded by Creative Tim diff --git a/src/assets/scss/material-dashboard.scss b/src/assets/scss/material-dashboard.scss index 4288b79..14d9347 100644 --- a/src/assets/scss/material-dashboard.scss +++ b/src/assets/scss/material-dashboard.scss @@ -3,7 +3,7 @@ // ========================================================= // // * Product Page: https://www.creative-tim.com/product/vue-material-dashboard -// * 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/vue-material-dashboard/blob/master/LICENSE.md) // // * Coded by Creative Tim diff --git a/src/main.js b/src/main.js index e6cfdff..b00f8d5 100644 --- a/src/main.js +++ b/src/main.js @@ -3,7 +3,7 @@ // ========================================================= // // * Product Page: https://www.creative-tim.com/product/vue-material-dashboard -// * 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/vue-material-dashboard/blob/master/LICENSE.md) // // * Coded by Creative Tim