Skip to content

Commit

Permalink
📦 chore: 更新 umi 依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Mar 16, 2021
1 parent 930ca8d commit 143067c
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 1,286 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -24,8 +24,8 @@
"api:watch": "onchange 'packages/**/src/**/*.ts' -- npx typedoc",
"api:server": "serve apis",
"--------- ": "",
"docs:dev": "dumi dev",
"docs:build": "dumi build",
"docs:dev": "umi dev --dumi",
"docs:build": "umi build --dumi",
"--------- ": "",
"test": "lerna run test",
"test:coverage": "jest --coverage",
Expand Down Expand Up @@ -73,6 +73,7 @@
"@types/react-dom": "^17.0.1",
"@types/uuid": "^8.3.0",
"@umijs/fabric": "^2.2.2",
"@umijs/preset-dumi": "^1.1.9",
"@umijs/preset-react": "1.x",
"@umijs/test": "^3.2.10",
"antd": "^4.14.0",
Expand All @@ -85,7 +86,6 @@
"concurrently": "^5.3.0",
"cross-env": "^7.0.0",
"dpdm": "^3.5.0",
"dumi": "^1.1.0",
"enzyme-to-json": "^3.4.3",
"eslint": "^7.7.0",
"eslint-import-resolver-alias": "^1.1.2",
Expand Down Expand Up @@ -116,7 +116,7 @@
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.20.13",
"typescript": "^4.1.3",
"umi": "^3.0.0",
"umi": "^3.4.2",
"utility-types": "^3.10.0",
"webpack-bundle-analyzer": "^4.1.0",
"webpack-cli": "^3.3.12"
Expand Down

1 comment on commit 143067c

@vercel
Copy link

@vercel vercel bot commented on 143067c Mar 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.