Skip to content

Commit 8b99d0b

Browse files
authored
fix: quicktype dependency ownership (#241)
1 parent f486ddb commit 8b99d0b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@
2727
"dependencies": {
2828
"@changesets/changelog-github": "^0.5.2",
2929
"@changesets/cli": "^2.29.8",
30-
"@expo/config-plugins": "^54.0.4",
31-
"quicktype-core": "^23.2.6",
32-
"quicktype-typescript-input": "^23.2.6"
30+
"@expo/config-plugins": "^54.0.4"
3331
},
3432
"devDependencies": {
3533
"@commitlint/cli": "^20.3.1",
@@ -44,6 +42,8 @@
4442
"eslint-plugin-prettier": "^5.1.3",
4543
"lefthook": "^2.0.15",
4644
"prettier": "^3.7.4",
45+
"quicktype-core": "^23.2.6",
46+
"quicktype-typescript-input": "^23.2.6",
4747
"turbo": "^2.7.4",
4848
"typescript": "5.9.3"
4949
},

packages/brownie/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070
},
7171
"dependencies": {
7272
"@callstack/brownfield-cli": "workspace:^",
73-
"quicktype-core": "^23.2.6",
74-
"quicktype-typescript-input": "^23.2.6",
7573
"ts-morph": "^27.0.2"
7674
},
7775
"devDependencies": {

packages/cli/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@
7676
"@rock-js/plugin-brownfield-ios": "^0.12.8",
7777
"@rock-js/tools": "^0.12.8",
7878
"commander": "^14.0.2",
79+
"quicktype-core": "^23.2.6",
80+
"quicktype-typescript-input": "^23.2.6",
7981
"ts-morph": "^27.0.2"
8082
},
8183
"devDependencies": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,6 +2232,8 @@ __metadata:
22322232
eslint: "npm:^9.28.0"
22332233
globals: "npm:^16.2.0"
22342234
nodemon: "npm:^3.1.11"
2235+
quicktype-core: "npm:^23.2.6"
2236+
quicktype-typescript-input: "npm:^23.2.6"
22352237
ts-morph: "npm:^27.0.2"
22362238
typescript: "npm:5.9.3"
22372239
vitest: "npm:^4.0.17"
@@ -2372,8 +2374,6 @@ __metadata:
23722374
globals: "npm:^16.2.0"
23732375
import: "npm:^0.0.6"
23742376
nodemon: "npm:^3.1.11"
2375-
quicktype-core: "npm:^23.2.6"
2376-
quicktype-typescript-input: "npm:^23.2.6"
23772377
react-native: "npm:0.82.1"
23782378
react-native-builder-bob: "npm:^0.40.17"
23792379
ts-morph: "npm:^27.0.2"

0 commit comments

Comments
 (0)