mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-23 04:04:22 +08:00
update to v2.0.1
This commit is contained in:
parent
e54124c8dd
commit
bd32a54f62
@ -1,6 +1,6 @@
|
||||
# Change Logs
|
||||
|
||||
## [2.0.1] 2023-04-25
|
||||
## [2.0.1] 2023-06-14
|
||||
|
||||
- Update dependencies & devDependencies
|
||||
|
||||
|
26
package.json
26
package.json
@ -9,26 +9,26 @@
|
||||
"prettify": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@popperjs/core": "2.11.7",
|
||||
"bootstrap": "5.2.3",
|
||||
"pinia": "2.0.35",
|
||||
"@popperjs/core": "2.11.8",
|
||||
"bootstrap": "5.3.0",
|
||||
"pinia": "2.1.3",
|
||||
"prismjs": "1.29.0",
|
||||
"typed.js": "2.0.15",
|
||||
"vue": "3.2.47",
|
||||
"typed.js": "2.0.16",
|
||||
"vue": "3.3.4",
|
||||
"vue-clipboard3": "2.0.0",
|
||||
"vue-count-to": "1.0.13",
|
||||
"vue-prism-editor": "2.0.0-alpha.2",
|
||||
"vue-router": "4.1.6"
|
||||
"vue-router": "4.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rushstack/eslint-patch": "1.2.0",
|
||||
"@vitejs/plugin-vue": "4.1.0",
|
||||
"@rushstack/eslint-patch": "1.3.1",
|
||||
"@vitejs/plugin-vue": "4.2.3",
|
||||
"@vue/eslint-config-prettier": "7.1.0",
|
||||
"eslint": "8.39.0",
|
||||
"eslint-plugin-vue": "9.11.0",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-plugin-vue": "9.14.1",
|
||||
"prettier": "2.8.8",
|
||||
"sass": "1.62.0",
|
||||
"sass-loader": "13.2.2",
|
||||
"vite": "4.3.1"
|
||||
"sass": "1.63.4",
|
||||
"sass-loader": "13.3.2",
|
||||
"vite": "4.3.9"
|
||||
}
|
||||
}
|
||||
|
@ -1,11 +1,11 @@
|
||||
<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
|
||||
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
|
||||
* Copyright 2023 Creative Tim (https://www.creative-tim.com)
|
||||
|
||||
Coded by www.creative-tim.com
|
||||
|
||||
|
@ -17447,7 +17447,7 @@ fieldset:disabled .btn {
|
||||
=========================================================
|
||||
|
||||
* 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
|
||||
|
||||
@ -17463,7 +17463,7 @@ fieldset:disabled .btn {
|
||||
=========================================================
|
||||
|
||||
* 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)
|
||||
|
||||
* Coded by www.creative-tim.com
|
||||
|
File diff suppressed because one or more lines are too long
4
src/assets/css/material-kit-pro.min.css
vendored
4
src/assets/css/material-kit-pro.min.css
vendored
@ -16012,7 +16012,7 @@ fieldset:disabled .btn {
|
||||
=========================================================
|
||||
|
||||
* 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
|
||||
|
||||
@ -16028,7 +16028,7 @@ fieldset:disabled .btn {
|
||||
=========================================================
|
||||
|
||||
* 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)
|
||||
|
||||
* Coded by www.creative-tim.com
|
||||
|
@ -3,7 +3,7 @@
|
||||
// =========================================================
|
||||
//
|
||||
// * 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
|
||||
//
|
||||
|
@ -5,7 +5,7 @@
|
||||
=========================================================
|
||||
|
||||
* 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)
|
||||
|
||||
* Coded by www.creative-tim.com
|
||||
|
Loading…
x
Reference in New Issue
Block a user