File tree 11 files changed +20
-20
lines changed
eslint-config-react-native
react-native-babel-preset
react-native-babel-transformer
11 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 55
55
"@definitelytyped/dtslint" : " ^0.0.127" ,
56
56
"@jest/create-cache-key-function" : " ^29.6.3" ,
57
57
"@pkgjs/parseargs" : " ^0.11.0" ,
58
- "@react-native/metro-babel-transformer" : " 0.73.12 " ,
59
- "@react-native/metro-config" : " 0.73.2 " ,
58
+ "@react-native/metro-babel-transformer" : " 0.73.13 " ,
59
+ "@react-native/metro-config" : " 0.73.3 " ,
60
60
"@tsconfig/node18" : " 1.0.1" ,
61
61
"@types/react" : " ^18.0.18" ,
62
62
"@typescript-eslint/parser" : " ^5.57.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native/babel-plugin-codegen" ,
3
- "version" : " 0.73.1 " ,
3
+ "version" : " 0.73.2 " ,
4
4
"description" : " Babel plugin to generate native module and view manager code for React Native." ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native/community-cli-plugin" ,
3
- "version" : " 0.73.11 " ,
3
+ "version" : " 0.73.12 " ,
4
4
"description" : " Core CLI commands for React Native" ,
5
5
"keywords" : [
6
6
" react-native" ,
22
22
" dist"
23
23
],
24
24
"dependencies" : {
25
- "@react-native/dev-middleware" : " 0.73.6 " ,
25
+ "@react-native/dev-middleware" : " 0.73.7 " ,
26
26
"@react-native-community/cli-server-api" : " 12.3.0" ,
27
27
"@react-native-community/cli-tools" : " 12.3.0" ,
28
- "@react-native/metro-babel-transformer" : " 0.73.12 " ,
28
+ "@react-native/metro-babel-transformer" : " 0.73.13 " ,
29
29
"chalk" : " ^4.0.0" ,
30
30
"execa" : " ^5.1.1" ,
31
31
"metro" : " ^0.80.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native/dev-middleware" ,
3
- "version" : " 0.73.6 " ,
3
+ "version" : " 0.73.7 " ,
4
4
"description" : " Dev server middleware for React Native" ,
5
5
"keywords" : [
6
6
" react-native" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native/eslint-config" ,
3
- "version" : " 0.73.1 " ,
3
+ "version" : " 0.73.2 " ,
4
4
"description" : " ESLint config for React Native" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native/eslint-plugin-specs" ,
3
- "version" : " 0.73.1 " ,
3
+ "version" : " 0.73.2 " ,
4
4
"description" : " ESLint rules to validate NativeModule and Component Specs" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native/metro-config" ,
3
- "version" : " 0.73.2 " ,
3
+ "version" : " 0.73.3 " ,
4
4
"description" : " Metro configuration for React Native." ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
20
20
},
21
21
"exports" : " ./index.js" ,
22
22
"dependencies" : {
23
- "@react-native/metro-babel-transformer" : " 0.73.12 " ,
23
+ "@react-native/metro-babel-transformer" : " 0.73.13 " ,
24
24
"@react-native/js-polyfills" : " 0.73.1" ,
25
25
"metro-config" : " ^0.80.3" ,
26
26
"metro-runtime" : " ^0.80.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native/babel-preset" ,
3
- "version" : " 0.73.18 " ,
3
+ "version" : " 0.73.19 " ,
4
4
"description" : " Babel preset for React Native applications" ,
5
5
"main" : " src/index.js" ,
6
6
"repository" : {
53
53
"@babel/plugin-transform-typescript" : " ^7.5.0" ,
54
54
"@babel/plugin-transform-unicode-regex" : " ^7.0.0" ,
55
55
"@babel/template" : " ^7.0.0" ,
56
- "@react-native/babel-plugin-codegen" : " 0.73.1 " ,
56
+ "@react-native/babel-plugin-codegen" : " 0.73.2 " ,
57
57
"babel-plugin-transform-flow-enums" : " ^0.0.2" ,
58
58
"react-refresh" : " ^0.14.0"
59
59
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @react-native/metro-babel-transformer" ,
3
- "version" : " 0.73.12 " ,
3
+ "version" : " 0.73.13 " ,
4
4
"description" : " Babel transformer for React Native applications." ,
5
5
"main" : " src/index.js" ,
6
6
"repository" : {
16
16
"license" : " MIT" ,
17
17
"dependencies" : {
18
18
"@babel/core" : " ^7.20.0" ,
19
- "@react-native/babel-preset" : " 0.73.18 " ,
19
+ "@react-native/babel-preset" : " 0.73.19 " ,
20
20
"hermes-parser" : " 0.15.0" ,
21
21
"nullthrows" : " ^1.1.1"
22
22
},
Original file line number Diff line number Diff line change 97
97
"@react-native-community/cli-platform-android" : " 12.3.0" ,
98
98
"@react-native-community/cli-platform-ios" : " 12.3.0" ,
99
99
"@react-native/assets-registry" : " 0.73.1" ,
100
- "@react-native/community-cli-plugin" : " 0.73.11 " ,
100
+ "@react-native/community-cli-plugin" : " 0.73.12 " ,
101
101
"@react-native/codegen" : " 0.73.2" ,
102
102
"@react-native/gradle-plugin" : " 0.73.4" ,
103
103
"@react-native/js-polyfills" : " 0.73.1" ,
148
148
}
149
149
]
150
150
}
151
- }
151
+ }
Original file line number Diff line number Diff line change 17
17
"@babel/core" : " ^7.20.0" ,
18
18
"@babel/preset-env" : " ^7.20.0" ,
19
19
"@babel/runtime" : " ^7.20.0" ,
20
- "@react-native/babel-preset" : " 0.73.18 " ,
21
- "@react-native/eslint-config" : " 0.73.1 " ,
22
- "@react-native/metro-config" : " 0.73.2 " ,
20
+ "@react-native/babel-preset" : " 0.73.19 " ,
21
+ "@react-native/eslint-config" : " 0.73.2 " ,
22
+ "@react-native/metro-config" : " 0.73.3 " ,
23
23
"@react-native/typescript-config" : " 0.73.1" ,
24
24
"@types/react" : " ^18.2.6" ,
25
25
"@types/react-test-renderer" : " ^18.0.0" ,
You can’t perform that action at this time.
0 commit comments