Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpin @babel/runtime #655

Open
stregouet opened this issue Oct 27, 2021 · 1 comment
Open

unpin @babel/runtime #655

stregouet opened this issue Oct 27, 2021 · 1 comment

Comments

@stregouet
Copy link

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

@Joker-Qu
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants