Skip to content

Commit

Permalink
yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
pinocchio-life-like committed Dec 23, 2024
1 parent a7634a2 commit fa0c56b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"react-native-table-component": "https://github.com/slice312/react-native-table-component.git",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "^0.19.10",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.5",
"react-redux": "^9.0.4",
"react-responsive": "^9.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@babel/runtime": "^7.21.0",
"@manypkg/cli": "^0.21.0",
"@prisma/extension-accelerate": "^0.6.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-async-storage/async-storage": "1.23.1",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.3.0",
Expand Down
34 changes: 21 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8396,17 +8396,6 @@ __metadata:
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:1.21.0":
version: 1.21.0
resolution: "@react-native-async-storage/async-storage@npm:1.21.0"
dependencies:
merge-options: "npm:^3.0.4"
peerDependencies:
react-native: ^0.0.0-0 || >=0.60 <1.0
checksum: 10/7860faaa0ddb849ba4019f48fba90cffea686fb8a29813379ff38af8d635d4d8e7841735c2ba53b7788fb54312f157338e5630a768e9b2339dc33c4f5b316ca7
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:1.23.1":
version: 1.23.1
resolution: "@react-native-async-storage/async-storage@npm:1.23.1"
Expand Down Expand Up @@ -22734,7 +22723,7 @@ __metadata:
react-native-table-component: "https://github.com/slice312/react-native-table-component.git"
react-native-url-polyfill: "npm:^2.0.0"
react-native-vector-icons: "npm:^10.0.3"
react-native-web: "npm:^0.19.10"
react-native-web: "npm:~0.19.13"
react-native-webview: "npm:13.12.5"
react-redux: "npm:^9.0.4"
react-responsive: "npm:^9.0.2"
Expand Down Expand Up @@ -32251,7 +32240,7 @@ __metadata:
"@changesets/cli": "npm:^2.27.7"
"@manypkg/cli": "npm:^0.21.0"
"@prisma/extension-accelerate": "npm:^0.6.2"
"@react-native-async-storage/async-storage": "npm:1.21.0"
"@react-native-async-storage/async-storage": "npm:1.23.1"
check-dependency-version-consistency: "npm:^4.1.0"
cross-env: "npm:^7.0.3"
dotenv-cli: "npm:^7.3.0"
Expand Down Expand Up @@ -34629,6 +34618,25 @@ __metadata:
languageName: node
linkType: hard

"react-native-web@npm:~0.19.13":
version: 0.19.13
resolution: "react-native-web@npm:0.19.13"
dependencies:
"@babel/runtime": "npm:^7.18.6"
"@react-native/normalize-colors": "npm:^0.74.1"
fbjs: "npm:^3.0.4"
inline-style-prefixer: "npm:^6.0.1"
memoize-one: "npm:^6.0.0"
nullthrows: "npm:^1.1.1"
postcss-value-parser: "npm:^4.2.0"
styleq: "npm:^0.1.3"
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 10/65e0660fb37c1f7e3864a7b506acdd3bbf249de516166775cbf2f371bc28f6e965bc01cbd214bfe820c1a933aee58b6fb29298ccd0dc5f412f147a57e7126dd9
languageName: node
linkType: hard

"react-native-webview@npm:13.12.5":
version: 13.12.5
resolution: "react-native-webview@npm:13.12.5"
Expand Down

0 comments on commit fa0c56b

Please sign in to comment.