Skip to content

Commit

Permalink
Merge pull request #110 from PabloLec/develop
Browse files Browse the repository at this point in the history
1.1.6
  • Loading branch information
PabloLec authored Mar 3, 2023
2 parents 69f1ea5 + 11687ef commit f968f6d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install typescript vue-tsc vite -g && pnpm install
run: pnpm install typescript vue-tsc vite -g && pnpm install --no-frozen-lockfile

- name: Run Frontend build
run: vue-tsc --noEmit && vite build
Expand Down
6 changes: 3 additions & 3 deletions src/main/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"dependencies": {
"autoprefixer": "10.4.13",
"postcss": "8.4.21",
"swiper": "8.4.7",
"swiper": "9.1.0",
"tailwindcss": "3.2.7",
"vue": "3.2.47",
"vue-final-modal": "4.0.4",
"vue-final-modal": "4.0.9",
"vue-router": "4.1.6",
"vue3-easy-data-table": "1.5.34"
},
"devDependencies": {
"@vitejs/plugin-vue": "3.2.0",
"typescript": "4.9.5",
"vite": "3.2.5",
"vue-tsc": "1.1.2"
"vue-tsc": "1.2.0"
}
}
68 changes: 30 additions & 38 deletions src/main/vue/pnpm-lock.yaml

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

0 comments on commit f968f6d

Please sign in to comment.