Skip to content

Commit 2f02968

Browse files
committed
Bump to Expo v49
1 parent 61eeb1c commit 2f02968

3 files changed

Lines changed: 1149 additions & 1489 deletions

File tree

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"ios",
1919
"android"
2020
],
21-
"version": "1.0.14",
21+
"version": "1.0.15",
2222
"icon": "./assets/icon.png",
2323
"splash": {
2424
"image": "./assets/splash.png",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WeechatNative",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"private": true,
55
"scripts": {
66
"start": "expo start",
@@ -9,13 +9,13 @@
99
"lint": "eslint . --ext .ts --ext .tsx"
1010
},
1111
"dependencies": {
12-
"@react-native-async-storage/async-storage": "1.17.11",
12+
"@react-native-async-storage/async-storage": "1.18.2",
1313
"date-fns": "^2.16.1",
14-
"expo": "^48.0.0",
15-
"expo-notifications": "~0.18.1",
14+
"expo": "^49.0.0",
15+
"expo-notifications": "^0.23.0",
1616
"js-sha256": "^0.9.0",
1717
"react": "18.2.0",
18-
"react-native": "0.71.3",
18+
"react-native": "0.72.4",
1919
"react-native-drawer-layout": "https://github.com/mhoran/react-native-drawer-layout#91a2476",
2020
"react-native-drawer-layout-polyfill": "^2.0.0",
2121
"react-native-parsed-text": "^0.0.22",
@@ -29,22 +29,22 @@
2929
"@babel/preset-env": "^7.1.6",
3030
"@testing-library/react-native": "^10.1.1",
3131
"@types/jest": "^29.4.0",
32-
"@types/react": "~18.0.27",
32+
"@types/react": "^18.2.14",
3333
"@types/react-redux": "^7.1.9",
3434
"@typescript-eslint/eslint-plugin": "^5.54.1",
3535
"@typescript-eslint/parser": "^5.54.1",
3636
"babel-jest": "^29.5.0",
37-
"babel-preset-expo": "^9.3.0",
37+
"babel-preset-expo": "^9.5.0",
3838
"eslint": "^8.36.0",
3939
"eslint-config-prettier": "^8.7.0",
4040
"eslint-plugin-prettier": "^4.2.1",
4141
"jest": "^29.2.1",
42-
"jest-expo": "^48.0.0",
42+
"jest-expo": "^49.0.0",
4343
"prettier": "^2.8.4",
44-
"react-test-renderer": "~18.0.0",
44+
"react-test-renderer": "^18.0.0",
4545
"redux-devtools-extension": "^2.13.8",
4646
"tslib": "^2.5.0",
47-
"typescript": "^4.9.4"
47+
"typescript": "^5.1.3"
4848
},
4949
"resolutions": {
5050
"react-native-drawer-layout-polyfill/react-native-drawer-layout": "https://github.com/mhoran/react-native-drawer-layout#91a2476"

0 commit comments

Comments
 (0)