Skip to content

Commit

Permalink
fix editor error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Nov 17, 2024
1 parent affa9f8 commit 62ff028
Show file tree
Hide file tree
Showing 2 changed files with 1,670 additions and 1,425 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
"d3-shape": "2"
},
"dependencies": {
"@ant-design/charts": "^2.2.1",
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/charts": "^2.2.3",
"@ant-design/cssinjs": "^1.22.0",
"@ant-design/icons": "^5.5.1",
"@ant-design/pro-components": "^2.8.1",
"@ant-design/pro-components": "^2.8.2",
"@babel/runtime": "^7.26.0",
"@types/classnames": "^2.3.4",
"@types/uuid": "^10.0.0",
"@vitest/coverage-istanbul": "^2.1.4",
"antd": "^5.21.6",
"@vitest/coverage-istanbul": "^2.1.5",
"antd": "^5.22.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"diacritics": "^1.3.0",
"dumi-theme-antd-style": "^0.31.1",
"framer-motion": "^11.11.10",
"framer-motion": "^11.11.17",
"glob": "^11.0.0",
"is-hotkey": "^0.2.0",
"json5": "^2.2.3",
Expand All @@ -76,7 +76,7 @@
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"rxjs": "^7.8.1",
"shiki": "^1.22.2",
"shiki": "^1.23.0",
"slash2": "^2.0.0",
"slate": "^0.103.0",
"slate-history": "^0.100.0",
Expand All @@ -87,15 +87,15 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/jest-dom": "^6.6.3",
"@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.12",
"@types/react-dom": "^18.3.1",
"@types/react-resizable": "^3.0.8",
"@umijs/lint": "^4.3.28",
"@umijs/lint": "^4.3.34",
"@vitejs/plugin-react": "^4.3.3",
"dumi": "^2.4.13",
"eslint": "^8.57.1",
Expand All @@ -111,7 +111,7 @@
"react-dom": "^18.3.1",
"stylelint": "^14.16.1",
"typescript": "^5.6.3",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
},
"peerDependencies": {
"react": ">=16.9.0",
Expand Down
Loading

1 comment on commit 62ff028

@vercel
Copy link

@vercel vercel bot commented on 62ff028 Nov 17, 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.