Revize 7410d6c1
Přidáno uživatelem Michal Schwob před více než 1 rok
package.json | ||
---|---|---|
15 | 15 |
"@reduxjs/toolkit": "^1.9.3", |
16 | 16 |
"axios": "^1.3.4", |
17 | 17 |
"expo": "^49.0.13", |
18 |
"expo-splash-screen": "~0.20.5",
|
|
18 |
"expo-splash-screen": "^0.10.3",
|
|
19 | 19 |
"expo-status-bar": "~1.6.0", |
20 | 20 |
"native-base": "^3.4.28", |
21 | 21 |
"react": "18.2.0", |
... | ... | |
34 | 34 |
"react-redux": "^8.0.5", |
35 | 35 |
"redux": "^4.2.1", |
36 | 36 |
"redux-persist-transform-encrypt": "^5.0.0", |
37 |
"typescript": "^4.9.4"
|
|
37 |
"typescript": "^5.2.2"
|
|
38 | 38 |
}, |
39 | 39 |
"devDependencies": { |
40 | 40 |
"@babel/core": "^7.20.0", |
Také k dispozici: Unified diff
Added skeleton of Stack Navigation
re #10820