diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3a2a8..765610a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Logs -## [2.0.1] 2023-04-25 +## [2.0.1] 2023-06-14 - Update dependencies & devDependencies diff --git a/package.json b/package.json index 3f45627..34d3165 100644 --- a/package.json +++ b/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" } } diff --git a/src/App.vue b/src/App.vue index ab0ef2b..71f92be 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,11 @@