Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Bumped y18n package version to 5.0.5 #104

Closed
wants to merge 5 commits into from

Conversation

nehalilani
Copy link
Contributor

for reference-
issue: yargs/y18n#96
fix: yargs/y18n#108

@@ -26,7 +26,8 @@
"react-router-dom": "^5.1.2",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"uuid": "^8.0.0"
"uuid": "^8.0.0",
"y18n": "^5.0.5"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are we adding this dependency directly inside package.json? y18n should be coming to us via some transitive relationship. IMHO, let's try to understand what that relation is and then try fixing the dependency that we actually depend on, instead of having adding a dependency on a new component.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

on installing the latest version of the y18n package, this dependency got added directly in package.json
sure, I'll see what the relation is for y18n

@nehalilani nehalilani closed this Jan 27, 2021
@nehalilani
Copy link
Contributor Author

This is a transitive dependency and shouldn't be updated like this.

@nehalilani nehalilani deleted the bugfix/update-y18n-package-version branch January 27, 2021 17:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants