forked from floating-ui/floating-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is a first step toward a refactor of the code base to get rid of any custom polyfill
- Loading branch information
Federico Zivolo
committed
Nov 11, 2017
1 parent
ac8e5da
commit ca90bac
Showing
3 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -962,6 +962,14 @@ [email protected]: | |
core-js "^2.4.0" | ||
regenerator-runtime "^0.10.0" | ||
|
||
babel-polyfill@^6.26.0: | ||
version "6.26.0" | ||
resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153" | ||
dependencies: | ||
babel-runtime "^6.26.0" | ||
core-js "^2.5.0" | ||
regenerator-runtime "^0.10.5" | ||
|
||
babel-preset-env@^1.5.2: | ||
version "1.6.1" | ||
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.1.tgz#a18b564cc9b9afdf4aae57ae3c1b0d99188e6f48" | ||
|
@@ -5322,7 +5330,7 @@ regenerate@^1.2.1: | |
version "1.3.3" | ||
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f" | ||
|
||
regenerator-runtime@^0.10.0: | ||
regenerator-runtime@^0.10.0, regenerator-runtime@^0.10.5: | ||
version "0.10.5" | ||
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" | ||
|
||
|