Skip to content

Commit 2bb3ca0

Browse files
chore: reassure v1.1.0 (#64)
* chore: upgrade CLI to v1.1.0 * chore: update native-expo to v1.1.0 * chore: update web-nextjs to v1.1.0 * chore: upgrade web-vite to v1.1.0
1 parent 9a714e5 commit 2bb3ca0

File tree

8 files changed

+3446
-3415
lines changed

8 files changed

+3446
-3415
lines changed

examples/native-cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
},
1414
"dependencies": {
1515
"react": "18.2.0",
16-
"react-native": "0.74.1"
16+
"react-native": "0.74.3"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.20.0",
2020
"@babel/preset-env": "^7.20.0",
2121
"@babel/runtime": "^7.20.0",
22-
"@react-native/babel-preset": "0.74.83",
23-
"@react-native/eslint-config": "0.74.83",
24-
"@react-native/metro-config": "0.74.83",
25-
"@react-native/typescript-config": "0.74.83",
26-
"@testing-library/react-native": "^12.5.0",
22+
"@react-native/babel-preset": "0.74.85",
23+
"@react-native/eslint-config": "0.74.85",
24+
"@react-native/metro-config": "0.74.85",
25+
"@react-native/typescript-config": "0.74.85",
26+
"@testing-library/react-native": "^12.5.2",
2727
"@types/react": "^18.2.6",
2828
"@types/react-test-renderer": "^18.0.0",
2929
"babel-jest": "^29.6.3",
@@ -32,7 +32,7 @@
3232
"jest": "^29.6.3",
3333
"prettier": "2.8.8",
3434
"react-test-renderer": "18.2.0",
35-
"reassure": "1.0.0",
35+
"reassure": "^1.1.0",
3636
"typescript": "5.0.4"
3737
},
3838
"engines": {

examples/native-cli/yarn.lock

Lines changed: 343 additions & 307 deletions
Large diffs are not rendered by default.

examples/native-expo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
"typecheck": "tsc --noEmit"
1414
},
1515
"dependencies": {
16-
"expo": "~51.0.7",
16+
"expo": "^51.0.23",
1717
"expo-status-bar": "~1.12.1",
1818
"react": "18.2.0",
19-
"react-native": "0.74.1"
19+
"react-native": "0.74.3"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.24.0",
23-
"@testing-library/react-native": "^12.5.0",
23+
"@testing-library/react-native": "^12.5.2",
2424
"@types/jest": "^29.5.12",
2525
"@types/react": "~18.2.79",
2626
"danger": "^12.2.0",
2727
"jest": "^29.7.0",
2828
"react-test-renderer": "^18.2.0",
29-
"reassure": "^1.0.0",
29+
"reassure": "^1.1.0",
3030
"typescript": "~5.3.3"
3131
},
3232
"private": true

examples/native-expo/yarn.lock

Lines changed: 879 additions & 979 deletions
Large diffs are not rendered by default.

examples/web-nextjs/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"@babel/preset-env": "^7.24.5",
2020
"@babel/preset-react": "^7.24.1",
2121
"@babel/preset-typescript": "^7.24.1",
22-
"@testing-library/react": "^15.0.7",
22+
"@testing-library/dom": "^10.4.0",
23+
"@testing-library/react": "^16.0.0",
2324
"@types/babel__preset-env": "^7",
2425
"@types/jest": "^29.5.12",
2526
"@types/node": "^20",
@@ -31,7 +32,7 @@
3132
"jest": "^29.7.0",
3233
"jest-environment-jsdom": "^29.7.0",
3334
"postcss": "^8",
34-
"reassure": "^1.0.0",
35+
"reassure": "^1.1.0",
3536
"tailwindcss": "^3.4.1",
3637
"typescript": "^5"
3738
}

examples/web-nextjs/yarn.lock

Lines changed: 1096 additions & 996 deletions
Large diffs are not rendered by default.

examples/web-vite/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"@babel/preset-env": "^7.24.5",
2222
"@babel/preset-react": "^7.24.1",
2323
"@babel/preset-typescript": "^7.24.1",
24-
"@testing-library/react": "^15.0.7",
24+
"@testing-library/dom": "^10.4.0",
25+
"@testing-library/react": "^16.0.0",
2526
"@types/babel__preset-env": "^7",
2627
"@types/jest": "^29.5.12",
2728
"@types/react": "^18.2.66",
@@ -35,7 +36,7 @@
3536
"eslint-plugin-react-refresh": "^0.4.6",
3637
"jest": "^29.7.0",
3738
"jest-environment-jsdom": "^29.7.0",
38-
"reassure": "^1.0.0",
39+
"reassure": "^1.1.0",
3940
"typescript": "^5.2.2",
4041
"vite": "^5.2.0"
4142
}

examples/web-vite/yarn.lock

Lines changed: 1111 additions & 1118 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)