|
5 | 5 | "scripts": {}, |
6 | 6 | "private": true, |
7 | 7 | "workspaces": [ |
| 8 | + "apps/*", |
8 | 9 | "packages/*" |
9 | 10 | ], |
10 | 11 | "dependencies": { |
|
22 | 23 | "@babel/preset-typescript": "7.12.13", |
23 | 24 | "@nrwl/esbuild": "^15.9.3", |
24 | 25 | "@nrwl/eslint-plugin-nx": "^15.9.3", |
25 | | - "@nrwl/jest": "^15.9.3", |
26 | | - "@nrwl/js": "15.9.3", |
| 26 | + "@nrwl/jest": "15.9.4", |
| 27 | + "@nrwl/js": "15.9.4", |
27 | 28 | "@nrwl/linter": "^15.9.3", |
28 | | - "@nrwl/react": "^15.9.3", |
| 29 | + "@nrwl/react": "15.9.4", |
29 | 30 | "@nrwl/react-native": "15.9.3", |
30 | | - "@nrwl/rollup": "^15.9.3", |
| 31 | + "@nrwl/rollup": "15.9.4", |
31 | 32 | "@nrwl/storybook": "15.9.3", |
32 | 33 | "@nrwl/vite": "^15.9.3", |
33 | 34 | "@nrwl/webpack": "^15.9.3", |
|
36 | 37 | "@react-native-community/cli": "10.2.1", |
37 | 38 | "@react-native-community/cli-platform-android": "10.2.0", |
38 | 39 | "@react-native-community/cli-platform-ios": "10.2.1", |
| 40 | + "@rollup/plugin-url": "^7.0.0", |
39 | 41 | "@storybook/addon-essentials": "^6.5.15", |
40 | 42 | "@storybook/addon-ondevice-actions": "^6.0.1-beta.11", |
41 | 43 | "@storybook/addon-ondevice-backgrounds": "^6.0.1-beta.11", |
|
50 | 52 | "@storybook/react": "^6.5.16", |
51 | 53 | "@storybook/react-native": "^6.0.1-beta.11", |
52 | 54 | "@storybook/test-runner": "^0.7.2", |
| 55 | + "@svgr/rollup": "^6.1.2", |
53 | 56 | "@svgr/webpack": "^5.4.0", |
54 | 57 | "@swc/cli": "^0.1.62", |
55 | 58 | "@swc/core": "^1.3.41", |
56 | 59 | "@swc/jest": "^0.2.24", |
57 | 60 | "@testing-library/jest-native": "5.4.2", |
58 | | - "@testing-library/react-native": "11.5.2", |
59 | | - "@types/react-native": "^0.71.6", |
60 | 61 | "@testing-library/react": "14.0.0", |
| 62 | + "@testing-library/react-native": "11.5.2", |
61 | 63 | "@types/jest": "^29.4.0", |
62 | 64 | "@types/node": "18.14.2", |
63 | 65 | "@types/react": "18.0.28", |
64 | 66 | "@types/react-dom": "18.0.11", |
| 67 | + "@types/react-native": "^0.71.6", |
65 | 68 | "@types/react-router-dom": "5.3.3", |
66 | 69 | "@typescript-eslint/eslint-plugin": "^5.36.1", |
67 | 70 | "@typescript-eslint/parser": "^5.36.1", |
68 | 71 | "@vitejs/plugin-react": "^3.0.0", |
69 | 72 | "@vitest/coverage-c8": "~0.25.8", |
70 | 73 | "@vitest/ui": "^0.25.8", |
| 74 | + "babel-jest": "^29.4.1", |
71 | 75 | "babel-loader": "8.1.0", |
72 | 76 | "eslint": "~8.15.0", |
73 | 77 | "eslint-config-prettier": "8.1.0", |
|
79 | 83 | "html-webpack-plugin": "^5.5.0", |
80 | 84 | "jest": "^29.4.1", |
81 | 85 | "jest-environment-jsdom": "^29.4.1", |
| 86 | + "jest-environment-node": "^29.4.1", |
82 | 87 | "jest-file-snapshot": "^0.5.0", |
83 | 88 | "jest-react-native": "18.0.0", |
| 89 | + "jsdom": "~20.0.3", |
84 | 90 | "metro": "0.74.1", |
85 | 91 | "metro-babel-register": "0.74.1", |
86 | 92 | "metro-config": "^0.76.3", |
|
98 | 104 | "react-native-svg": "13.8.0", |
99 | 105 | "react-native-svg-transformer": "1.0.0", |
100 | 106 | "react-native-url-polyfill": "^1.3.0", |
101 | | - "jsdom": "~20.0.3", |
102 | 107 | "react-test-renderer": "18.2.0", |
103 | 108 | "ts-jest": "^29.0.5", |
104 | 109 | "ts-node": "^10.9.1", |
|
0 commit comments