Skip to content

fix(package.json, babel.config.js and yarn.lock): update our list of …#21

Merged
charle692 merged 1 commit intomasterfrom
bump_browsers_list
Aug 2, 2023
Merged

fix(package.json, babel.config.js and yarn.lock): update our list of …#21
charle692 merged 1 commit intomasterfrom
bump_browsers_list

Conversation

@charle692
Copy link
Copy Markdown
Contributor

…supported browsers

Update our list of supported browsers so that babel doesn't include so many core-js modules and the total size of the script is smaller.

…supported browsers

Update our list of supported browsers so that babel doesn't include so many core-js modules and the
total size of the script is smaller.
Comment thread package.json
"not android <= 5.0",
"not and_uc <= 100",
"not and_qq <= 100"
],
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list reflects what we use in the hw-admin side. My thoughts were that keeping the 2 aligned is probably a good idea as hw-admin wouldn't work in the iframe regardless if we supported older browsers in fs-js.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good call!

Comment thread yarn.lock
integrity sha512-pkpCg7dmI/a7WcqM2yfdOiT4Xx5tzyoHAXWsX5/HxZ3TemwDZs0QXdqbE0UPLPVy/7BeK7693YfzfRYfu1YVpg==
version "1.0.30001518"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz"
integrity sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Locally I used npx browserslist to determine what list of browsers we "support" I noticed that the list of browsers though had outdated versions. There was an error in the output saying we should update this dependency so I did that and finally got the updated list of versions.

@charle692 charle692 merged commit dc4e2a7 into master Aug 2, 2023
@fullscript-devops
Copy link
Copy Markdown
Collaborator

🎉 This PR is included in version 2.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants