Skip to content

Commit 4250c46

Browse files
committed
[futurepress#77][futurepress#83] v0.9.1: Android: Updates dependencies, Lighttpd 1.4.73, a tiny correction in README
1 parent 142eded commit 4250c46

File tree

8 files changed

+279
-271
lines changed

8 files changed

+279
-271
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.0
1+
20.9.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![GitHub Repo stars](https://img.shields.io/github/stars/birdofpreyru/react-native-static-server?style=social)](https://github.com/birdofpreyru/react-native-static-server)
77
[![Dr. Pogodin Studio](https://raw.githubusercontent.com/birdofpreyru/react-native-static-server/master/.README/logo-dr-pogodin-studio.svg)](https://dr.pogodin.studio/docs/react-native-static-server)
88

9-
Embed HTTP server for [React Native] applications for Android, iOS, Mac (Catalyst),
9+
Embedded HTTP server for [React Native] applications for Android, iOS, Mac (Catalyst),
1010
and Windows platforms. Powered by [Lighttpd] server, supports both [new][New Architecture]
1111
and [old][Old Architecture] RN architectures.
1212

example/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ source 'https://rubygems.org'
33
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
44
ruby ">= 2.6.10"
55

6-
gem 'cocoapods', '~> 1.12'
6+
gem 'cocoapods', '~> 1.13'
7+
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'

example/package-lock.json

Lines changed: 136 additions & 136 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"windows:autolink": "react-native autolink-windows --sln \"windows\\ReactNativeStaticServerExample.sln\" --proj \"windows\\ReactNativeStaticServerExample\\ReactNativeStaticServerExample.vcxproj\""
1212
},
1313
"dependencies": {
14-
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.4",
14+
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.8",
1515
"react": "18.2.0",
16-
"react-native": "0.72.5",
16+
"react-native": "0.72.6",
1717
"react-native-webview": "^13.6.2",
18-
"react-native-windows": "0.72.11"
18+
"react-native-windows": "0.72.18"
1919
},
2020
"devDependencies": {
21-
"@babel/core": "^7.23.0",
22-
"@babel/preset-env": "^7.22.20",
23-
"@babel/runtime": "^7.23.1",
21+
"@babel/core": "^7.23.2",
22+
"@babel/preset-env": "^7.23.2",
23+
"@babel/runtime": "^7.23.2",
2424
"@react-native/eslint-config": "^0.72.2",
2525
"@react-native/metro-config": "^0.72.11",
2626
"@types/metro-config": "^0.76.3",

package-lock.json

Lines changed: 123 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 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.9.0",
3+
"version": "0.9.1",
44
"description": "HTTP static file server for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -44,24 +44,24 @@
4444
"url": "https://github.com/sponsors/birdofpreyru"
4545
},
4646
"devDependencies": {
47-
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.4",
47+
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.8",
4848
"@react-native/eslint-config": "^0.72.2",
4949
"@react-native/metro-config": "^0.72.11",
50-
"@types/jest": "^29.5.5",
51-
"@types/react": "^18.2.26",
52-
"@types/uuid": "^9.0.5",
50+
"@types/jest": "^29.5.7",
51+
"@types/react": "^18.2.34",
52+
"@types/uuid": "^9.0.6",
5353
"del-cli": "^5.1.0",
54-
"eslint": "^8.51.0",
54+
"eslint": "^8.52.0",
5555
"eslint-config-prettier": "^9.0.0",
56-
"eslint-plugin-prettier": "^5.0.0",
56+
"eslint-plugin-prettier": "^5.0.1",
5757
"jest": "^29.7.0",
5858
"metro-config": "^0.79.1",
5959
"pod-install": "^0.1.39",
6060
"prettier": "^3.0.3",
6161
"react": "18.2.0",
62-
"react-native": "0.72.5",
62+
"react-native": "0.72.6",
6363
"react-native-builder-bob": "^0.23.1",
64-
"react-native-windows": "^0.72.11",
64+
"react-native-windows": "^0.72.18",
6565
"typescript": "^5.2.2"
6666
},
6767
"peerDependencies": {

0 commit comments

Comments
 (0)