Skip to content

Commit

Permalink
chore: update examples RNTL dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Sep 12, 2024
1 parent ddf3946 commit 8390011
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@testing-library/react-native": "^12.5.2",
"@testing-library/react-native": "^12.7.1",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.79",
Expand Down
10 changes: 5 additions & 5 deletions examples/basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2463,9 +2463,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react-native@npm:^12.5.2":
version: 12.5.3
resolution: "@testing-library/react-native@npm:12.5.3"
"@testing-library/react-native@npm:^12.7.1":
version: 12.7.1
resolution: "@testing-library/react-native@npm:12.7.1"
dependencies:
jest-matcher-utils: "npm:^29.7.0"
pretty-format: "npm:^29.7.0"
Expand All @@ -2478,7 +2478,7 @@ __metadata:
peerDependenciesMeta:
jest:
optional: true
checksum: 10c0/6e404bfee5677dfa54405f30e91a24fccb50cc6cf98d0e296ae4ebccb71641a1a1dcefc2ffaa9c3c05eacf2b39c99431f6099ed0227696de4ec914768aa70279
checksum: 10c0/caaa4bdf97834b307b72af05c447ce40a2ba2ff40b464050bc29535caadf81981ea2873668445e633fdb3d13efccb136ef0932d6d9f4736bc6f7f98be98088d4
languageName: node
linkType: hard

Expand Down Expand Up @@ -8923,7 +8923,7 @@ __metadata:
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@babel/core": "npm:^7.24.0"
"@testing-library/react-native": "npm:^12.5.2"
"@testing-library/react-native": "npm:^12.7.1"
"@types/eslint": "npm:^8.56.10"
"@types/jest": "npm:^29.5.12"
"@types/react": "npm:~18.2.79"
Expand Down
2 changes: 1 addition & 1 deletion examples/cookbook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/metro-runtime": "~3.2.1",
"@testing-library/react-native": "^12.5.2",
"@testing-library/react-native": "^12.7.1",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
Expand Down
10 changes: 5 additions & 5 deletions examples/cookbook/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2720,9 +2720,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react-native@npm:^12.5.2":
version: 12.5.3
resolution: "@testing-library/react-native@npm:12.5.3"
"@testing-library/react-native@npm:^12.7.1":
version: 12.7.1
resolution: "@testing-library/react-native@npm:12.7.1"
dependencies:
jest-matcher-utils: "npm:^29.7.0"
pretty-format: "npm:^29.7.0"
Expand All @@ -2735,7 +2735,7 @@ __metadata:
peerDependenciesMeta:
jest:
optional: true
checksum: 10c0/6e404bfee5677dfa54405f30e91a24fccb50cc6cf98d0e296ae4ebccb71641a1a1dcefc2ffaa9c3c05eacf2b39c99431f6099ed0227696de4ec914768aa70279
checksum: 10c0/caaa4bdf97834b307b72af05c447ce40a2ba2ff40b464050bc29535caadf81981ea2873668445e633fdb3d13efccb136ef0932d6d9f4736bc6f7f98be98088d4
languageName: node
linkType: hard

Expand Down Expand Up @@ -9499,7 +9499,7 @@ __metadata:
dependencies:
"@babel/core": "npm:^7.20.0"
"@expo/metro-runtime": "npm:~3.2.1"
"@testing-library/react-native": "npm:^12.5.2"
"@testing-library/react-native": "npm:^12.7.1"
"@types/eslint": "npm:^8.56.10"
"@types/jest": "npm:^29.5.12"
"@types/react": "npm:~18.2.45"
Expand Down

0 comments on commit 8390011

Please sign in to comment.