mirror of
https://github.com/creativetimofficial/vue-material-kit.git
synced 2025-05-24 05:24:21 +08:00
update dependencies & devDependencies
This commit is contained in:
parent
89e9116917
commit
d0ed21f08e
@ -1,5 +1,9 @@
|
|||||||
# Change Logs
|
# Change Logs
|
||||||
|
|
||||||
|
## [2.0.1] 2023-04-25
|
||||||
|
|
||||||
|
- Update dependencies & devDependencies
|
||||||
|
|
||||||
## [2.0.0] 2022-08-19
|
## [2.0.0] 2022-08-19
|
||||||
|
|
||||||
- Update the dependencies
|
- Update the dependencies
|
||||||
|
37
package.json
37
package.json
@ -1,33 +1,34 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-material-kit-2",
|
"name": "vue-material-kit-2",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview --port 4173",
|
"preview": "vite preview --port 4173",
|
||||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
"lint": "eslint . --ext .vue,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
||||||
|
"prettify": "prettier --write ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@popperjs/core": "2.11.5",
|
"@popperjs/core": "2.11.7",
|
||||||
"bootstrap": "5.1.3",
|
"bootstrap": "5.2.3",
|
||||||
"pinia": "2.0.14",
|
"pinia": "2.0.35",
|
||||||
"prismjs": "1.28.0",
|
"prismjs": "1.29.0",
|
||||||
"typed.js": "2.0.12",
|
"typed.js": "2.0.15",
|
||||||
"vue": "3.2.36",
|
"vue": "3.2.47",
|
||||||
"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.0.15"
|
"vue-router": "4.1.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@rushstack/eslint-patch": "1.1.0",
|
"@rushstack/eslint-patch": "1.2.0",
|
||||||
"@vitejs/plugin-vue": "2.3.3",
|
"@vitejs/plugin-vue": "4.1.0",
|
||||||
"@vue/eslint-config-prettier": "7.0.0",
|
"@vue/eslint-config-prettier": "7.1.0",
|
||||||
"eslint": "8.19.0",
|
"eslint": "8.39.0",
|
||||||
"eslint-plugin-vue": "9.0.0",
|
"eslint-plugin-vue": "9.11.0",
|
||||||
"prettier": "2.5.1",
|
"prettier": "2.8.8",
|
||||||
"sass": "1.52.3",
|
"sass": "1.62.0",
|
||||||
"sass-loader": "13.0.0",
|
"sass-loader": "13.2.2",
|
||||||
"vite": "2.9.9"
|
"vite": "4.3.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user