Skip to content

Commit abf0cda

Browse files
committed
fix: move module-resolver to dev deps
1 parent f050abf commit abf0cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/react-native-marked-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@expo/metro-runtime": "~4.0.0",
15-
"babel-plugin-module-resolver": "^5.0.2",
1615
"expo": "~52.0.24",
1716
"expo-status-bar": "~2.0.0",
1817
"react": "18.3.1",
@@ -25,6 +24,7 @@
2524
"@babel/core": "^7.25.2",
2625
"@babel/runtime": "^7.26.0",
2726
"@types/react": "~18.3.12",
27+
"babel-plugin-module-resolver": "^5.0.2",
2828
"typescript": "^5.3.3"
2929
}
3030
}

0 commit comments

Comments
 (0)