Skip to content

Commit

Permalink
修复弹框问题和任务列表
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Oct 30, 2024
1 parent f2f31a7 commit 32488ac
Show file tree
Hide file tree
Showing 2 changed files with 11,791 additions and 8,123 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@
"@ant-design/charts": "^2.2.1",
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.8.0",
"@babel/runtime": "^7.25.7",
"@types/classnames": "^2.3.1",
"@ant-design/pro-components": "^2.8.1",
"@babel/runtime": "^7.26.0",
"@types/classnames": "^2.3.4",
"@types/uuid": "^10.0.0",
"@vitest/coverage-istanbul": "^2.1.4",
"antd": "^5.21.4",
"antd": "^5.21.6",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"diacritics": "^1.3.0",
"dumi-theme-antd-style": "^0.31.1",
"framer-motion": "^11.11.9",
"framer-motion": "^11.11.10",
"glob": "^11.0.0",
"is-hotkey": "^0.2.0",
"json5": "^2.2.3",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.0.7",
"nanoid": "^5.0.7",
"nanoid": "^5.0.8",
"partial-json-parser": "^1.2.2",
"querystring": "^0.2.1",
"react-resizable": "^3.0.5",
Expand All @@ -74,7 +74,7 @@
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"rxjs": "^7.8.1",
"shiki": "^1.22.0",
"shiki": "^1.22.2",
"slash2": "^2.0.0",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
Expand All @@ -85,19 +85,19 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.1",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/diacritics": "^1.3.3",
"@types/is-hotkey": "^0.1.10",
"@types/mdast": "^4.0.4",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-resizable": "^3.0.8",
"@umijs/lint": "^4.3.27",
"@vitejs/plugin-react": "^4.3.2",
"@umijs/lint": "^4.3.28",
"@vitejs/plugin-react": "^4.3.3",
"dumi": "^2.4.13",
"eslint": "^8.57.1",
"father": "^4.5.0",
"father": "^4.5.1",
"html2pdf.js": "^0.10.2",
"husky": "^8.0.3",
"jsdom": "^25.0.1",
Expand All @@ -109,7 +109,7 @@
"react-dom": "^18.3.1",
"stylelint": "^14.16.1",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"vitest": "^2.1.4"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Loading

1 comment on commit 32488ac

@vercel
Copy link

@vercel vercel bot commented on 32488ac Oct 30, 2024

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.