Skip to content

Commit 8c458dd

Browse files
committed
chore(deps): update all non-major dependencies
1 parent 4283cb7 commit 8c458dd

4 files changed

Lines changed: 92 additions & 92 deletions

File tree

apps/expo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"start": "TAMAGUI_TARGET=native npx expo start -c"
1111
},
1212
"resolutions": {
13-
"metro": "0.76.7",
14-
"metro-resolver": "0.76.7"
13+
"metro": "0.77.0",
14+
"metro-resolver": "0.77.0"
1515
},
1616
"dependencies": {
1717
"@babel/runtime": "7.22.6",
@@ -21,7 +21,7 @@
2121
"app": "*",
2222
"babel-plugin-module-resolver": "5.0.0",
2323
"burnt": "0.11.7",
24-
"expo": "48.0.19",
24+
"expo": "48.0.20",
2525
"expo-constants": "14.4.2",
2626
"expo-dev-client": "2.4.4",
2727
"expo-font": "11.4.0",
@@ -37,19 +37,19 @@
3737
"react-native-gesture-handler": "2.12.0",
3838
"react-native-safe-area-context": "4.6.4",
3939
"react-native-screens": "3.22.1",
40-
"react-native-svg": "13.9.0",
40+
"react-native-svg": "13.10.0",
4141
"react-native-web": "0.19.6"
4242
},
4343
"devDependencies": {
4444
"@babel/core": "7.22.8",
4545
"@expo/metro-config": "0.10.6",
4646
"@tamagui/babel-plugin": "latest",
4747
"babel-plugin-transform-inline-environment-variables": "0.4.4",
48-
"metro-minify-terser": "0.76.7",
48+
"metro-minify-terser": "0.77.0",
4949
"typescript": "5.1.6"
5050
},
5151
"overrides": {
52-
"metro": "0.76.7",
53-
"metro-resolver": "0.76.7"
52+
"metro": "0.77.0",
53+
"metro-resolver": "0.77.0"
5454
}
5555
}

apps/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tamagui/next-theme": "latest",
1414
"app": "*",
15-
"next": "13.4.8",
15+
"next": "13.4.9",
1616
"raf": "3.4.1",
1717
"react": "18.2.0",
1818
"react-dom": "18.2.0",
@@ -24,6 +24,6 @@
2424
"devDependencies": {
2525
"@tamagui/next-plugin": "latest",
2626
"@types/node": "18.16.19",
27-
"eslint-config-next": "13.4.8"
27+
"eslint-config-next": "13.4.9"
2828
}
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react-native": "0.72.2",
2525
"react": "18.2.0",
2626
"react-dom": "18.2.0",
27-
"react-native-svg": "13.9.0",
27+
"react-native-svg": "13.10.0",
2828
"react-native-web": "0.19.6",
2929
"react-refresh": "0.14.0"
3030
},

0 commit comments

Comments
 (0)