Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0140454 committed Sep 11, 2024
1 parent 58ee06b commit 20b3ac5
Show file tree
Hide file tree
Showing 3 changed files with 380 additions and 304 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '18'
- name: Install dependencies
run: |
if ! yarn install; then
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"http-z": "^7.0.0",
"pinia": "^2.1.7",
"vue": "^3.4.19",
"vuetify": "^3.5.6"
"vuetify": "^3.7.1"
},
"devDependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
Expand All @@ -51,10 +51,10 @@
"prettier": "^3.2.5",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-vuetify": "^2.0.1",
"vite": "^5.4.4",
"vite-plugin-vuetify": "^2.0.4",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-tsc": "^1.8.27",
"vue-tsc": "^2.1.6",
"webextension-polyfill": "^0.10.0",
"yarn-upgrade-all": "^0.7.2"
},
Expand Down
Loading

0 comments on commit 20b3ac5

Please sign in to comment.