Skip to content

Commit

Permalink
fix(vue):fix vite [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
guocaoyi committed Oct 11, 2023
1 parent 122082b commit e5f5c29
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-chrome-ext",
"version": "0.8.10",
"version": "0.8.11",
"type": "module",
"description": "Scaffolding your chrome extension, multiple boilerplates supported!",
"author": "yalda",
Expand Down
6 changes: 3 additions & 3 deletions template-vue-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@vitejs/plugin-vue": "^2.3.3",
"prettier": "^2.7.1",
"vite": "^3.2.7"
"@vitejs/plugin-vue": "^4.4.0",
"prettier": "^3.0.3",
"vite": "^4.4.11"
}
}
6 changes: 3 additions & 3 deletions template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@types/chrome": "^0.0.246",
"@vitejs/plugin-vue": "^4.4.0",
"prettier": "^2.7.1",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^3.2.7",
"vue-tsc": "^0.38.2"
"vite": "^4.4.11",
"vue-tsc": "^1.8.18"
}
}

0 comments on commit e5f5c29

Please sign in to comment.