Skip to content

Commit 99db275

Browse files
1 parent 4e4eb23 commit 99db275

File tree

46 files changed

+22896
-31564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+22896
-31564
lines changed

.gitignore

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,6 @@ build
3636
#
3737
npm-debug.log
3838

39-
# Yarn
40-
#
41-
yarn-error.log
42-
.yarn/*
43-
!.yarn/patches
44-
!.yarn/plugins
45-
!.yarn/releases
46-
!.yarn/sdks
47-
!.yarn/versions
48-
49-
# nx
50-
#
51-
.nx/*
52-
5339
# Lerna
5440
#
5541
lerna-debug.log

.prettierignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ allure-results
2323
pluginTemplates
2424
templateFiles/**/*
2525
!/**/*/*.json
26-
*.d.ts
27-
/.nx/workspace-data
26+
*.d.ts

.yarn/releases/yarn-3.6.4.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

lerna.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"version": "independent",
33
"npmClient": "yarn",
4-
"packages": ["packages/*"],
5-
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
4+
"useWorkspaces": true,
5+
"command": {
6+
"bootstrap": {
7+
"npmClientArgs": ["--no-package-lock", "--unsafe-perm=true", "--no-optional"]
8+
}
9+
}
610
}

nx.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

package.json

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@
5656
"url": "git://github.com/flexn-io/renative.git"
5757
},
5858
"scripts": {
59-
"bootstrap": "yarn install && yarn setup",
60-
"bootstrap-clean": "yarn clean-gitignore && yarn install && yarn setup",
61-
"setup": "yarn build && yarn link:rnv && yarn generateSchema && yarn resetOverrides",
59+
"bootstrap": "npx lerna@6 bootstrap && yarn build && yarn link:rnv && yarn generateSchema && yarn resetOverrides",
60+
"bootstrap-clean": "yarn clean-gitignore && yarn bootstrap",
6261
"build": "lerna run build",
6362
"clean-gitignore": "git clean -f -d -i -X",
6463
"compile": "npx lerna run compile",
@@ -69,7 +68,7 @@
6968
"generateSchema": "npx rnv hooks run -x generateSchema && yarn prettier-write-json",
7069
"link:rnv": "npm r rnv -g && cd packages/rnv && npm link",
7170
"lint": "npx eslint ./packages",
72-
"postinstall": " npx jetify && npx husky install",
71+
"postinstall": "npx lerna link --force-local && npx jetify && npx husky install",
7372
"pre-publish": "yarn build && yarn link:rnv && yarn lint && yarn test && rnv hooks run -x prePublish && rnv hooks run -x gitCommitAndTag && yarn generateSchema",
7473
"prettier-write-all": "npx prettier '**/*.{js,jsx,ts,tsx,mjs,cjs,json,md}' --write --config .prettierrc.js",
7574
"prettier-write-json": "npx prettier '**/{package.json,renative.json,renative.**.json,rnv.json,rnv.**.json,renative-1.0.schema.json}' --write --config .prettierrc.js",
@@ -82,9 +81,6 @@
8281
"watch": "npx lerna exec yarn watch --parallel",
8382
"watch-alt": "npx lerna run compile & npx lerna watch -- lerna run compile"
8483
},
85-
"workspaces": [
86-
"packages/*"
87-
],
8884
"devDependencies": {
8985
"@babel/eslint-parser": "7.17.0",
9086
"@flexn/eslint-config": "1.0.0",
@@ -113,7 +109,7 @@
113109
"jest": "^29.6.3",
114110
"jest-environment-jsdom": "29.7.0",
115111
"json-diff": "1.0.6",
116-
"lerna": "^8.1.9",
112+
"lerna": "^6.6.2",
117113
"lint-staged": "12.3.4",
118114
"madge": "6.1.0",
119115
"prettier": "2.8.8",
@@ -144,5 +140,20 @@
144140
"eslint"
145141
]
146142
},
147-
"packageManager": "[email protected]"
143+
"workspaces": {
144+
"packages": [
145+
"packages/*"
146+
],
147+
"nohoist": [
148+
"html-webpack-plugin",
149+
"html-webpack-harddisk-plugin",
150+
"webpack",
151+
"mini-css-extract-plugin",
152+
"execa",
153+
"**/@flexn/graybox",
154+
"**/appium-*",
155+
"**/@wdio/*",
156+
"**/@react-native/metro-babel-transformer"
157+
]
158+
}
148159
}

packages/adapter/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
"watch": "tsc --watch --preserveWatchOutput"
3030
},
3131
"dependencies": {
32-
"babel-plugin-module-resolver": "^5.0.0",
33-
"rimraf": "2.6.2",
34-
"typescript": "5.2.2"
32+
"babel-plugin-module-resolver": "^5.0.0"
3533
},
3634
"publishConfig": {
3735
"access": "public"

packages/app-harness/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252
"react": "18.3.1",
5353
"react-art": "18.3.1",
5454
"react-dom": "18.3.1",
55-
"react-native": "0.76.3",
55+
"react-native": "0.76.5",
5656
"react-native-carplay": "2.3.0",
5757
"react-native-fs": "2.20.0",
5858
"react-native-gesture-handler": "2.21.2",
5959
"react-native-google-cast": "4.8.3",
6060
"react-native-orientation-locker": "1.7.0",
6161
"react-native-permissions": "5.2.1",
62-
"react-native-photo-editor": "github:AppGyver/react-native-photo-editor#0.1.2",
62+
"react-native-photo-editor": "github:AppGyver/react-native-photo-editor#v0.1.2",
6363
"react-native-safe-area-context": "5.0.0",
6464
"react-native-splash-screen": "3.3.0",
65-
"react-native-tvos": "0.76.3-0",
65+
"react-native-tvos": "0.76.5-0",
6666
"react-native-web": "0.19.12",
6767
"rn-fetch-blob": "0.12.0"
6868
},

packages/app-harness/renative.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"disabled": true
223223
},
224224
"pluginDependencies": null,
225-
"version": "github:AppGyver/react-native-photo-editor#0.1.2"
225+
"version": "github:AppGyver/react-native-photo-editor#v0.1.2"
226226
},
227227
"react-native-permissions": {
228228
"ios": {

0 commit comments

Comments
 (0)