fix(deps): do not allow statically assigned versions to auto-update. See #4010

This commit is contained in:
Gabe Kangas
2024-11-12 08:21:04 -08:00
parent 37c18ec8ab
commit aecf7aa9bb
2 changed files with 12 additions and 9 deletions

View File

@@ -141,7 +141,7 @@
},
"overrides": {
"@emoji-mart/react": {
"emoji-mart": "5.6.0"
"emoji-mart": "5.2.2"
}
}
}