Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Mar 7, 2024
1 parent 7971294 commit b14a197
Show file tree
Hide file tree
Showing 7 changed files with 1,173 additions and 2,964 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"devDependencies": {
"@ant-design/antd-theme-variable": "^1.0.0",
"@ant-design/cssinjs": "^1.18.4",
"@ant-design/icons": "^5.3.0",
"@babel/core": "^7.23.9",
"@ant-design/icons": "^5.3.1",
"@babel/core": "^7.24.0",
"@babel/eslint-plugin": "^7.23.5",
"@babel/parser": "^7.23.9",
"@babel/parser": "^7.24.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.23.9",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/traverse": "^7.23.9",
"@babel/traverse": "^7.24.0",
"@emotion/babel-plugin": "^11.11.0",
"@emotion/cache": "^11.11.0",
"@emotion/css": "^11.11.2",
Expand All @@ -75,8 +75,8 @@
"@types/lodash.merge": "^4.6.9",
"@types/mockjs": "^1.0.10",
"@types/node": "^14.18.63",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"@types/react-helmet": "^6.1.11",
"@types/react-responsive": "^8.0.8",
"@types/shallowequal": "^1.1.5",
Expand All @@ -87,10 +87,10 @@
"@umijs/plugin-analytics": "^0.2.4",
"@umijs/test": "^3.5.41",
"@umijs/test-utils": "^3.5.41",
"@umijs/utils": "^4.1.1",
"@umijs/utils": "^4.1.2",
"@vitest/coverage-istanbul": "^0.34.6",
"animated-scroll-to": "^2.3.0",
"antd": "^5.14.1",
"antd": "^5.15.0",
"antd-style": "^3.6.1",
"babel-loader": "^9.1.3",
"babel-types": "^6.26.0",
Expand All @@ -102,13 +102,13 @@
"dumi": "^2.2.17",
"dumi-theme-antd-style": "0.25.1",
"esbuild": "^0.15.18",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-react": "^7.33.2",
"eslint": "^8.57.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^47.0.0",
"execa": "^5.1.1",
"express": "^4.18.2",
"express": "^4.18.3",
"fast-deep-equal": "^3.1.3",
"father": "^4.4.0",
"gh-pages": "^3.2.3",
Expand All @@ -130,15 +130,15 @@
"polished": "^4.3.1",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.10",
"prettier-plugin-packagejson": "^2.4.12",
"pretty-quick": "^3.3.1",
"query-string": "^6.14.1",
"rc-field-form": "^1.41.0",
"rc-field-form": "^1.42.1",
"rc-footer": "^0.6.8",
"rc-resize-observer": "^1.4.0",
"rc-steps": "^6.0.1",
"rc-table": "^7.40.0",
"rc-util": "^5.38.1",
"rc-table": "^7.42.0",
"rc-util": "^5.38.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
Expand All @@ -156,15 +156,15 @@
"timezone-mock": "^1.3.6",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"umi": "^4.1.1",
"umi": "^4.1.2",
"umi-request": "^1.4.0",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"vitest": "^0.34.6",
"write-pkg": "^4.0.0",
"xhr-mock": "^2.5.1",
"yorkie": "^2.0.0",
"zustand": "^4.5.0"
"zustand": "^4.5.2"
},
"gitHooks": {
"pre-commit": "pretty-quick --staged",
Expand Down
Loading

0 comments on commit b14a197

Please sign in to comment.