Skip to content

Commit

Permalink
feat: Tour support horizontal gap (ant-design#44377)
Browse files Browse the repository at this point in the history
* chore: bump @rc-component/tour

* chore: increase size-limit

* chore: increase size-limit
  • Loading branch information
RedJue committed Aug 24, 2023
1 parent a3bd7a7 commit 4321cf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"@ctrl/tinycolor": "^3.6.0",
"@rc-component/color-picker": "~1.4.0",
"@rc-component/mutate-observer": "^1.1.0",
"@rc-component/tour": "~1.9.0",
"@rc-component/tour": "~1.10.0",
"@rc-component/trigger": "^1.15.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
Expand Down Expand Up @@ -318,11 +318,11 @@
"size-limit": [
{
"path": "./dist/antd.min.js",
"limit": "390 KiB"
"limit": "395 KiB"
},
{
"path": "./dist/antd-with-locales.min.js",
"limit": "449 KiB"
"limit": "454 KiB"
}
],
"tnpm": {
Expand All @@ -332,4 +332,4 @@
"*.{ts,tsx,js,jsx}": "rome format --write",
"*.{json,less,md}": "prettier --ignore-unknown --write"
}
}
}

0 comments on commit 4321cf9

Please sign in to comment.