|
5 | 5 | { |
6 | 6 | "groupName": "@react-native-community/cli", |
7 | 7 | "allowedVersions": "^18.0.0", |
8 | | - "matchPackageNames": ["@react-native-community/cli{/,}**"] |
| 8 | + "matchPackageNames": ["@react-native-community/cli**"] |
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "groupName": "Android CameraX", |
12 | 12 | "matchDatasources": ["maven"], |
13 | | - "matchPackageNames": ["androidx.camera{/,}**"] |
| 13 | + "matchPackageNames": ["androidx.camera:**"] |
14 | 14 | }, |
15 | 15 | { |
16 | 16 | "groupName": "Kotlin", |
17 | 17 | "matchDatasources": ["maven"], |
18 | | - "matchPackageNames": ["org.jetbrains.kotlin{/,}**"] |
| 18 | + "matchPackageNames": ["org.jetbrains.kotlin:**"] |
19 | 19 | }, |
20 | 20 | { |
21 | 21 | "groupName": "ESLint", |
|
29 | 29 | { |
30 | 30 | "groupName": "TypeScript type definitions", |
31 | 31 | "matchDatasources": ["npm"], |
32 | | - "matchPackageNames": ["@types/{/,}**"] |
| 32 | + "matchPackageNames": ["@types/**"] |
33 | 33 | }, |
34 | 34 | { |
35 | 35 | "groupName": "WebdriverIO", |
|
48 | 48 | "matchPackageNames": [ |
49 | 49 | "@callstack/react-native-visionos", |
50 | 50 | "@react-native-community/template", |
51 | | - "@react-native-mac/virtualized-lists", |
52 | | - "@react-native/assets-registry", |
53 | | - "@react-native/babel-plugin-codegen", |
54 | | - "@react-native/babel-preset", |
55 | | - "@react-native/codegen", |
56 | | - "@react-native/community-cli-plugin", |
57 | | - "@react-native/debugger-frontend", |
58 | | - "@react-native/dev-middleware", |
59 | | - "@react-native/gradle-plugin", |
60 | | - "@react-native/js-polyfills", |
61 | | - "@react-native/metro-babel-transformer", |
62 | | - "@react-native/metro-config", |
63 | | - "@react-native/normalize-colors", |
64 | | - "@react-native/virtualized-lists", |
| 51 | + "@react-native-mac/**", |
| 52 | + "@react-native-macos/**", |
| 53 | + "@react-native/**", |
65 | 54 | "react-native", |
66 | 55 | "react-native-macos", |
67 | 56 | "react-native-windows" |
|
0 commit comments