Skip to content

Commit

Permalink
adds react-navigation to dedupe (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpme authored Dec 20, 2022
1 parent 6ed26f6 commit 67665e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clean": "npx rimraf {.,backend,examples,packages,node_modules}/**/{.parcel-cache,.turbo,build,dist,node_modules,yarn-error.log} packages/app-extension/dev",
"start:mobile": "env-cmd --silent turbo run start --filter=@coral-xyz/app-mobile... --filter=@coral-xyz/background...",
"build:mobile": "env-cmd --silent turbo run build --filter=@coral-xyz/app-mobile... --filter=@coral-xyz/background...",
"postinstall": "yarn-deduplicate --scopes @babel @mui @typescript-eslint @types && if [ -d \"packages/app-mobile\" ]; then patch-package && cd packages/app-mobile && patch-package ; fi"
"postinstall": "yarn-deduplicate --scopes @babel @mui @typescript-eslint @types @react-native-community @react-navigation && if [ -d \"packages/app-mobile\" ]; then patch-package && cd packages/app-mobile && patch-package ; fi"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.31.0",
Expand Down
7 changes: 1 addition & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5420,12 +5420,7 @@
query-string "^7.0.0"
react-is "^16.13.0"

"@react-navigation/elements@^1.3.4":
version "1.3.4"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.4.tgz#abb48136508c1e60862dc14a101ce02ff685a337"
integrity sha512-O0jICpjn3jskVo4yiWzZozmj7DZy1ZBbn3O7dbenuUjZSj/cscjwaapmZZFGcI/IMmjmx8UTKsybhCFEIbGf3g==

"@react-navigation/elements@^1.3.6":
"@react-navigation/elements@^1.3.4", "@react-navigation/elements@^1.3.6":
version "1.3.6"
resolved "https://registry.yarnpkg.com/@react-navigation/elements/-/elements-1.3.6.tgz#fa700318528db93f05144b1be4b691b9c1dd1abe"
integrity sha512-pNJ8R9JMga6SXOw6wGVN0tjmE6vegwPmJBL45SEMX2fqTfAk2ykDnlJHodRpHpAgsv0DaI8qX76z3A+aqKSU0w==
Expand Down

0 comments on commit 67665e1

Please sign in to comment.