Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EmeraldCoder committed Mar 2, 2024
1 parent 87c24e0 commit 9f90196
Show file tree
Hide file tree
Showing 4 changed files with 851 additions and 730 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x

- name: Install Yarn
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x

- name: Install Yarn
run: |
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
"vue": "^3.2.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-promise": "^5.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-vue": "^8.2.0",
"vite": "^5.0.0",
"vitest": "^0.34.0",
"vitest": "^1.0.0",
"vite-plugin-html": "^3.0.0"
}
}
Loading

0 comments on commit 9f90196

Please sign in to comment.