Skip to content

Commit 60308b9

Browse files
committed
fix babel
1 parent 13ecbe0 commit 60308b9

File tree

2 files changed

+51
-4
lines changed

2 files changed

+51
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ['module:metro-react-native-babel-preset'],
2+
presets: ['module:@react-native/babel-preset']
33
};

windows/ReactNativeBlobUtil/packages.lock.json

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,58 @@
22
"version": 1,
33
"dependencies": {
44
"native,Version=v0.0": {
5+
"boost": {
6+
"type": "Direct",
7+
"requested": "[1.83.0, )",
8+
"resolved": "1.83.0",
9+
"contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
10+
},
11+
"Microsoft.ReactNative": {
12+
"type": "Direct",
13+
"requested": "[0.76.13-Fabric, )",
14+
"resolved": "0.76.13-Fabric",
15+
"contentHash": "27knHk/oMl4BoTERHHJjGFR0+siIjJSxpXGf4SE2yMMqh23E8ldh/Y+vj9Rdegw5ImYE2Vv1AAWUT2AVxWIpeQ=="
16+
},
17+
"Microsoft.ReactNative.Cxx": {
18+
"type": "Direct",
19+
"requested": "[0.76.13-Fabric, )",
20+
"resolved": "0.76.13-Fabric",
21+
"contentHash": "xc5bToQBHt0BBkFQcaFG6fAdquYGHLdCaxqwwkUTpLIxfqPOIHFXHv5ADm/9KvzlXbW/4RjtT5zUzIZoBf4N1w==",
22+
"dependencies": {
23+
"Microsoft.ReactNative": "0.76.13-Fabric"
24+
}
25+
},
26+
"Microsoft.VCRTForwarders.140": {
27+
"type": "Direct",
28+
"requested": "[1.0.2-rc, )",
29+
"resolved": "1.0.2-rc",
30+
"contentHash": "/r+sjtEeCIGyDhobIZ5hSmYhC/dSyGZxf1SxYJpElUhB0LMCktOMFs9gXrauXypIFECpVynNyVjAmJt6hjJ5oQ=="
31+
},
532
"Microsoft.Windows.CppWinRT": {
633
"type": "Direct",
7-
"requested": "[2.0.200615.7, 2.0.200615.7]",
8-
"resolved": "2.0.200615.7",
9-
"contentHash": "v0eqkeeZkokrx3EsTe44wM8ZD+8yDJQDItGeA0WX2PpQrp2GYLGgiYlqc3f+XJqs/3DAGrKbxpRFFlcMivWJeQ=="
34+
"requested": "[2.0.230706.1, )",
35+
"resolved": "2.0.230706.1",
36+
"contentHash": "l0D7oCw/5X+xIKHqZTi62TtV+1qeSz7KVluNFdrJ9hXsst4ghvqQ/Yhura7JqRdZWBXAuDS0G0KwALptdoxweQ=="
37+
},
38+
"Microsoft.WindowsAppSDK": {
39+
"type": "Direct",
40+
"requested": "[1.7.250401001, )",
41+
"resolved": "1.7.250401001",
42+
"contentHash": "kPsJ2LZoo3Xs/6FtIWMZRGnQ2ZMx9zDa0ZpqRGz1qwZr0gwwlXZJTmngaA1Ym2AHmIa05NtX2jEE2He8CzfhTg==",
43+
"dependencies": {
44+
"Microsoft.Web.WebView2": "1.0.2903.40",
45+
"Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
46+
}
47+
},
48+
"Microsoft.Web.WebView2": {
49+
"type": "Transitive",
50+
"resolved": "1.0.2903.40",
51+
"contentHash": "THrzYAnJgE3+cNH+9Epr44XjoZoRELdVpXlWGPs6K9C9G6TqyDfVCeVAR/Er8ljLitIUX5gaSkPsy9wRhD1sgQ=="
52+
},
53+
"Microsoft.Windows.SDK.BuildTools": {
54+
"type": "Transitive",
55+
"resolved": "10.0.22621.756",
56+
"contentHash": "7ZL2sFSioYm1Ry067Kw1hg0SCcW5kuVezC2SwjGbcPE61Nn+gTbH86T73G3LcEOVj0S3IZzNuE/29gZvOLS7VA=="
1057
}
1158
}
1259
}

0 commit comments

Comments
 (0)