Skip to content

Commit 84b1947

Browse files
committed
v0.11.1: Updates dependencies, including Lighttpd (v1.4.75)
1 parent b5f079e commit 84b1947

File tree

4 files changed

+313
-98
lines changed

4 files changed

+313
-98
lines changed

example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"dependencies": {
1515
"@dr.pogodin/react-native-fs": "^2.24.1",
1616
"react": "18.2.0",
17-
"react-native": "0.73.4",
17+
"react-native": "0.73.6",
1818
"react-native-webview": "^13.8.1",
19-
"react-native-windows": "^0.73.8"
19+
"react-native-windows": "^0.73.10"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.23.9",
23-
"@babel/preset-env": "^7.23.9",
24-
"@babel/runtime": "^7.23.9",
22+
"@babel/core": "^7.24.0",
23+
"@babel/preset-env": "^7.24.0",
24+
"@babel/runtime": "^7.24.0",
2525
"@react-native/babel-preset": "^0.73.21",
2626
"@react-native/metro-config": "^0.73.5",
2727
"@react-native/typescript-config": "^0.73.1",

package.json

Lines changed: 5 additions & 5 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.11.0",
3+
"version": "0.11.1",
44
"description": "HTTP static file server for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -53,7 +53,7 @@
5353
"@dr.pogodin/react-native-fs": "^2.24.1",
5454
"@react-native/eslint-config": "^0.73.2",
5555
"@types/jest": "^29.5.12",
56-
"@types/react": "^18.2.58",
56+
"@types/react": "^18.2.66",
5757
"@types/uuid": "^9.0.8",
5858
"del-cli": "^5.1.0",
5959
"eslint": "^8.57.0",
@@ -64,10 +64,10 @@
6464
"pod-install": "^0.2.0",
6565
"prettier": "^3.2.5",
6666
"react": "18.2.0",
67-
"react-native": "0.73.4",
67+
"react-native": "0.73.6",
6868
"react-native-builder-bob": "^0.23.2",
69-
"react-native-windows": "^0.73.8",
70-
"typescript": "^5.3.3"
69+
"react-native-windows": "^0.73.10",
70+
"typescript": "^5.4.2"
7171
},
7272
"resolutions": {
7373
"@types/react": "^18.2.48"

0 commit comments

Comments
 (0)