Skip to content

Commit

Permalink
Merge pull request #9 from creativetimofficial/symphony-dev2
Browse files Browse the repository at this point in the history
Dependencies Updated
  • Loading branch information
dragosct authored May 17, 2022
2 parents 6db49cb + 2d01a1d commit b1ed794
Show file tree
Hide file tree
Showing 2 changed files with 2,357 additions and 3,653 deletions.
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,42 @@
"lint": "eslint . --ext .ts,.tsx --quiet"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.13.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"dayjs": "^1.10.5",
"expo": "^41.0.1",
"expo-app-loading": "^1.0.3",
"expo-blur": "~9.0.3",
"expo-constants": "~10.1.3",
"expo-haptics": "~10.0.0",
"expo-linear-gradient": "^9.1.0",
"expo-localization": "~10.1.0",
"expo-status-bar": "~1.0.4",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-blur": "~11.0.0",
"expo-constants": "~13.0.1",
"expo-haptics": "~11.1.0",
"expo-linear-gradient": "~11.0.3",
"expo-localization": "~12.0.0",
"expo-modules-core": "~0.6.4",
"expo-status-bar": "~1.2.0",
"i18n-js": "^3.8.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-pager-view": "5.0.12",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-web": "^0.16.3"
"react-native-pager-view": "5.4.9",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/core": "^7.12.9",
"@react-native-community/eslint-config": "^2.0.0",
"@types/i18n-js": "^3.8.1",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"eslint": "^7.28.0",
"jest-expo": "^41.0.0",
"typescript": "^4.3.4"
"jest-expo": "^44.0.0",
"typescript": "~4.3.5"
},
"private": true,
"jest": {
Expand Down
Loading

0 comments on commit b1ed794

Please sign in to comment.