oliviertassinari/react-swipeable-views

unpin @babel/runtime

Opened this issue ยท 1 comments

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 react-swipeable-views@0.14 I got thes lines in package.json:

{
  "name": "react-swipeable-views",
  "version": "0.14.0",
  ...
  "dependencies": {
    "@babel/runtime": "7.0.0",
   ...

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 twice

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 react-swipeable-views@0.14 I got thes lines in package.json:

{
  "name": "react-swipeable-views",
  "version": "0.14.0",
  ...
  "dependencies": {
    "@babel/runtime": "7.0.0",
   ...

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 twice

same problem! do you have any solution?