Skip to content

Commit

Permalink
Merge pull request #7 from Applelo/dev
Browse files Browse the repository at this point in the history
Version 1.1.3
  • Loading branch information
Applelo authored Sep 14, 2023
2 parents 4b94e57 + 97304b4 commit ce5028e
Show file tree
Hide file tree
Showing 5 changed files with 676 additions and 670 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
cypress:
runs-on: ubuntu-latest
name: 'Cypress: node-16, ubuntu-latest'
name: 'Cypress: node-18, ubuntu-latest'

steps:
- uses: actions/checkout@v3
Expand All @@ -21,7 +21,7 @@ jobs:
with:
version: 8

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: 18
Expand All @@ -44,7 +44,7 @@ jobs:

lint:
runs-on: ubuntu-latest
name: 'Lint: node-16, ubuntu-latest'
name: 'Lint: node-18, ubuntu-latest'

steps:
- uses: actions/checkout@v3
Expand All @@ -55,7 +55,7 @@ jobs:
with:
version: 8

- name: Set node version to 16
- name: Set node version to 18
uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vue-tsc": "^1.8.8"
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
}
}
Loading

0 comments on commit ce5028e

Please sign in to comment.