Skip to content

Commit b458f7c

Browse files
authored
Merge pull request #10 from creativetimofficial/symphony-dev
Updated-v1
2 parents 295699f + 22e0474 commit b458f7c

File tree

3 files changed

+3481
-3148
lines changed

3 files changed

+3481
-3148
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
1+
## [1.0.2] 2022-07-20
2+
3+
### Updated dependencies
4+
5+
- Updated @react-native-async-storage/async-storage@1.15.0 to @react-native-async-storage/async-storage@1.17.3
6+
- Updated expo@^44.0.0 to expo@45.0.0
7+
- Updated expo-app-loading@~1.3.0 to expo-app-loading@2.0.0
8+
- Updated expo-blur@~11.0.0 to expo-blur@11.1.0
9+
- Updated expo-constants@~13.0.1 to expo-constants@13.1.1
10+
- Updated expo-haptics@~11.1.0 to expo-haptics@11.2.0
11+
- Updated expo-linear-gradient@~11.0.3 to expo-linear-gradient@11.3.0
12+
- Updated expo-localization@~12.0.0 to expo-localization@13.0.0
13+
- Updated expo-module-core@^0.2.0 to expo-module-core@0.9.2
14+
- Updated expo-status-bar@~1.2.0 to expo-status-bar@1.3.0
15+
- Updated react@17.0.1 to react@17.0.2
16+
- Updated react-dom@17.0.1 to react-dom@17.0.2
17+
- Updated react-native@0.64.3 to react@0.68.2
18+
- Updated react-native-gesture-handler@2.1.0 to react-native-gesture-handler@2.2.1
19+
- Updated react-native-pager-view@5.4.9 to react-native-pager-view@5.4.15
20+
- Updated react-native-reanimated@~2.3.1 to react-native-reanimated@2.8.0
21+
- Updated react-native-safe-area-context@3.3.2 to react-native-safe-area-context@4.2.4
22+
- Updated react-native-screens@~3.10.1 to react-native-screens@3.11.1
23+
- Updated react-native-web@~0.17.1 to react-native-web@0.17.1
24+
- Updated dev dependencies
25+
- Updated @types/react-native@0.64.12 to @types/react-native@0.67.6
26+
- Updated jest-expo@44.0.0 to jest-expo@45.0.0
27+
128
## [1.0.1] 2022-05-17
29+
230
### Dependencies Update
31+
332
- all dependencies update
433

534
## [1.0.0] 2021-07-07
35+
636
### Initial Release

package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,42 @@
1010
"lint": "eslint . --ext .ts,.tsx --quiet"
1111
},
1212
"dependencies": {
13-
"@react-native-async-storage/async-storage": "~1.15.0",
13+
"@react-native-async-storage/async-storage": "1.17.3",
1414
"@react-native-community/masked-view": "0.1.10",
15-
"@react-navigation/drawer": "^5.12.5",
16-
"@react-navigation/native": "^5.9.4",
17-
"@react-navigation/stack": "^5.14.5",
18-
"dayjs": "^1.10.5",
19-
"expo": "^44.0.0",
20-
"expo-app-loading": "~1.3.0",
21-
"expo-blur": "~11.0.0",
22-
"expo-constants": "~13.0.1",
23-
"expo-haptics": "~11.1.0",
24-
"expo-linear-gradient": "~11.0.3",
25-
"expo-localization": "~12.0.0",
26-
"expo-modules-core": "~0.6.4",
27-
"expo-status-bar": "~1.2.0",
28-
"i18n-js": "^3.8.0",
29-
"react": "17.0.1",
30-
"react-dom": "17.0.1",
31-
"react-native": "0.64.3",
32-
"react-native-gesture-handler": "~2.1.0",
33-
"react-native-keyboard-aware-scroll-view": "^0.9.4",
34-
"react-native-pager-view": "5.4.9",
35-
"react-native-reanimated": "~2.3.1",
36-
"react-native-safe-area-context": "3.3.2",
37-
"react-native-screens": "~3.10.1",
38-
"react-native-web": "0.17.1"
15+
"@react-navigation/drawer": "5.12.5",
16+
"@react-navigation/native": "5.9.4",
17+
"@react-navigation/stack": "5.14.5",
18+
"dayjs": "1.10.5",
19+
"expo": "45.0.0",
20+
"expo-app-loading": "2.0.0",
21+
"expo-blur": "11.1.0",
22+
"expo-constants": "13.1.1",
23+
"expo-haptics": "11.2.0",
24+
"expo-linear-gradient": "11.3.0",
25+
"expo-localization": "13.0.0",
26+
"expo-modules-core": "0.9.2",
27+
"expo-status-bar": "1.3.0",
28+
"i18n-js": "3.8.0",
29+
"react": "17.0.2",
30+
"react-dom": "17.0.2",
31+
"react-native": "0.68.2",
32+
"react-native-gesture-handler": "2.2.1",
33+
"react-native-keyboard-aware-scroll-view": "0.9.4",
34+
"react-native-pager-view": "5.4.15",
35+
"react-native-reanimated": "2.8.0",
36+
"react-native-safe-area-context": "4.2.4",
37+
"react-native-screens": "3.11.1",
38+
"react-native-web": "0.17.7"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.12.9",
42-
"@react-native-community/eslint-config": "^2.0.0",
43-
"@types/i18n-js": "^3.8.1",
44-
"@types/react": "~17.0.21",
45-
"@types/react-native": "~0.64.12",
46-
"eslint": "^7.28.0",
47-
"jest-expo": "^44.0.0",
48-
"typescript": "~4.3.5"
41+
"@babel/core": "7.12.9",
42+
"@react-native-community/eslint-config": "2.0.0",
43+
"@types/i18n-js": "3.8.1",
44+
"@types/react": "17.0.21",
45+
"@types/react-native": "0.67.6",
46+
"eslint": "7.28.0",
47+
"jest-expo": "45.0.0",
48+
"typescript": "4.3.5"
4949
},
5050
"private": true,
5151
"jest": {

0 commit comments

Comments
 (0)