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

fix(deps): update dependency @react-native-webapis/web-storage to ^0.4.0 #2330

Merged
merged 1 commit into from
Nov 27, 2024
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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@callstack/react-native-visionos": "^0.75.0",
"@react-native-webapis/web-storage": "^0.3.0",
"@react-native-webapis/web-storage": "^0.4.0",
"react": "^18.2.0",
"react-native": "^0.75.0",
"react-native-macos": "^0.75.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2787,23 +2787,23 @@ __metadata:
languageName: node
linkType: hard

"@react-native-webapis/web-storage@npm:^0.3.0":
version: 0.3.1
resolution: "@react-native-webapis/web-storage@npm:0.3.1"
"@react-native-webapis/web-storage@npm:^0.4.0":
version: 0.4.0
resolution: "@react-native-webapis/web-storage@npm:0.4.0"
peerDependencies:
"@callstack/react-native-visionos": ">=0.73"
"@callstack/react-native-visionos": ">=0.74"
react: ">=18.2.0"
react-native: ">=0.72"
react-native-macos: ">=0.72"
react-native-windows: ">=0.72"
react-native: ">=0.74"
react-native-macos: ">=0.74"
react-native-windows: ">=0.74"
peerDependenciesMeta:
"@callstack/react-native-visionos":
optional: true
react-native-macos:
optional: true
react-native-windows:
optional: true
checksum: 10c0/29ff22d1461749d85f61feb42719e81ac4b8c0a947e55db150b862edd3adf252491f3eaa77953434b90b29112eba2fe497bcee9566de785b6ec3a4ffc601038a
checksum: 10c0/bd9885eb76749916a73105978a3675f479385fa33fd642b2c66524ab27c1058f039f8d758f2294518144e4d3c6fe19df8619be086437539be3db6eda840d955f
languageName: node
linkType: hard

Expand Down Expand Up @@ -7181,7 +7181,7 @@ __metadata:
"@babel/preset-env": "npm:^7.20.0"
"@callstack/react-native-visionos": "npm:^0.75.0"
"@react-native-community/cli": "npm:^14.0.0"
"@react-native-webapis/web-storage": "npm:^0.3.0"
"@react-native-webapis/web-storage": "npm:^0.4.0"
"@react-native/babel-preset": "npm:^0.75.0"
"@react-native/metro-config": "npm:^0.75.0"
"@rnx-kit/metro-config": "npm:^2.0.0"
Expand Down
Loading