-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
142 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ | |
"lint-staged": "13.0.3", | ||
"postcss": "8.4.16", | ||
"prettier": "2.7.1", | ||
"sass": "1.54.4", | ||
"sass": "1.54.5", | ||
"sort-package-json": "1.57.0", | ||
"stylelint": "14.10.0", | ||
"stylelint-config-prettier": "9.0.3", | ||
|
@@ -71,8 +71,8 @@ | |
"stylelint-order": "5.0.0", | ||
"typescript": "4.7.4", | ||
"vercel": "28.1.0", | ||
"vite": "3.0.8", | ||
"vitest": "0.22.0" | ||
"vite": "3.0.9", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
"vitest": "0.22.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"apidoc": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"author": "lizheming <[email protected]>", | ||
"dependencies": { | ||
"@cloudbase/node-sdk": "2.9.1", | ||
"@koa/cors": "3.3.0", | ||
"@koa/cors": "3.4.1", | ||
"akismet": "2.0.7", | ||
"deta": "1.1.0", | ||
"dompurify": "2.3.10", | ||
|
Oops, something went wrong.
暂时先使用 vite 2,这里我已经降一回了,vuepress2 对 vite3 的支持被一个 issue block 住了,我和 meteorlxy 目前仍在着手解决这个问题。