diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a163b..6f3a2a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Logs +## [2.0.1] 2023-04-25 + +- Update dependencies & devDependencies + ## [2.0.0] 2022-08-19 - Update the dependencies diff --git a/package.json b/package.json index a63c0e8..3f45627 100644 --- a/package.json +++ b/package.json @@ -1,33 +1,34 @@ { "name": "vue-material-kit-2", - "version": "2.0.0", + "version": "2.0.1", "scripts": { "dev": "vite", "build": "vite build", "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": { - "@popperjs/core": "2.11.5", - "bootstrap": "5.1.3", - "pinia": "2.0.14", - "prismjs": "1.28.0", - "typed.js": "2.0.12", - "vue": "3.2.36", + "@popperjs/core": "2.11.7", + "bootstrap": "5.2.3", + "pinia": "2.0.35", + "prismjs": "1.29.0", + "typed.js": "2.0.15", + "vue": "3.2.47", "vue-clipboard3": "2.0.0", "vue-count-to": "1.0.13", "vue-prism-editor": "2.0.0-alpha.2", - "vue-router": "4.0.15" + "vue-router": "4.1.6" }, "devDependencies": { - "@rushstack/eslint-patch": "1.1.0", - "@vitejs/plugin-vue": "2.3.3", - "@vue/eslint-config-prettier": "7.0.0", - "eslint": "8.19.0", - "eslint-plugin-vue": "9.0.0", - "prettier": "2.5.1", - "sass": "1.52.3", - "sass-loader": "13.0.0", - "vite": "2.9.9" + "@rushstack/eslint-patch": "1.2.0", + "@vitejs/plugin-vue": "4.1.0", + "@vue/eslint-config-prettier": "7.1.0", + "eslint": "8.39.0", + "eslint-plugin-vue": "9.11.0", + "prettier": "2.8.8", + "sass": "1.62.0", + "sass-loader": "13.2.2", + "vite": "4.3.1" } }