|
15 | 15 | "scripts": {
|
16 | 16 | "nc-u": "npx npm-check --registry=http://npm.taobao.org/ -u",
|
17 | 17 | "commit": "git-cz",
|
18 |
| - "start": "cross-env UMI_UI=1 umi dev", |
| 18 | + "start": "cross-env umi dev", |
19 | 19 | "analyze": "cross-env UMI_ENV=prod ANALYZE=1 umi build",
|
20 | 20 | "build": "cross-env UMI_ENV=prod MOCK=none umi build",
|
21 | 21 | "test": "jest --passWithNoTests --detectOpenHandles --watch",
|
|
46 | 46 | ]
|
47 | 47 | },
|
48 | 48 | "dependencies": {
|
49 |
| - "@ant-design/icons": "^4.3.0", |
50 |
| - "@ant-design/pro-form": "^1.15.1", |
51 |
| - "@ant-design/pro-layout": "^6.10.9", |
52 |
| - "@ant-design/pro-table": "^2.25.1", |
53 |
| - "@sentry/react": "^6.0.1", |
54 |
| - "@sentry/tracing": "^6.0.1", |
55 |
| - "ahooks": "^2.9.4", |
56 |
| - "antd": "^4.10.2", |
| 49 | + "@ant-design/pro-form": "^1.18.1", |
| 50 | + "@ant-design/pro-layout": "^6.5.0", |
| 51 | + "@umijs/preset-react": "1.x", |
57 | 52 | "classnames": "^2.2.6",
|
58 |
| - "dayjs": "^1.10.3", |
59 |
| - "immer": "^8.0.0", |
60 |
| - "lodash-es": "^4.17.20", |
61 |
| - "lscache": "^1.3.0", |
62 |
| - "normalize.css": "^8.0.1", |
63 | 53 | "react": "^17.0.1",
|
64 | 54 | "react-dom": "^17.0.1",
|
65 |
| - "swr": "^0.4.0", |
66 |
| - "umi": "^3.3.4", |
67 |
| - "use-immer": "^0.4.2" |
| 55 | + "umi": "^3.4.2" |
68 | 56 | },
|
69 | 57 | "devDependencies": {
|
70 |
| - "@babel/core": "^7.12.10", |
71 |
| - "@babel/preset-env": "^7.12.11", |
72 |
| - "@babel/preset-react": "^7.12.10", |
73 |
| - "@babel/preset-typescript": "^7.12.7", |
74 |
| - "@commitlint/cli": "^11.0.0", |
75 |
| - "@commitlint/config-conventional": "^11.0.0", |
76 |
| - "@sentry/webpack-plugin": "^1.14.0", |
| 58 | + "@commitlint/cli": "^12.0.1", |
| 59 | + "@commitlint/config-conventional": "^12.0.1", |
77 | 60 | "@testing-library/jest-dom": "^5.11.9",
|
78 |
| - "@testing-library/react": "^11.2.3", |
79 |
| - "@testing-library/react-hooks": "^5.0.0", |
| 61 | + "@testing-library/react": "^11.2.5", |
| 62 | + "@testing-library/react-hooks": "^5.1.0", |
80 | 63 | "@types/classnames": "^2.2.11",
|
81 | 64 | "@types/jest": "^26.0.20",
|
82 |
| - "@types/lodash-es": "^4.17.4", |
83 |
| - "@types/lscache": "^1.3.0", |
84 |
| - "@types/react": "^17.0.0", |
85 |
| - "@types/react-dom": "^17.0.0", |
86 |
| - "@umijs/fabric": "^2.4.11", |
| 65 | + "@types/react": "^17.0.3", |
| 66 | + "@types/react-dom": "^17.0.2", |
87 | 67 | "@umijs/plugin-esbuild": "^1.1.0",
|
88 |
| - "@umijs/preset-react": "^1.7.9", |
89 |
| - "@umijs/preset-ui": "^2.2.9", |
90 |
| - "antd-dayjs-webpack-plugin": "^1.0.4", |
91 |
| - "babel-eslint": "^10.1.0", |
92 |
| - "babel-jest": "^26.6.3", |
93 |
| - "commitizen": "^4.2.1", |
| 68 | + "antd-dayjs-webpack-plugin": "^1.0.6", |
| 69 | + "commitizen": "^4.2.3", |
94 | 70 | "conventional-changelog-cli": "^2.1.0",
|
95 | 71 | "conventional-changelog-custom-config": "^0.3.1",
|
96 | 72 | "cross-env": "^7.0.3",
|
97 | 73 | "cz-customizable": "^6.3.0",
|
98 |
| - "eslint-plugin-react": "^7.22.0", |
99 |
| - "husky": "^4.3.7", |
| 74 | + "husky": "^5.1.3", |
100 | 75 | "jest": "^26.6.3",
|
101 | 76 | "jest-fetch-mock": "^3.0.3",
|
102 |
| - "jest-localstorage-mock": "^2.4.6", |
103 |
| - "lint-staged": "^10.5.3", |
| 77 | + "jest-localstorage-mock": "^2.4.8", |
| 78 | + "lint-staged": "^10.5.4", |
104 | 79 | "pont-engine": "^1.0.13",
|
105 | 80 | "prettier": "^2.2.1",
|
106 | 81 | "react-test-renderer": "^17.0.1",
|
107 |
| - "regenerator-runtime": "^0.13.7", |
108 |
| - "standard-version": "^9.1.0", |
109 |
| - "stylelint": "^13.8.0", |
110 |
| - "ts-jest": "^26.4.4", |
111 |
| - "typescript": "^4.1.3", |
112 |
| - "umi-plugin-page-creator": "^1.6.1" |
| 82 | + "standard-version": "^9.1.1", |
| 83 | + "stylelint": "^13.12.0", |
| 84 | + "ts-jest": "^26.5.3", |
| 85 | + "typescript": "^4.2.3" |
113 | 86 | },
|
114 | 87 | "engines": {
|
115 | 88 | "node": ">=8.0.0"
|
|
0 commit comments