Skip to content

Commit

Permalink
chore: bump antd-tools version (#46103)
Browse files Browse the repository at this point in the history
* chore: bump antd-tools version

* chore: bump
  • Loading branch information
MadCcc committed Nov 27, 2023
1 parent 222ed13 commit 0e360ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dumi/theme/builtins/Previewer/CodePreviewer.tsx
Expand Up @@ -255,7 +255,7 @@ const CodePreviewer: React.FC<AntdPreviewerProps> = (props) => {
'react@18/umd/react.development.js',
'react-dom@18/umd/react-dom.development.js',
'dayjs@1/dayjs.min.js',
`antd@${pkg.version}/dist/antd-with-locales.js`,
`antd@${pkg.version}/dist/antd-with-locales.min.js`,
`@ant-design/icons/dist/index.umd.js`,
'react-router-dom/dist/umd/react-router-dom.production.min.js',
'react-router/dist/umd/react-router.production.min.js',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -164,7 +164,7 @@
"devDependencies": {
"@ant-design/compatible": "^5.1.2",
"@ant-design/happy-work-theme": "^1.0.0",
"@ant-design/tools": "^18.0.0",
"@ant-design/tools": "^18.0.2",
"@antv/g6": "^4.8.13",
"@argos-ci/core": "^1.0.0",
"@babel/eslint-plugin": "^7.19.1",
Expand Down

0 comments on commit 0e360ed

Please sign in to comment.