Skip to content
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

Bump expo-system-ui from 4.0.6 to 4.0.7 #113

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/react-native/WhipWhepDemo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"expo-router": "~4.0.17",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.6",
"expo-system-ui": "~4.0.7",
"expo-web-browser": "~14.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
19 changes: 6 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3463,13 +3463,6 @@ __metadata:
languageName: node
linkType: hard

"@react-native/normalize-colors@npm:0.76.5":
version: 0.76.5
resolution: "@react-native/normalize-colors@npm:0.76.5"
checksum: 10c0/949d847b56bf9e4a25e2efd8ccdbbdef969cefc05f0ff374f093ef6418a47c6f36faea4b73c01f2d8e7aeb65dd88e1ded9eeb115f82c9766169291f590785c85
languageName: node
linkType: hard

"@react-native/normalize-colors@npm:0.76.6":
version: 0.76.6
resolution: "@react-native/normalize-colors@npm:0.76.6"
Expand Down Expand Up @@ -7387,11 +7380,11 @@ __metadata:
languageName: node
linkType: hard

"expo-system-ui@npm:~4.0.6":
version: 4.0.6
resolution: "expo-system-ui@npm:4.0.6"
"expo-system-ui@npm:~4.0.7":
version: 4.0.7
resolution: "expo-system-ui@npm:4.0.7"
dependencies:
"@react-native/normalize-colors": "npm:0.76.5"
"@react-native/normalize-colors": "npm:0.76.6"
debug: "npm:^4.3.2"
peerDependencies:
expo: "*"
Expand All @@ -7400,7 +7393,7 @@ __metadata:
peerDependenciesMeta:
react-native-web:
optional: true
checksum: 10c0/c965e2cfbf648651219e966e836356fea322c74f9ff2923a23b5ce53d3dd6132ff6d4c6d8a037ab3380c01c09fde1b967eec28b1512b8465e7ad695f186d8793
checksum: 10c0/11035f196d81d142df3d1ce8fdfb44d19ff29357617083800b69a17f12e3dc7c5df7d06d0831b78b04f747bf018ebb511464379c605580f60ddcd8c757eface6
languageName: node
linkType: hard

Expand Down Expand Up @@ -14149,7 +14142,7 @@ __metadata:
expo-router: "npm:~4.0.17"
expo-splash-screen: "npm:~0.29.21"
expo-status-bar: "npm:~2.0.1"
expo-system-ui: "npm:~4.0.6"
expo-system-ui: "npm:~4.0.7"
expo-web-browser: "npm:~14.0.1"
jest: "npm:^29.2.1"
jest-expo: "npm:~52.0.3"
Expand Down
Loading