Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 0b6ab69

Browse files
author
Federico Zivolo
committed
fix: reinclude babel-runtime as dependency
1 parent 2a06888 commit 0b6ab69

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.size-snapshot.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"dist/index.umd.js": {
3-
"bundled": 49222,
4-
"minified": 17476,
5-
"gzipped": 5540
3+
"bundled": 49514,
4+
"minified": 17648,
5+
"gzipped": 5674
66
},
77
"dist/index.umd.min.js": {
8-
"bundled": 23917,
9-
"minified": 9697,
10-
"gzipped": 3231
8+
"bundled": 25173,
9+
"minified": 10015,
10+
"gzipped": 3378
1111
},
1212
"dist/index.esm.js": {
1313
"bundled": 9538,
1414
"minified": 5425,
1515
"gzipped": 1716,
1616
"treeshaked": {
1717
"rollup": {
18-
"code": 4469,
18+
"code": 4471,
1919
"import_statements": 137
2020
},
2121
"webpack": {
22-
"code": 5590
22+
"code": 5205
2323
}
2424
}
2525
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"react": "0.14.x || ^15.0.0 || ^16.0.0"
5959
},
6060
"dependencies": {
61+
"babel-runtime": "6.x.x",
6162
"create-react-context": "^0.2.1",
6263
"popper.js": "^1.14.1",
6364
"prop-types": "^15.6.1",

0 commit comments

Comments
 (0)