chore: upgrade dumi@2.x (#148)

* chore(deps): upgrade dumi@2.x

* chore: update

* chore: update config file

* docs: update

* docs: update docs

* docs: update

* chore: update

* chore: update

* chore: remore debug link

* chore: update global.less
This commit is contained in:
Wuxh
2023-03-06 13:12:09 +08:00
committed by GitHub
parent 596892f346
commit ecbe084012
25 changed files with 5547 additions and 1852 deletions

View File

@@ -14,7 +14,8 @@
"docs:build": "APP_ROOT=web dumi build",
"docs-dev:build": "APP_ROOT=web UMI_ENV=dev dumi build",
"docs:deploy": "gh-pages -d docs-dist",
"deploy": "npm run docs:build && npm run docs:deploy",
"docs:preview": "PREVIEW=true npm run docs:build",
"gh-pages": "npm run docs:build && npm run docs:deploy",
"format": "prettier --write **/*.ts **/*/*.ts",
"format-check": "prettier --check **/*.ts **/*/*.ts",
"lint": "eslint src/*.ts src/*/*.ts",
@@ -47,7 +48,7 @@
"@vercel/ncc": "0.34.0",
"chalk": "^4.1.2",
"common-tags": "^1.8.2",
"dumi": "^1.1.26",
"dumi": "^2.1.14",
"eslint": "^7.18.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-simple-import-sort": "^7.0.0",