Skip to content

Commit dc2cc85

Browse files
committed
feat: upgrade for Vite 2.0
1 parent e79de12 commit dc2cc85

File tree

3 files changed

+174
-94
lines changed

3 files changed

+174
-94
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@vue/compiler-sfc": "^3.0.5",
1616
"cross-env": "^7.0.3",
1717
"typescript": "^4.1.5",
18-
"vite": "^2.0.0-beta.69",
18+
"vite": "^2.0.0",
1919
"vite-plugin-components": "workspace:*",
2020
"vite-plugin-md": "^0.4.2"
2121
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"@antfu/eslint-config": "^0.4.3",
3838
"@types/debug": "^4.1.5",
3939
"@types/minimatch": "^3.0.3",
40-
"@types/node": "^14.14.27",
41-
"@typescript-eslint/eslint-plugin": "^4.15.0",
42-
"eslint": "^7.19.0",
43-
"rollup": "^2.38.5",
40+
"@types/node": "^14.14.28",
41+
"@typescript-eslint/eslint-plugin": "^4.15.1",
42+
"eslint": "^7.20.0",
43+
"rollup": "^2.39.0",
4444
"standard-version": "^9.1.0",
4545
"tsup": "^3.12.1",
4646
"typescript": "^4.1.5",
47-
"vite": "^2.0.0-beta.69"
47+
"vite": "^2.0.0"
4848
}
4949
}

0 commit comments

Comments
 (0)