Skip to content

Commit ee9f5fd

Browse files
committed
[futurepress#105] v0.14.0: Upgrade to Lighttpd v1.4.76
1 parent 5f2f9f0 commit ee9f5fd

File tree

4 files changed

+293
-265
lines changed

4 files changed

+293
-265
lines changed

example/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"windows": "react-native run-windows"
1313
},
1414
"dependencies": {
15-
"@dr.pogodin/react-native-fs": "^2.24.4",
16-
"react": "18.2.0",
17-
"react-native": "0.73.6",
18-
"react-native-webview": "^13.8.4",
19-
"react-native-windows": "^0.73.11"
15+
"@dr.pogodin/react-native-fs": "^2.24.6",
16+
"react": "18.3.1",
17+
"react-native": "0.73.8",
18+
"react-native-webview": "^13.8.7",
19+
"react-native-windows": "^0.73.12"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.24.4",
23-
"@babel/preset-env": "^7.24.4",
24-
"@babel/runtime": "^7.24.4",
22+
"@babel/core": "^7.24.5",
23+
"@babel/preset-env": "^7.24.5",
24+
"@babel/runtime": "^7.24.5",
2525
"@react-native/babel-preset": "^0.73.21",
2626
"@react-native/metro-config": "^0.73.5",
2727
"@react-native/typescript-config": "^0.73.1",
28-
"babel-plugin-module-resolver": "^5.0.0",
28+
"babel-plugin-module-resolver": "^5.0.2",
2929
"metro-config": "^0.80.8",
30-
"pod-install": "^0.2.0"
30+
"pod-install": "^0.2.2"
3131
},
3232
"engines": {
3333
"node": ">=18"

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dr.pogodin/react-native-static-server",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "HTTP static file server for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -50,23 +50,23 @@
5050
"registry": "https://registry.npmjs.org/"
5151
},
5252
"devDependencies": {
53-
"@dr.pogodin/react-native-fs": "^2.24.4",
53+
"@dr.pogodin/react-native-fs": "^2.24.6",
5454
"@react-native/eslint-config": "^0.73.2",
5555
"@types/jest": "^29.5.12",
56-
"@types/react": "^18.2.77",
56+
"@types/react": "^18.3.1",
5757
"@types/uuid": "^9.0.8",
5858
"del-cli": "^5.1.0",
5959
"eslint": "^8.57.0",
6060
"eslint-config-prettier": "^9.1.0",
6161
"eslint-plugin-prettier": "^5.1.3",
6262
"jest": "^29.7.0",
6363
"metro-config": "^0.80.8",
64-
"pod-install": "^0.2.0",
64+
"pod-install": "^0.2.2",
6565
"prettier": "^3.2.5",
66-
"react": "18.2.0",
67-
"react-native": "0.73.6",
66+
"react": "18.3.1",
67+
"react-native": "0.73.8",
6868
"react-native-builder-bob": "^0.23.2",
69-
"react-native-windows": "^0.73.11",
69+
"react-native-windows": "^0.73.12",
7070
"typescript": "^5.4.5"
7171
},
7272
"resolutions": {

0 commit comments

Comments
 (0)