Skip to content

Commit

Permalink
[futurepress#77][futurepress#83] v0.9.1: Android: Updates dependencie…
Browse files Browse the repository at this point in the history
…s, Lighttpd 1.4.73, a tiny correction in README
  • Loading branch information
birdofpreyru committed Nov 2, 2023
1 parent 142eded commit 4250c46
Show file tree
Hide file tree
Showing 8 changed files with 279 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.0
20.9.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub Repo stars](https://img.shields.io/github/stars/birdofpreyru/react-native-static-server?style=social)](https://github.com/birdofpreyru/react-native-static-server)
[![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)

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

Expand Down
3 changes: 2 additions & 1 deletion example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.12'
gem 'cocoapods', '~> 1.13'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
272 changes: 136 additions & 136 deletions example/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"windows:autolink": "react-native autolink-windows --sln \"windows\\ReactNativeStaticServerExample.sln\" --proj \"windows\\ReactNativeStaticServerExample\\ReactNativeStaticServerExample.vcxproj\""
},
"dependencies": {
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.4",
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.8",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-webview": "^13.6.2",
"react-native-windows": "0.72.11"
"react-native-windows": "0.72.18"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.23.1",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@types/metro-config": "^0.76.3",
Expand Down
2 changes: 1 addition & 1 deletion lighttpd1.4
239 changes: 123 additions & 116 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dr.pogodin/react-native-static-server",
"version": "0.9.0",
"version": "0.9.1",
"description": "HTTP static file server for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -44,24 +44,24 @@
"url": "https://github.com/sponsors/birdofpreyru"
},
"devDependencies": {
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.4",
"@dr.pogodin/react-native-fs": "^2.21.0-alpha.8",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.11",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.26",
"@types/uuid": "^9.0.5",
"@types/jest": "^29.5.7",
"@types/react": "^18.2.34",
"@types/uuid": "^9.0.6",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"metro-config": "^0.79.1",
"pod-install": "^0.1.39",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native": "0.72.6",
"react-native-builder-bob": "^0.23.1",
"react-native-windows": "^0.72.11",
"react-native-windows": "^0.72.18",
"typescript": "^5.2.2"
},
"peerDependencies": {
Expand Down

0 comments on commit 4250c46

Please sign in to comment.