|
39 | 39 | "@types/node": "^20.0.0",
|
40 | 40 | "eslint": "^9.0.0",
|
41 | 41 | "knip": "^5.30.2",
|
42 |
| - "metro": "^0.80.3", |
| 42 | + "metro": "^0.81.0", |
43 | 43 | "nx": "~19.8.0",
|
44 | 44 | "prettier": "^3.0.0",
|
45 | 45 | "prettier-plugin-organize-imports": "^4.0.0",
|
|
53 | 53 | "resolutions": {
|
54 | 54 | "@microsoft/eslint-plugin-sdl/eslint-plugin-react": "^7.35.2",
|
55 | 55 | "@microsoft/eslint-plugin-sdl/eslint-plugin-security": "^1.4.0",
|
56 |
| - "@react-native-community/cli": "^14.0.0", |
57 |
| - "@react-native-community/cli-platform-android": "^14.0.0", |
58 |
| - "@react-native-community/cli-platform-apple": "^14.0.0", |
59 |
| - "@react-native-community/cli-platform-ios": "^14.0.0", |
60 |
| - "@react-native-community/cli-server-api": "^14.0.0", |
61 |
| - "@react-native-community/cli-tools": "^14.0.0", |
62 |
| - "@react-native-community/cli-types": "^14.0.0", |
| 56 | + "@react-native-community/cli": "^15.0.0", |
| 57 | + "@react-native-community/cli-platform-android": "^15.0.0", |
| 58 | + "@react-native-community/cli-platform-apple": "^15.0.0", |
| 59 | + "@react-native-community/cli-platform-ios": "^15.0.0", |
| 60 | + "@react-native-community/cli-server-api": "^15.0.0", |
| 61 | + "@react-native-community/cli-tools": "^15.0.0", |
| 62 | + "@react-native-community/cli-types": "^15.0.0", |
63 | 63 | "@rnx-kit/react-native-host": "workspace:*",
|
64 | 64 | "@vue/compiler-sfc": "link:./incubator/ignore",
|
65 |
| - "react-native-macos/@react-native/assets-registry": "^0.75.0", |
66 |
| - "react-native-macos/@react-native/codegen": "^0.75.0", |
67 |
| - "react-native-macos/@react-native/community-cli-plugin": "^0.75.0", |
68 |
| - "react-native-macos/@react-native/gradle-plugin": "^0.75.0", |
69 |
| - "react-native-macos/@react-native/js-polyfills": "^0.75.0", |
70 |
| - "react-native-macos/@react-native/normalize-colors": "^0.75.0", |
71 |
| - "react-native-windows/@react-native/assets-registry": "^0.75.0", |
72 |
| - "react-native-windows/@react-native/codegen": "^0.75.0", |
73 |
| - "react-native-windows/@react-native/community-cli-plugin": "^0.75.0", |
74 |
| - "react-native-windows/@react-native/gradle-plugin": "^0.75.0", |
75 |
| - "react-native-windows/@react-native/js-polyfills": "^0.75.0", |
76 |
| - "react-native-windows/@react-native/normalize-colors": "^0.75.0", |
77 |
| - "react-native-windows/@react-native/virtualized-lists": "^0.75.0" |
| 65 | + "react-native-macos/@react-native/assets-registry": "^0.76.0", |
| 66 | + "react-native-macos/@react-native/codegen": "^0.76.0", |
| 67 | + "react-native-macos/@react-native/community-cli-plugin": "^0.76.0", |
| 68 | + "react-native-macos/@react-native/gradle-plugin": "^0.76.0", |
| 69 | + "react-native-macos/@react-native/js-polyfills": "^0.76.0", |
| 70 | + "react-native-macos/@react-native/normalize-colors": "^0.76.0", |
| 71 | + "react-native-windows/@react-native/assets-registry": "^0.76.0", |
| 72 | + "react-native-windows/@react-native/codegen": "^0.76.0", |
| 73 | + "react-native-windows/@react-native/community-cli-plugin": "^0.76.0", |
| 74 | + "react-native-windows/@react-native/gradle-plugin": "^0.76.0", |
| 75 | + "react-native-windows/@react-native/js-polyfills": "^0.76.0", |
| 76 | + "react-native-windows/@react-native/normalize-colors": "^0.76.0", |
| 77 | + "react-native-windows/@react-native/virtualized-lists": "^0.76.0" |
78 | 78 | },
|
79 | 79 | "workspaces": {
|
80 | 80 | "packages": [
|
|
125 | 125 | "incubator/@react-native-webapis/web-storage": {
|
126 | 126 | "ignoreDependencies": [
|
127 | 127 | "@babel/core",
|
128 |
| - "@babel/preset-env", |
129 |
| - "react-native-macos", |
130 |
| - "react-native-windows" |
| 128 | + "@babel/preset-env" |
131 | 129 | ]
|
132 | 130 | },
|
133 | 131 | "packages/babel-preset-metro-react-native": {
|
|
0 commit comments