-
Notifications
You must be signed in to change notification settings - Fork 277
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
Switching "deep-equal" package for "fast-deep-equal" - based on #1665 #1719
Changes from 5 commits
438346c
46f58de
6cb92f3
1935f2a
490fe5a
21a67c6
0def865
439f30c
0628bb3
c17d0a9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ | |
"axios": "^1.2.0", | ||
"bootstrap": "^5.2.3", | ||
"cross-fetch": "^3.1.5", | ||
"deep-equal": "^2.1.0", | ||
"fast-deep-equal": "3.1.3", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we use the latest version instead of "fixed"? |
||
"graphql": "~16.8.1", | ||
"graphql-tag": "~2.12.6", | ||
"i18next": "^22.0.6", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ | |
}, | ||
"dependencies": { | ||
"@sitecore-jss/sitecore-jss": "21.7.0-canary.50", | ||
"deep-equal": "^2.1.0", | ||
"fast-deep-equal": "3.1.3", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need to install types for fast-deep-equal or they are not needed? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we use the latest version instead of "fixed"? |
||
"prop-types": "^15.8.1", | ||
"style-attr": "^1.3.0" | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be under "Features and improvements" section? I can't say that it's a bugfix, rather an improvement