Skip to content

Commit 427a50e

Browse files
HowlHowl
authored andcommitted
chore: update version
1 parent e98474b commit 427a50e

File tree

4 files changed

+2356
-2054
lines changed

4 files changed

+2356
-2054
lines changed

apps/example/app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"output": "static",
2828
"favicon": "./assets/images/favicon.png"
2929
},
30-
"plugins": ["expo-router"],
30+
"plugins": [
31+
"expo-router",
32+
"expo-font"
33+
],
3134
"experiments": {
3235
"typedRoutes": true
3336
}

apps/example/package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@
1414
},
1515
"dependencies": {
1616
"@expo/vector-icons": "^14.0.2",
17-
"@react-navigation/drawer": "7.0.0-rc.33",
18-
"@react-navigation/native": "7.0.0-rc.21",
19-
"expo": "^52.0.0-preview.18",
20-
"expo-constants": "~17.0.2",
21-
"expo-font": "~13.0.0",
22-
"expo-haptics": "~14.0.0",
23-
"expo-linking": "~7.0.2",
24-
"expo-router": "~4.0.0-preview.11",
25-
"expo-splash-screen": "~0.29.1",
26-
"expo-status-bar": "~2.0.0",
27-
"expo-system-ui": "~4.0.2",
28-
"expo-web-browser": "~14.0.0",
29-
"react": "18.3.1",
30-
"react-dom": "18.3.1",
31-
"react-native": "0.76.1",
32-
"react-native-gesture-handler": "~2.20.2",
33-
"react-native-reanimated": "~3.16.1",
34-
"react-native-safe-area-context": "4.12.0",
35-
"react-native-screens": "4.0.0-beta.16",
36-
"react-native-svg": "^15.8.0",
17+
"@react-navigation/drawer": "6.7.2",
18+
"@react-navigation/native": "6.1.18",
19+
"expo": "^51.0.38",
20+
"expo-constants": "~16.0.2",
21+
"expo-font": "~12.0.10",
22+
"expo-haptics": "~13.0.1",
23+
"expo-linking": "~6.3.1",
24+
"expo-router": "~3.5.23",
25+
"expo-splash-screen": "~0.27.6",
26+
"expo-status-bar": "~1.12.1",
27+
"expo-system-ui": "~3.0.7",
28+
"expo-web-browser": "~13.0.3",
29+
"react": "18.2.0",
30+
"react-dom": "18.2.0",
31+
"react-native": "0.74.5",
32+
"react-native-gesture-handler": "~2.16.1",
33+
"react-native-reanimated": "~3.10.1",
34+
"react-native-safe-area-context": "4.10.5",
35+
"react-native-screens": "3.31.1",
36+
"react-native-svg": "15.2.0",
3737
"react-native-web": "~0.19.13"
3838
},
3939
"devDependencies": {
4040
"@babel/core": "^7.20.0",
4141
"@types/jest": "^29.5.12",
42-
"@types/react": "~18.3.12",
42+
"@types/react": "~18.2.79",
4343
"@types/react-test-renderer": "^18.0.7",
4444
"jest": "^29.2.1",
45-
"jest-expo": "~52.0.0-preview.3",
45+
"jest-expo": "~51.0.4",
4646
"react-test-renderer": "18.2.0",
4747
"typescript": "~5.3.3"
4848
},

packages/react-native-calendar-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@howljs/calendar-kit",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "React Native Calendar Kit",
55
"scripts": {
66
"test": "jest",

0 commit comments

Comments
 (0)