react-tooltip 4.2.20 → 4.2.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/index.es.js +849 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +849 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-tooltip",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.21",
|
|
4
4
|
"description": "react tooltip component",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/react-tooltip.d.ts",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"chai-spies": "^1.0.0",
|
|
90
90
|
"commitizen": "2.9.6",
|
|
91
91
|
"concurrently": "^2.1.0",
|
|
92
|
+
"core-js": "^3.12.1",
|
|
92
93
|
"cpy-cli": "^3.1.1",
|
|
93
94
|
"cz-conventional-changelog": "^3.1.0",
|
|
94
95
|
"enzyme": "^2.3.0",
|
|
@@ -114,7 +115,6 @@
|
|
|
114
115
|
"mocha": "^8.1.3",
|
|
115
116
|
"mocha-each": "^2.0.1",
|
|
116
117
|
"mocha-jsdom": "^2.0.0",
|
|
117
|
-
"node-sass": "^4.13.1",
|
|
118
118
|
"npm-run-all": "^4.1.5",
|
|
119
119
|
"postcss-nested": "^4.2.1",
|
|
120
120
|
"postcss-simple-vars": "^5.0.2",
|
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"rollup-plugin-sass": "^1.2.2",
|
|
133
133
|
"rollup-plugin-stylelint": "1.0.0",
|
|
134
134
|
"rollup-plugin-url": "^3.0.1",
|
|
135
|
+
"sass": "^1.34.0",
|
|
135
136
|
"semantic-release": "^17.0.4",
|
|
136
137
|
"snazzy": "^2.0.1",
|
|
137
138
|
"standard": "^5.2.2",
|