From d7d80f14223099e035ba61242983c992037fed92 Mon Sep 17 00:00:00 2001 From: Mark Lawlor Date: Wed, 3 Sep 2025 12:42:50 +1000 Subject: [PATCH] chore: move @expo/metro-runtime to a devDependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abef0498..46a184bb 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,6 @@ "!**/__mocks__" ], "dependencies": { - "@expo/metro-runtime": "~6.1.1", "babel-plugin-react-compiler": "^19.1.0-rc.2", "colorjs.io": "0.6.0-alpha.1", "comment-json": "^4.2.5", @@ -168,6 +167,7 @@ "@babel/core": "^7.28.0", "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.30.1", + "@expo/metro-runtime": "~6.1.1", "@ianvs/prettier-plugin-sort-imports": "^4.4.2", "@tailwindcss/postcss": "^4.1.12", "@testing-library/react-native": "^13.3.3",