Skip to content

Commit

Permalink
feat: bump antd-tools (ant-design#45101)
Browse files Browse the repository at this point in the history
Co-authored-by: kiner-tang(文辉) <[email protected]>
  • Loading branch information
afc163 and kiner-tang authored Sep 26, 2023
1 parent 07eb5ba commit 7741957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"devDependencies": {
"@ant-design/compatible": "^5.1.2",
"@ant-design/happy-work-theme": "^1.0.0",
"@ant-design/tools": "^17.3.1",
"@ant-design/tools": "^17.3.2",
"@antv/g6": "^4.8.13",
"@argos-ci/core": "^0.12.0",
"@babel/eslint-plugin": "^7.19.1",
Expand Down Expand Up @@ -237,7 +237,7 @@
"fetch-jsonp": "^1.1.3",
"fs-extra": "^11.0.0",
"gh-pages": "^6.0.0",
"glob": "10.3.6",
"glob": "^10.3.7",
"html2sketch": "^1.0.0",
"http-server": "^14.0.0",
"husky": "^8.0.1",
Expand Down
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"strictNullChecks": true,
"module": "esnext",
"moduleResolution": "node",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react",
Expand All @@ -22,7 +22,8 @@
"target": "es6",
"lib": ["dom", "es2017"],
"skipLibCheck": true,
"stripInternal": true
"stripInternal": true,
"resolvePackageJsonExports": true
},
"include": [".dumirc.ts", "**/*"],
"exclude": ["node_modules", "lib", "es"]
Expand Down

0 comments on commit 7741957

Please sign in to comment.