Skip to content

Commit 851c294

Browse files
committed
feat: move starter-base dep to dev dep
1 parent 6fba4bd commit 851c294

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

apps/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-reusables/cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Add react-native-reusables to your project.",
55
"publishConfig": {
66
"access": "public"
@@ -53,7 +53,6 @@
5353
"@babel/core": "^7.26.0",
5454
"@babel/parser": "^7.22.6",
5555
"@babel/plugin-transform-typescript": "^7.22.5",
56-
"@rnr/starter-base": "workspace:*",
5756
"chalk": "5.2.0",
5857
"commander": "^10.0.0",
5958
"cosmiconfig": "^8.1.3",
@@ -73,6 +72,7 @@
7372
},
7473
"devDependencies": {
7574
"@rnr/reusables": "workspace:*",
75+
"@rnr/starter-base": "workspace:*",
7676
"@types/babel__core": "^7.20.1",
7777
"@types/diff": "^5.0.3",
7878
"@types/fs-extra": "^11.0.1",

pnpm-lock.yaml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)