|
25 | 25 | "build": "npm run lib:build && npm run lib:build:base && npm run lib:build:examples && npm run lib:build:test && npm run build:doc", |
26 | 26 | ">>>>>>>": ">>>>>>>", |
27 | 27 | "lib:build": "lerna exec --scope @uiw/react-native -- tsbb build --disable-babel-option --no-esm", |
28 | | - "lib:watch": "lerna exec --scope @uiw/react-native -- tsbb watch --disable-babel-option --no-esm", |
| 28 | + "lib:watch": "lerna exec --scope @uiw/react-native -- tsbb watch --disable-babel-option --no-esm", |
| 29 | + "⬇️⬇️⬇️⬇️⬇️ image-picker ⬇️⬇️⬇️⬇️⬇️": "▼▼▼▼▼ example::base ▼▼▼▼▼", |
| 30 | + "lib:build:image-picker": "lerna exec --scope @uiw/react-native-image-picker -- tsbb build", |
| 31 | + "lib:watch:image-picker": "lerna exec --scope @uiw/react-native-image-picker -- tsbb watch", |
| 32 | + "lib:build:examples:image-picker": "lerna exec --scope @uiw/react-native-image-picker -- tsbb build --disable-babel-option --no-esm --cjs ../../example/examples/lib2", |
| 33 | + "lib:watch:examples:image-picker": "lerna exec --scope @uiw/react-native-image-picker -- tsbb watch --disable-babel-option --no-esm --cjs ../../example/examples/lib2", |
| 34 | + "lib:build:base:image-picker": "lerna exec --scope @uiw/react-native-image-picker -- tsbb build --disable-babel-option --no-esm --cjs ../../example/base/lib2", |
| 35 | + "lib:watch:base:image-picker": "lerna exec --scope @uiw/react-native-image-picker -- tsbb watch --disable-babel-option --no-esm --cjs ../../example/base/lib2", |
| 36 | + "⬆️⬆️⬆️⬆️⬆️ image-picker ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ example::base ▲▲▲▲▲", |
29 | 37 | "start": "lerna exec --scope website -- npm run start", |
30 | 38 | "doc": "lerna exec --scope website -- npm run build", |
31 | 39 | "<<<<<<<": "<<<<<<<", |
|
45 | 53 | "babel-preset-react-native": "4.0.1", |
46 | 54 | "fs-extra": "~10.1.0", |
47 | 55 | "metro-react-native-babel-preset": "0.73.6", |
48 | | - "react": "18.0.0", |
| 56 | + "react": "18.2.0", |
49 | 57 | "react-native": "0.69.7" |
50 | 58 | }, |
51 | 59 | "dependencies": { |
|
56 | 64 | "tsbb": "^3.7.6", |
57 | 65 | "typescript": "^4.7.4" |
58 | 66 | }, |
| 67 | + "resolutions": { |
| 68 | + "react":"~18.2.0", |
| 69 | + "react-dom": "~18.2.0" |
| 70 | + }, |
59 | 71 | "workspaces": { |
60 | 72 | "packages": [ |
61 | 73 | "example/*", |
|
0 commit comments