Skip to content

Commit

Permalink
🐛 fix: test snapshot udpate (#53)
Browse files Browse the repository at this point in the history
* 🐛 fix: test snapshot udpate

* 🐛 fix: MappingAlgorithm no longer exported

* 📸 build: update snapshot

* 🎉 fix: MappingAlgorithm type position
  • Loading branch information
rdmclin2 committed Aug 1, 2023
1 parent ea4ad31 commit 985c630
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 148 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
]
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@ant-design/pro-components": "^2.6.7",
"@ant-design/icons": "^5.2.1",
"@ant-design/pro-components": "^2.6.10",
"@antv/dw-random": "^1.1.7",
"@babel/runtime": "^7.22.6",
"@dnd-kit/core": "^6.0.8",
Expand All @@ -70,7 +70,7 @@
"@faker-js/faker": "^7.6.0",
"@floating-ui/react": "^0.24.8",
"@handsontable/react": "^12.4.0",
"@mui/material": "^5.14.1",
"@mui/material": "^5.14.2",
"@textea/json-viewer": "^3.1.1",
"ahooks": "^3.7.8",
"classnames": "^2.3.2",
Expand Down Expand Up @@ -111,7 +111,7 @@
"umi-request": "^1.4.0",
"use-merge-value": "^1.2.0",
"yjs": "^13.6.7",
"zustand": "^4.3.9",
"zustand": "^4.4.0",
"zustand-middleware-yjs": "^1.3.1",
"zustand-utils": "^1.3.0"
},
Expand All @@ -122,20 +122,20 @@
"@testing-library/user-event": "^14.4.3",
"@types/color": "^3.0.3",
"@types/json-schema": "^7.0.12",
"@types/react": "^18.2.15",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@umijs/lint": "^4.0.72",
"@umijs/lint": "^4.0.73",
"@vitest/coverage-v8": "latest",
"antd": "^5.7.2",
"antd": "^5.8.0",
"antd-style": "^3.4.3",
"babel-plugin-antd-style": "^1.0.4",
"commitlint": "^17.6.7",
"commitlint-config-gitmoji": "^2.3.1",
"conventional-changelog-gitmoji-config": "^1.5.2",
"dumi": "^2.2.1",
"dumi": "^2.2.4",
"dumi-theme-antd-style": "latest",
"eslint": "^8.45.0",
"father": "^4.2.3",
"eslint": "^8.46.0",
"father": "^4.3.0",
"gh-pages": "^5.0.0",
"glob": "^10.3.3",
"husky": "^8.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/theme/themes/darkAlgorithm.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { theme } from 'antd';
import type { MappingAlgorithm } from 'antd/es/config-provider/context';
import type { MappingAlgorithm } from 'antd/es/theme/interface';

/**
* studio 暗色模式下算法
Expand Down
Loading

0 comments on commit 985c630

Please sign in to comment.