Skip to content

Commit 6cffea8

Browse files
committed
Merge branch 'dev-0.15'
2 parents 6da88a8 + f0b5c6d commit 6cffea8

File tree

9 files changed

+800
-793
lines changed

9 files changed

+800
-793
lines changed

example/ios/Podfile.lock

Lines changed: 234 additions & 234 deletions
Large diffs are not rendered by default.

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"dependencies": {
1515
"@dr.pogodin/react-native-fs": "^2.27.1",
1616
"react": "18.3.1",
17-
"react-native": "0.74.3",
17+
"react-native": "0.74.5",
1818
"react-native-webview": "13.10.5",
19-
"react-native-windows": "0.74.11"
19+
"react-native-windows": "0.74.18"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.24.8",
23-
"@babel/preset-env": "^7.24.8",
24-
"@babel/runtime": "^7.24.8",
22+
"@babel/core": "^7.25.2",
23+
"@babel/preset-env": "^7.25.4",
24+
"@babel/runtime": "^7.25.4",
2525
"babel-plugin-module-resolver": "^5.0.2",
26-
"metro-config": "^0.80.9"
26+
"metro-config": "^0.80.10"
2727
},
2828
"engines": {
2929
"node": ">=18"

example/windows/ReactNativeStaticServerExample/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"native,Version=v0.0": {
55
"Microsoft.JavaScript.Hermes": {
66
"type": "Direct",
7-
"requested": "[0.1.18, )",
8-
"resolved": "0.1.18",
9-
"contentHash": "5K8rRihGwIs2XNOTP2Jsw3T6cegxCBQXcpPS4optONU/AmFElGAfnA6XBQJ4UqlCFCl9Nf9zQrgvCUPBWYHiag=="
7+
"requested": "[0.1.23, )",
8+
"resolved": "0.1.23",
9+
"contentHash": "cA9t1GjY4Yo0JD1AfA//e1lOwk48hLANfuX6GXrikmEBNZVr2TIX5ONJt5tqCnpZyLz6xGiPDgTfFNKbSfb21g=="
1010
},
1111
"Microsoft.UI.Xaml": {
1212
"type": "Direct",
@@ -25,8 +25,8 @@
2525
},
2626
"boost": {
2727
"type": "Transitive",
28-
"resolved": "1.76.0",
29-
"contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA=="
28+
"resolved": "1.83.0",
29+
"contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
3030
},
3131
"Microsoft.Web.WebView2": {
3232
"type": "Transitive",
@@ -36,7 +36,7 @@
3636
"common": {
3737
"type": "Project",
3838
"dependencies": {
39-
"boost": "[1.76.0, )"
39+
"boost": "[1.83.0, )"
4040
}
4141
},
4242
"fmt": {
@@ -46,25 +46,25 @@
4646
"type": "Project",
4747
"dependencies": {
4848
"Fmt": "[1.0.0, )",
49-
"boost": "[1.76.0, )"
49+
"boost": "[1.83.0, )"
5050
}
5151
},
5252
"microsoft.reactnative": {
5353
"type": "Project",
5454
"dependencies": {
5555
"Common": "[1.0.0, )",
5656
"Folly": "[1.0.0, )",
57-
"Microsoft.JavaScript.Hermes": "[0.1.18, )",
57+
"Microsoft.JavaScript.Hermes": "[0.1.23, )",
5858
"Microsoft.UI.Xaml": "[2.8.0, )",
5959
"ReactCommon": "[1.0.0, )",
60-
"boost": "[1.76.0, )"
60+
"boost": "[1.83.0, )"
6161
}
6262
},
6363
"reactcommon": {
6464
"type": "Project",
6565
"dependencies": {
6666
"Folly": "[1.0.0, )",
67-
"boost": "[1.76.0, )"
67+
"boost": "[1.83.0, )"
6868
}
6969
},
7070
"reactnativefs": {

lighttpd1.4

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dr.pogodin/react-native-static-server",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "HTTP static file server for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -51,23 +51,23 @@
5151
},
5252
"devDependencies": {
5353
"@dr.pogodin/react-native-fs": "^2.27.1",
54-
"@react-native/eslint-config": "^0.74.85",
55-
"@react-native/metro-config": "^0.74.85",
54+
"@react-native/eslint-config": "^0.74.87",
55+
"@react-native/metro-config": "^0.74.87",
5656
"@types/jest": "^29.5.12",
57-
"@types/react": "^18.3.3",
57+
"@types/react": "^18.3.4",
5858
"@types/uuid": "^10.0.0",
5959
"del-cli": "^5.1.0",
6060
"eslint": "^8.57.0",
6161
"eslint-config-prettier": "^9.1.0",
62-
"eslint-plugin-prettier": "^5.1.3",
62+
"eslint-plugin-prettier": "^5.2.1",
6363
"jest": "^29.7.0",
64-
"metro-config": "^0.80.9",
65-
"prettier": "^3.3.2",
64+
"metro-config": "^0.80.10",
65+
"prettier": "^3.3.3",
6666
"react": "18.3.1",
67-
"react-native": "0.74.3",
67+
"react-native": "0.74.5",
6868
"react-native-builder-bob": "^0.26.0",
69-
"react-native-windows": "^0.74.11",
70-
"typescript": "^5.5.3"
69+
"react-native-windows": "^0.74.18",
70+
"typescript": "^5.5.4"
7171
},
7272
"resolutions": {
7373
"@types/react": "^18.2.48"

pcre2

Submodule pcre2 updated 98 files

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"allowUnusedLabels": false,
99
"esModuleInterop": true,
1010
"forceConsistentCasingInFileNames": true,
11-
"jsx": "react",
11+
"jsx": "react-jsx",
1212
"lib": ["esnext"],
1313
"module": "esnext",
1414
"moduleResolution": "node",

windows/ReactNativeStaticServer/packages.lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
},
2020
"boost": {
2121
"type": "Transitive",
22-
"resolved": "1.76.0",
23-
"contentHash": "p+w3YvNdXL8Cu9Fzrmexssu0tZbWxuf6ywsQqHjDlKFE5ojXHof1HIyMC3zDLfLnh80dIeFcEUAuR2Asg/XHRA=="
22+
"resolved": "1.83.0",
23+
"contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
2424
},
2525
"Microsoft.JavaScript.Hermes": {
2626
"type": "Transitive",
27-
"resolved": "0.1.18",
28-
"contentHash": "5K8rRihGwIs2XNOTP2Jsw3T6cegxCBQXcpPS4optONU/AmFElGAfnA6XBQJ4UqlCFCl9Nf9zQrgvCUPBWYHiag=="
27+
"resolved": "0.1.23",
28+
"contentHash": "cA9t1GjY4Yo0JD1AfA//e1lOwk48hLANfuX6GXrikmEBNZVr2TIX5ONJt5tqCnpZyLz6xGiPDgTfFNKbSfb21g=="
2929
},
3030
"Microsoft.Web.WebView2": {
3131
"type": "Transitive",
@@ -35,7 +35,7 @@
3535
"common": {
3636
"type": "Project",
3737
"dependencies": {
38-
"boost": "[1.76.0, )"
38+
"boost": "[1.83.0, )"
3939
}
4040
},
4141
"fmt": {
@@ -45,25 +45,25 @@
4545
"type": "Project",
4646
"dependencies": {
4747
"Fmt": "[1.0.0, )",
48-
"boost": "[1.76.0, )"
48+
"boost": "[1.83.0, )"
4949
}
5050
},
5151
"microsoft.reactnative": {
5252
"type": "Project",
5353
"dependencies": {
5454
"Common": "[1.0.0, )",
5555
"Folly": "[1.0.0, )",
56-
"Microsoft.JavaScript.Hermes": "[0.1.18, )",
56+
"Microsoft.JavaScript.Hermes": "[0.1.23, )",
5757
"Microsoft.UI.Xaml": "[2.8.0, )",
5858
"ReactCommon": "[1.0.0, )",
59-
"boost": "[1.76.0, )"
59+
"boost": "[1.83.0, )"
6060
}
6161
},
6262
"reactcommon": {
6363
"type": "Project",
6464
"dependencies": {
6565
"Folly": "[1.0.0, )",
66-
"boost": "[1.76.0, )"
66+
"boost": "[1.83.0, )"
6767
}
6868
}
6969
},

0 commit comments

Comments
 (0)