Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Mar 10, 2021
1 parent ab69fff commit 29ac497
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
3 changes: 3 additions & 0 deletions config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export default defineConfig({
baseNavigator: true,
libraryName: '@alitajs/antd-plus'
},
webpack5: {
lazyCompilation: {},
},
consoleVersion: {
projectName: 'admin-template'
},
Expand Down
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,26 +19,27 @@
"lint:commit": "walrus commitlint --env HUSKY_GIT_PARAMS"
},
"dependencies": {
"@alitajs/antd-plus": "^2.4.1",
"@ant-design/icons": "^4.3.0",
"@ant-design/pro-card": "^1.5.1",
"@ant-design/pro-layout": "^6.5.15",
"@ant-design/pro-table": "^2.11.4",
"@formily/antd": "^1.3.8",
"@formily/antd-components": "^1.3.8",
"@pansy/hooks": "^2.2.0",
"@alitajs/antd-plus": "^2.5.0",
"@ant-design/icons": "^4.5.0",
"@ant-design/pro-card": "^1.10.6",
"@ant-design/pro-layout": "^6.15.0",
"@ant-design/pro-table": "^2.30.4",
"@formily/antd": "^1.3.12",
"@formily/antd-components": "^1.3.12",
"@pansy/hooks": "^2.3.0",
"@pansy/policy": "^0.5.0",
"@pansy/react-amap": "1.0.0-beta.2",
"@pansy/react-charts": "^1.0.0",
"@pansy/react-watermark": "^2.1.0",
"antd": "^4.7.3",
"antd": "^4.13.1",
"classnames": "^2.2.6",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet-async": "^1.0.7",
"react-helmet-async": "^1.0.9",
"styled-components": "^5.2.1",
"umi": "^3.2.28",
"umi": "^3.4.0",
"umi-request": "^1.3.5",
"use-merge-value": "^1.0.2"
},
Expand All @@ -47,17 +48,17 @@
"@alitajs/umi-plugin-console-version": "^0.4.0",
"@alitajs/umi-preset-react": "^0.3.0",
"@types/classnames": "^2.2.11",
"@types/numeral": "^0.0.28",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/styled-components": "^5.1.4",
"@types/numeral": "^2.0.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "^5.1.7",
"@walrus/cli": "^1.3.4",
"@walrus/plugin-release": "^1.9.1",
"@walrus/preset-lint": "^1.1.7",
"better-mock": "^0.3.0",
"cross-env": "^7.0.2",
"husky": "^4.3.0",
"typescript": "^4.1.2"
"@walrus/plugin-release": "^1.12.1",
"@walrus/preset-lint": "^1.1.8",
"better-mock": "^0.3.1",
"cross-env": "^7.0.3",
"husky": "^5.1.3",
"typescript": "^4.2.3"
},
"husky": {
"hooks": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"outDir": "build/dist",
"outDir": "dist",
"module": "esnext",
"target": "esnext",
"lib": ["esnext", "dom"],
Expand Down

0 comments on commit 29ac497

Please sign in to comment.