update to v2.0.1

This commit is contained in:
Maisam Afshar 2023-06-14 15:21:51 +03:30
parent e54124c8dd
commit bd32a54f62
8 changed files with 392 additions and 23 deletions

View File

@ -1,6 +1,6 @@
# Change Logs # Change Logs
## [2.0.1] 2023-04-25 ## [2.0.1] 2023-06-14
- Update dependencies & devDependencies - Update dependencies & devDependencies

View File

@ -9,26 +9,26 @@
"prettify": "prettier --write ." "prettify": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"@popperjs/core": "2.11.7", "@popperjs/core": "2.11.8",
"bootstrap": "5.2.3", "bootstrap": "5.3.0",
"pinia": "2.0.35", "pinia": "2.1.3",
"prismjs": "1.29.0", "prismjs": "1.29.0",
"typed.js": "2.0.15", "typed.js": "2.0.16",
"vue": "3.2.47", "vue": "3.3.4",
"vue-clipboard3": "2.0.0", "vue-clipboard3": "2.0.0",
"vue-count-to": "1.0.13", "vue-count-to": "1.0.13",
"vue-prism-editor": "2.0.0-alpha.2", "vue-prism-editor": "2.0.0-alpha.2",
"vue-router": "4.1.6" "vue-router": "4.2.2"
}, },
"devDependencies": { "devDependencies": {
"@rushstack/eslint-patch": "1.2.0", "@rushstack/eslint-patch": "1.3.1",
"@vitejs/plugin-vue": "4.1.0", "@vitejs/plugin-vue": "4.2.3",
"@vue/eslint-config-prettier": "7.1.0", "@vue/eslint-config-prettier": "7.1.0",
"eslint": "8.39.0", "eslint": "8.42.0",
"eslint-plugin-vue": "9.11.0", "eslint-plugin-vue": "9.14.1",
"prettier": "2.8.8", "prettier": "2.8.8",
"sass": "1.62.0", "sass": "1.63.4",
"sass-loader": "13.2.2", "sass-loader": "13.3.2",
"vite": "4.3.1" "vite": "4.3.9"
} }
} }

View File

@ -1,11 +1,11 @@
<script setup> <script setup>
/* /*
========================================================= =========================================================
* Vue Material Kit 2 - v2.0.0 * Vue Material Kit 2 - v2.0.1
========================================================= =========================================================
* Product Page: https://www.creative-tim.com/product/vue-material-kit * Product Page: https://www.creative-tim.com/product/vue-material-kit
* Copyright 2022 Creative Tim (https://www.creative-tim.com) * Copyright 2023 Creative Tim (https://www.creative-tim.com)
Coded by www.creative-tim.com Coded by www.creative-tim.com

View File

@ -17447,7 +17447,7 @@ fieldset:disabled .btn {
========================================================= =========================================================
* Product Page: https://www.creative-tim.com/product/material-kit-pro * Product Page: https://www.creative-tim.com/product/material-kit-pro
* Copyright 2022 Creative Tim (https://www.creative-tim.com) * Copyright 2023 Creative Tim (https://www.creative-tim.com)
* Coded by www.creative-tim.com * Coded by www.creative-tim.com
@ -17463,7 +17463,7 @@ fieldset:disabled .btn {
========================================================= =========================================================
* Product Page: https://www.creative-tim.com/product/material-kit-pro * Product Page: https://www.creative-tim.com/product/material-kit-pro
* Copyright 2022 Creative Tim (https://www.creative-tim.com) * Copyright 2023 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (site.license) * Licensed under MIT (site.license)
* Coded by www.creative-tim.com * Coded by www.creative-tim.com

File diff suppressed because one or more lines are too long

View File

@ -16012,7 +16012,7 @@ fieldset:disabled .btn {
========================================================= =========================================================
* Product Page: https://www.creative-tim.com/product/material-kit-pro * Product Page: https://www.creative-tim.com/product/material-kit-pro
* Copyright 2022 Creative Tim (https://www.creative-tim.com) * Copyright 2023 Creative Tim (https://www.creative-tim.com)
* Coded by www.creative-tim.com * Coded by www.creative-tim.com
@ -16028,7 +16028,7 @@ fieldset:disabled .btn {
========================================================= =========================================================
* Product Page: https://www.creative-tim.com/product/material-kit-pro * Product Page: https://www.creative-tim.com/product/material-kit-pro
* Copyright 2022 Creative Tim (https://www.creative-tim.com) * Copyright 2023 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (site.license) * Licensed under MIT (site.license)
* Coded by www.creative-tim.com * Coded by www.creative-tim.com

View File

@ -3,7 +3,7 @@
// ========================================================= // =========================================================
// //
// * Product Page: https://www.creative-tim.com/product/material-kit // * Product Page: https://www.creative-tim.com/product/material-kit
// * Copyright 2022 Creative Tim (https://www.creative-tim.com) // * Copyright 2023 Creative Tim (https://www.creative-tim.com)
// //
// Coded by www.creative-tim.com // Coded by www.creative-tim.com
// //

View File

@ -5,7 +5,7 @@
========================================================= =========================================================
* Product Page: https://www.creative-tim.com/product/material-kit * Product Page: https://www.creative-tim.com/product/material-kit
* Copyright 2022 Creative Tim (https://www.creative-tim.com) * Copyright 2023 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (site.license) * Licensed under MIT (site.license)
* Coded by www.creative-tim.com * Coded by www.creative-tim.com