You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first thanks for your work! react-swipeable-views greatly enhance my app :)
package @babel/runtime seems to be pinned at 7.0.0 is there any reason to not use caret pinning: ^7.0.0?
After searching in github I have found this pull request: #570 which did exactly what I am talking about. But this merged PR seems to have disappeared 😖 When I npm install [email protected] I got thes lines in package.json:
first thanks for your work! react-swipeable-views greatly enhance my app :)
package @babel/runtime seems to be pinned at 7.0.0 is there any reason to not use caret pinning: ^7.0.0?
After searching in github I have found this pull request: #570 which did exactly what I am talking about. But this merged PR seems to have disappeared 😖 When I npm install [email protected] I got thes lines in package.json:
first thanks for your work! react-swipeable-views greatly enhance my app :)
package
@babel/runtime
seems to be pinned at7.0.0
is there any reason to not use caret pinning:^7.0.0
?After searching in github I have found this pull request: #570 which did exactly what I am talking about. But this merged PR seems to have disappeared 😖 When I npm install [email protected] I got thes lines in package.json:
Note: I need this because I already use
@babel/runtime
in my app but with last version (7.15.4
) so webpack is bundling@babel/runtime
twiceThe text was updated successfully, but these errors were encountered: