Skip to content

Commit

Permalink
remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaidr committed Jan 11, 2024
1 parent 002f02c commit 5f18df2
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 136 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"marked": "^11.1.1",
"pinia": "^2.1.7",
"vue": "^3.4.8",
"vue": "^3.4.10",
"vue-router": "^4.2.5"
},
"description": "A Vue 3 + Vite project for building Chrome extensions",
Expand All @@ -17,7 +17,7 @@
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/compiler-sfc": "^3.4.8",
"@vue/compiler-sfc": "^3.4.10",
"@vueuse/core": "^10.7.1",
"autoprefixer": "^10.4.16",
"chrome-types": "^0.1.248",
Expand All @@ -36,7 +36,7 @@
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-router": "^0.7.0",
"vite": "^5.0.11",
"vite-plugin-vue-devtools": "^7.0.7",
"vite-plugin-vue-devtools": "^7.0.8",
"vue-tsc": "^1.8.27",
"webext-bridge": "^6.0.1"
},
Expand Down

0 comments on commit 5f18df2

Please sign in to comment.