Skip to content

Commit b5015cb

Browse files
committed
bump nerd-fm to sdk 47
1 parent 9cee474 commit b5015cb

File tree

3 files changed

+3769
-2451
lines changed

3 files changed

+3769
-2451
lines changed

challenges/ecosystem/03.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,10 @@ export function StarshipCard({
100100

101101
### Do you need some transation?
102102

103-
I was like you —when I started using `TypeScript`— feeling lost. You can bookmark the [Typescript cheatsheet](https://github.com/typescript-cheatsheets/react), it will may help you to answer all your questions.
104-
105103
<img src="https://media.giphy.com/media/UOpdmwKA7la0g/giphy.gif" />
106104

107-
Reading TypeScript error can be confusing, if you need help you can copy/paste your error in [`ts-error-translator`](https://ts-error-translator.vercel.app/)
105+
- I was like you —when I started using `TypeScript`— feeling lost. You can bookmark the [Typescript cheatsheet](https://github.com/typescript-cheatsheets/react), it will may help you to answer all your questions.
106+
- Reading TypeScript error can be confusing, if you need help you can copy/paste your error in [`ts-error-translator`](https://ts-error-translator.vercel.app/)
108107

109108
## 👨‍🚀 Exercise 3
110109

hackathon/nerd-fm/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@
1111
"@react-native-community/masked-view": "0.1.10",
1212
"@react-navigation/native": "^5.9.4",
1313
"@react-navigation/stack": "^5.14.4",
14-
"expo": "~41.0.0",
15-
"expo-av": "~9.1.2",
16-
"expo-status-bar": "~1.0.4",
17-
"react": "16.13.1",
18-
"react-dom": "16.13.1",
19-
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
20-
"react-native-gesture-handler": "~1.10.2",
14+
"expo": "^47.0.0",
15+
"expo-av": "~13.0.2",
16+
"expo-status-bar": "~1.4.2",
17+
"react": "18.1.0",
18+
"react-dom": "18.1.0",
19+
"react-native": "0.70.5",
20+
"react-native-gesture-handler": "~2.8.0",
2121
"react-native-paper": "^4.7.2",
22-
"react-native-reanimated": "~2.1.0",
23-
"react-native-safe-area-context": "3.2.0",
24-
"react-native-screens": "~3.0.0",
25-
"react-native-web": "~0.13.12"
22+
"react-native-reanimated": "~2.12.0",
23+
"react-native-safe-area-context": "4.4.1",
24+
"react-native-screens": "~3.18.0",
25+
"react-native-web": "~0.18.7"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.9.0",
29-
"@types/react": "~16.9.35",
30-
"@types/react-native": "~0.63.2",
28+
"@babel/core": "^7.19.3",
29+
"@types/react": "~18.0.24",
30+
"@types/react-native": "~0.70.6",
3131
"eslint-config-react-native-wcandillon": "^3.5.0",
32-
"typescript": "~4.0.0"
32+
"typescript": "^4.6.3"
3333
},
3434
"private": true
3535
}

0 commit comments

Comments
 (0)