Skip to content

Commit e1c0451

Browse files
committed
chore: bump package version and update bundlesize limit
1 parent 8af7a46 commit e1c0451

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: bundlesize.config.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"files": [
33
{
44
"path": "./dist/react-tooltip.cjs.min.js",
5-
"maxSize": "13.5 kB"
5+
"maxSize": "14 kB"
66
},
77
{
88
"path": "./dist/react-tooltip.esm.min.js",
9-
"maxSize": "13.5 kB"
9+
"maxSize": "14 kB"
1010
},
1111
{
1212
"path": "./dist/react-tooltip.umd.min.js",
13-
"maxSize": "13.5 kB"
13+
"maxSize": "14 kB"
1414
}
1515
]
1616
}

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "5.7.3",
3+
"version": "5.7.4",
44
"description": "react tooltip component",
55
"scripts": {
66
"dev": "node ./cli.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",

0 commit comments

Comments
 (0)