Skip to content

Commit 380d492

Browse files
committed
Remove undeeded files/config
1 parent 692ea23 commit 380d492

File tree

6 files changed

+1
-36
lines changed

6 files changed

+1
-36
lines changed

examples/CodePush/.buckconfig

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/CodePush/.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/CodePush/__tests__/App-test.tsx

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/CodePush/_node-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

examples/CodePush/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@
2323
"@types/jest": "^26.0.23",
2424
"@types/react": "^18.0.21",
2525
"@types/react-native": "^0.70.6",
26-
"@types/react-test-renderer": "^18.0.0",
2726
"@typescript-eslint/eslint-plugin": "^5.37.0",
2827
"@typescript-eslint/parser": "^5.37.0",
2928
"babel-jest": "^26.6.3",
3029
"eslint": "^7.32.0",
3130
"jest": "^26.6.3",
3231
"metro-react-native-babel-preset": "0.72.3",
33-
"react-test-renderer": "18.1.0",
3432
"typescript": "^4.8.3"
3533
},
3634
"jest": {

examples/CodePush/yarn.lock

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,13 +1447,6 @@
14471447
dependencies:
14481448
"@types/react" "*"
14491449

1450-
"@types/react-test-renderer@^18.0.0":
1451-
version "18.0.0"
1452-
resolved "https://registry.yarnpkg.com/@types/react-test-renderer/-/react-test-renderer-18.0.0.tgz#7b7f69ca98821ea5501b21ba24ea7b6139da2243"
1453-
integrity sha512-C7/5FBJ3g3sqUahguGi03O79b8afNeSD6T8/GU50oQrJCU0bVCCGQHaGKUbg2Ce8VQEEqTw8/HiS6lXHHdgkdQ==
1454-
dependencies:
1455-
"@types/react" "*"
1456-
14571450
"@types/react@*", "@types/react@^18.0.21":
14581451
version "18.0.28"
14591452
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.28.tgz#accaeb8b86f4908057ad629a26635fe641480065"
@@ -6075,7 +6068,7 @@ [email protected]:
60756068
shell-quote "^1.6.1"
60766069
ws "^7"
60776070

6078-
"react-is@^16.12.0 || ^17.0.0 || ^18.0.0", react-is@^18.1.0:
6071+
"react-is@^16.12.0 || ^17.0.0 || ^18.0.0":
60796072
version "18.2.0"
60806073
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
60816074
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
@@ -6169,15 +6162,6 @@ react-shallow-renderer@^16.15.0:
61696162
object-assign "^4.1.1"
61706163
react-is "^16.12.0 || ^17.0.0 || ^18.0.0"
61716164

6172-
6173-
version "18.1.0"
6174-
resolved "https://registry.yarnpkg.com/react-test-renderer/-/react-test-renderer-18.1.0.tgz#35b75754834cf9ab517b6813db94aee0a6b545c3"
6175-
integrity sha512-OfuueprJFW7h69GN+kr4Ywin7stcuqaYAt1g7airM5cUgP0BoF5G5CXsPGmXeDeEkncb2fqYNECO4y18sSqphg==
6176-
dependencies:
6177-
react-is "^18.1.0"
6178-
react-shallow-renderer "^16.15.0"
6179-
scheduler "^0.22.0"
6180-
61816165
61826166
version "18.1.0"
61836167
resolved "https://registry.yarnpkg.com/react/-/react-18.1.0.tgz#6f8620382decb17fdc5cc223a115e2adbf104890"

0 commit comments

Comments
 (0)