Skip to content

Commit

Permalink
refactor: making vue a devDependency
Browse files Browse the repository at this point in the history
as I can't identify a reason why it would need to be a Dependency.
  • Loading branch information
mfranzke committed Oct 16, 2024
1 parent 554f2c3 commit ad6b54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions output/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,14 @@
"postbuild": "npm-run-all -p mv:*",
"test:components": "playwright test -c playwright.config.ts"
},
"dependencies": {
"vue": "^3.5.12"
},
"devDependencies": {
"@playwright/experimental-ct-vue": "1.47.2",
"@vitejs/plugin-vue": "^5.1.4",
"replace-in-file": "^8.2.0",
"tsx": "^4.19.1",
"typescript": "^5.4.5",
"vite": "^5.4.9",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6"
},
"publishConfig": {
Expand Down
6 changes: 2 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ad6b54c

Please sign in to comment.