Skip to content

Commit 863ee42

Browse files
committed
add ie11 support
1 parent 8116f88 commit 863ee42

File tree

4 files changed

+322
-314
lines changed

4 files changed

+322
-314
lines changed

.browserslistrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
>0.2%
1+
> 0.25%
22
not dead
3-
not ie <= 11
43
not op_mini all

.size-snapshot.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"dist/cjs/react-popper-tooltip.js": {
3-
"bundled": 13027,
4-
"minified": 7934,
5-
"gzipped": 2253
3+
"bundled": 15639,
4+
"minified": 8815,
5+
"gzipped": 2508
66
},
77
"dist/esm/react-popper-tooltip.js": {
8-
"bundled": 12988,
9-
"minified": 7906,
10-
"gzipped": 2240,
8+
"bundled": 15605,
9+
"minified": 8795,
10+
"gzipped": 2499,
1111
"treeshaked": {
1212
"rollup": {
13-
"code": 187,
14-
"import_statements": 167
13+
"code": 347,
14+
"import_statements": 327
1515
},
1616
"webpack": {
17-
"code": 8553
17+
"code": 9510
1818
}
1919
}
2020
}

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper-tooltip",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"description": "React tooltip library built around react-popper",
55
"homepage": "https://react-popper-tooltip.netlify.com",
66
"repository": {
@@ -64,24 +64,24 @@
6464
"@babel/preset-env": "^7.9.0",
6565
"@babel/preset-react": "^7.9.4",
6666
"@babel/preset-typescript": "^7.9.0",
67-
"@testing-library/react": "^10.0.1",
67+
"@testing-library/react": "^10.0.2",
6868
"@types/jest": "^25.1.4",
69-
"@types/react": "^16.9.26",
70-
"@types/react-dom": "^16.9.5",
71-
"@typescript-eslint/eslint-plugin": "^2.25.0",
72-
"@typescript-eslint/parser": "^2.25.0",
69+
"@types/react": "^16.9.31",
70+
"@types/react-dom": "^16.9.6",
71+
"@typescript-eslint/eslint-plugin": "^2.26.0",
72+
"@typescript-eslint/parser": "^2.26.0",
7373
"docz": "^2.2.0",
7474
"eslint": "^6.8.0",
7575
"eslint-config-prettier": "^6.10.1",
7676
"eslint-plugin-prettier": "^3.1.2",
7777
"eslint-plugin-react": "^7.19.0",
7878
"husky": "^4.2.3",
79-
"jest": "^25.2.3",
80-
"lint-staged": "^10.0.9",
79+
"jest": "^25.2.4",
80+
"lint-staged": "^10.1.1",
8181
"prettier": "^2.0.2",
8282
"react": "^16.12.0",
8383
"react-dom": "^16.12.0",
84-
"rollup": "^2.2.0",
84+
"rollup": "^2.3.2",
8585
"rollup-plugin-babel": "^4.4.0",
8686
"rollup-plugin-node-resolve": "^5.2.0",
8787
"rollup-plugin-size-snapshot": "^0.11.0",

0 commit comments

Comments
 (0)