Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Dec 31, 2023
1 parent 7f89ba1 commit 4b92740
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 479 deletions.
1 change: 0 additions & 1 deletion components/PostsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ function tagOnly(tag, ev) {
tag,
state: Object.entries(unref(tagsStatus)),
};
console.log(tagOnlyState);
Object.keys(tagsStatus).forEach((t) => {
tagsStatus[t] = t === tag;
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"lint": "eslint --ext .js,.vue,.md ./"
},
"dependencies": {
"@vueuse/core": "^10.7.0",
"vue": "^3.3.11"
"@vueuse/core": "^10.7.1",
"vue": "^3.4.3"
},
"devDependencies": {
"@vue/eslint-config-airbnb": "^7.0.1",
"eslint": "^8.55.0",
"@vue/eslint-config-airbnb": "^8.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-vue": "^9.19.2",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"sass": "^1.69.6",
"vite-plugin-vitepress-demo": "^2.2.1",
"vitepress": "1.0.0-rc.31"
"vitepress": "1.0.0-rc.34"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit 4b92740

Please sign in to comment.