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

chore(deps-dev): bump react-test-renderer from 18.2.0 to 18.3.1 #225

Closed
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-builder-bob": "^0.29.0",
"react-test-renderer": "18.2.0",
"react-test-renderer": "18.3.1",
"turbo": "^1.10.7",
"typescript": ">=4.3.5 <5.4.0"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ __metadata:
react: 18.2.0
react-native: 0.74.1
react-native-builder-bob: ^0.29.0
react-test-renderer: 18.2.0
react-test-renderer: 18.3.1
turbo: ^1.10.7
typescript: ">=4.3.5 <5.4.0"
peerDependencies:
Expand Down Expand Up @@ -9471,7 +9471,7 @@ __metadata:
languageName: node
linkType: hard

"react-is@npm:^16.12.0 || ^17.0.0 || ^18.0.0, react-is@npm:^18.0.0, react-is@npm:^18.2.0":
"react-is@npm:^16.12.0 || ^17.0.0 || ^18.0.0, react-is@npm:^18.0.0, react-is@npm:^18.3.1":
version: 18.3.1
resolution: "react-is@npm:18.3.1"
checksum: e20fe84c86ff172fc8d898251b7cc2c43645d108bf96d0b8edf39b98f9a2cae97b40520ee7ed8ee0085ccc94736c4886294456033304151c3f94978cec03df21
Expand Down Expand Up @@ -9690,16 +9690,16 @@ __metadata:
languageName: node
linkType: hard

"react-test-renderer@npm:18.2.0":
version: 18.2.0
resolution: "react-test-renderer@npm:18.2.0"
"react-test-renderer@npm:18.3.1":
version: 18.3.1
resolution: "react-test-renderer@npm:18.3.1"
dependencies:
react-is: ^18.2.0
react-is: ^18.3.1
react-shallow-renderer: ^16.15.0
scheduler: ^0.23.0
scheduler: ^0.23.2
peerDependencies:
react: ^18.2.0
checksum: 6b6980ced93fa2b72662d5e4ab3b4896833586940047ce52ca9aca801e5432adf05fcbe28289b0af3ce6a2a7c590974e25dcc8aa43d0de658bfe8bbcd686f958
react: ^18.3.1
checksum: e8e58e738835fab3801afb63f6bfe0fcf6e68ea39619fae5bdf47feefc36b1e4acb48c9dd139c7533611466eff1dfce6ffdda4b317e06aee663dda7d91438f26
languageName: node
linkType: hard

Expand Down Expand Up @@ -10116,7 +10116,7 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:^0.23.0":
"scheduler@npm:^0.23.2":
version: 0.23.2
resolution: "scheduler@npm:0.23.2"
dependencies:
Expand Down
Loading