Skip to content

Commit

Permalink
Merge pull request #10 from creativetimofficial/symphony-dev
Browse files Browse the repository at this point in the history
Updated-v1
  • Loading branch information
dragosct committed Jul 22, 2022
2 parents 295699f + 22e0474 commit b458f7c
Show file tree
Hide file tree
Showing 3 changed files with 3,481 additions and 3,148 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,36 @@
## [1.0.2] 2022-07-20

### Updated dependencies

- Updated @react-native-async-storage/async-storage@1.15.0 to @react-native-async-storage/async-storage@1.17.3
- Updated expo@^44.0.0 to expo@45.0.0
- Updated expo-app-loading@~1.3.0 to expo-app-loading@2.0.0
- Updated expo-blur@~11.0.0 to expo-blur@11.1.0
- Updated expo-constants@~13.0.1 to expo-constants@13.1.1
- Updated expo-haptics@~11.1.0 to expo-haptics@11.2.0
- Updated expo-linear-gradient@~11.0.3 to expo-linear-gradient@11.3.0
- Updated expo-localization@~12.0.0 to expo-localization@13.0.0
- Updated expo-module-core@^0.2.0 to expo-module-core@0.9.2
- Updated expo-status-bar@~1.2.0 to expo-status-bar@1.3.0
- Updated react@17.0.1 to react@17.0.2
- Updated react-dom@17.0.1 to react-dom@17.0.2
- Updated react-native@0.64.3 to react@0.68.2
- Updated react-native-gesture-handler@2.1.0 to react-native-gesture-handler@2.2.1
- Updated react-native-pager-view@5.4.9 to react-native-pager-view@5.4.15
- Updated react-native-reanimated@~2.3.1 to react-native-reanimated@2.8.0
- Updated react-native-safe-area-context@3.3.2 to react-native-safe-area-context@4.2.4
- Updated react-native-screens@~3.10.1 to react-native-screens@3.11.1
- Updated react-native-web@~0.17.1 to react-native-web@0.17.1
- Updated dev dependencies
- Updated @types/react-native@0.64.12 to @types/react-native@0.67.6
- Updated jest-expo@44.0.0 to jest-expo@45.0.0

## [1.0.1] 2022-05-17

### Dependencies Update

- all dependencies update

## [1.0.0] 2021-07-07

### Initial Release
66 changes: 33 additions & 33 deletions package.json
Expand Up @@ -10,42 +10,42 @@
"lint": "eslint . --ext .ts,.tsx --quiet"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-async-storage/async-storage": "1.17.3",
"@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": "^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": "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.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"
"@react-navigation/drawer": "5.12.5",
"@react-navigation/native": "5.9.4",
"@react-navigation/stack": "5.14.5",
"dayjs": "1.10.5",
"expo": "45.0.0",
"expo-app-loading": "2.0.0",
"expo-blur": "11.1.0",
"expo-constants": "13.1.1",
"expo-haptics": "11.2.0",
"expo-linear-gradient": "11.3.0",
"expo-localization": "13.0.0",
"expo-modules-core": "0.9.2",
"expo-status-bar": "1.3.0",
"i18n-js": "3.8.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "2.2.1",
"react-native-keyboard-aware-scroll-view": "0.9.4",
"react-native-pager-view": "5.4.15",
"react-native-reanimated": "2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "3.11.1",
"react-native-web": "0.17.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@react-native-community/eslint-config": "^2.0.0",
"@types/i18n-js": "^3.8.1",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"eslint": "^7.28.0",
"jest-expo": "^44.0.0",
"typescript": "~4.3.5"
"@babel/core": "7.12.9",
"@react-native-community/eslint-config": "2.0.0",
"@types/i18n-js": "3.8.1",
"@types/react": "17.0.21",
"@types/react-native": "0.67.6",
"eslint": "7.28.0",
"jest-expo": "45.0.0",
"typescript": "4.3.5"
},
"private": true,
"jest": {
Expand Down

0 comments on commit b458f7c

Please sign in to comment.