Skip to content

Commit

Permalink
chore: update to Reassure v1.2.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Sep 22, 2024
1 parent 2bb3ca0 commit 253b4d0
Show file tree
Hide file tree
Showing 8 changed files with 693 additions and 641 deletions.
18 changes: 9 additions & 9 deletions examples/native-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.74.3"
"react": "18.3.1",
"react-native": "0.75.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.85",
"@react-native/eslint-config": "0.74.85",
"@react-native/metro-config": "0.74.85",
"@react-native/typescript-config": "0.74.85",
"@testing-library/react-native": "^12.5.2",
"@react-native/babel-preset": "0.75.3",
"@react-native/eslint-config": "0.75.3",
"@react-native/metro-config": "0.75.3",
"@react-native/typescript-config": "0.75.3",
"@testing-library/react-native": "^12.7.0",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"danger": "^12.2.0",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"reassure": "^1.1.0",
"react-test-renderer": "18.3.1",
"reassure": "^1.2.0",
"typescript": "5.0.4"
},
"engines": {
Expand Down
Loading

0 comments on commit 253b4d0

Please sign in to comment.