Skip to content

Commit bbc8c1a

Browse files
committed
chore: upgrade vite to v3
1 parent 1e78c49 commit bbc8c1a

File tree

5 files changed

+622
-604
lines changed

5 files changed

+622
-604
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: '14'
16+
node-version: '16'
1717
cache: 'yarn'
1818

1919
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-node@v2
2020
with:
21-
node-version: '14'
21+
node-version: '16'
2222
cache: 'yarn'
2323
registry-url: https://registry.npmjs.org/
2424
- run: yarn install

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: '14'
16+
node-version: '16'
1717
cache: 'yarn'
1818

1919
- name: Install dependencies

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@codemirror/language": "6.x",
5151
"@codemirror/state": "6.x",
5252
"@codemirror/view": "6.x",
53-
"csstype": "^2.6.8"
53+
"csstype": "^3.1.0"
5454
},
5555
"devDependencies": {
5656
"codemirror": "6.x",
@@ -69,20 +69,20 @@
6969
"@codemirror/legacy-modes": "^6.0.0",
7070
"@codemirror/theme-one-dark": "^6.0.0",
7171
"@surmon-china/libundler": "^2.3.0",
72-
"@typescript-eslint/eslint-plugin": "^5.9.1",
73-
"@typescript-eslint/parser": "^5.9.1",
74-
"@vitejs/plugin-vue": "^2.2.0",
75-
"@vue/test-utils": "^2.0.0-rc.21",
76-
"c8": "^7.11.2",
77-
"eslint": "^8.7.0",
72+
"@typescript-eslint/eslint-plugin": "^5.30.7",
73+
"@typescript-eslint/parser": "^5.30.7",
74+
"@vitejs/plugin-vue": "^3.0.0",
75+
"@vue/test-utils": "^2.0.0",
76+
"c8": "^7.12.0",
77+
"eslint": "^8.20.0",
7878
"eslint-config-prettier": "^8.5.0",
79-
"eslint-plugin-prettier": "^4.0.0",
80-
"jsdom": "^19.0.0",
81-
"prettier": "^2.6.1",
82-
"sass": "^1.49.9",
83-
"typescript": "^4.5.4",
84-
"vite": "^2.9.8",
85-
"vitest": "^0.11.0",
79+
"eslint-plugin-prettier": "^4.2.0",
80+
"jsdom": "^20.0.0",
81+
"prettier": "^2.7.0",
82+
"sass": "^1.53.0",
83+
"typescript": "^4.7.0",
84+
"vite": "^3.0.0",
85+
"vitest": "^0.18.1",
8686
"vue": "^3.2.31"
8787
}
8888
}

0 commit comments

Comments
 (0)