Skip to content

Commit

Permalink
fix package deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Polectron committed Aug 17, 2022
1 parent e397af3 commit 6cd157a
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 88 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:

- name: Install Dependencies
run: |
sudo apt update
npm install -g @quasar/cli
cd app
npm install --include=dev
Expand Down
56 changes: 52 additions & 4 deletions app/package-lock.json

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

6 changes: 4 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"@quasar/extras": "^1.0.0",
"quasar": "^2.6.0",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
"vue-router": "^4.0.0",
"project-name-generator": "^2.1.9"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.10.0",
Expand All @@ -30,7 +31,8 @@
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@quasar/app-vite": "^1.0.0",
"autoprefixer": "^10.4.2",
"typescript": "^4.5.4"
"typescript": "^4.5.4",
"@types/project-name-generator": "^2.1.1"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
Expand Down
73 changes: 0 additions & 73 deletions package-lock.json

This file was deleted.

8 changes: 0 additions & 8 deletions package.json

This file was deleted.

0 comments on commit 6cd157a

Please sign in to comment.