Skip to content

Commit

Permalink
[futurepress#100] v0.11.0: Lighttpd 1.4.74, PCRE2 v10.43 + Updates of…
Browse files Browse the repository at this point in the history
… other dependencies
  • Loading branch information
birdofpreyru committed Feb 25, 2024
1 parent 87c4961 commit e188399
Show file tree
Hide file tree
Showing 7 changed files with 316 additions and 574 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.0
v20.11.1
6 changes: 4 additions & 2 deletions example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ 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.13'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"dependencies": {
"@dr.pogodin/react-native-fs": "^2.24.1",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-webview": "^13.6.4",
"react-native-windows": "^0.73.4"
"react-native": "0.73.4",
"react-native-webview": "^13.8.1",
"react-native-windows": "^0.73.8"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@react-native/babel-preset": "^0.73.20",
"@react-native/metro-config": "^0.73.4",
"@react-native/babel-preset": "^0.73.21",
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "^0.73.1",
"babel-plugin-module-resolver": "^5.0.0",
"metro-config": "^0.80.5",
"metro-config": "^0.80.6",
"pod-install": "^0.2.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion lighttpd1.4
Submodule lighttpd1.4 updated 105 files
26 changes: 13 additions & 13 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.10.5",
"version": "0.11.0",
"description": "HTTP static file server for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -52,31 +52,31 @@
"devDependencies": {
"@dr.pogodin/react-native-fs": "^2.24.1",
"@react-native/eslint-config": "^0.73.2",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.48",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.58",
"@types/uuid": "^9.0.8",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"metro-config": "^0.80.5",
"metro-config": "^0.80.6",
"pod-install": "^0.2.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native": "0.73.4",
"react-native-builder-bob": "^0.23.2",
"react-native-windows": "^0.73.4",
"react-native-windows": "^0.73.8",
"typescript": "^5.3.3"
},
"resolutions": {
"@types/react": "^18.2.48"
},
"peerDependencies": {
"@dr.pogodin/react-native-fs": ">=2.22.0",
"react": "^18.*",
"react-native": "^0.73.*",
"react-native-windows": "^0.73.*"
"@dr.pogodin/react-native-fs": ">= 2.22.0",
"react": "18",
"react-native": "0.73",
"react-native-windows": "0.73"
},
"workspaces": [
"example"
Expand Down Expand Up @@ -146,6 +146,6 @@
}
},
"dependencies": {
"@dr.pogodin/js-utils": "^0.0.7"
"@dr.pogodin/js-utils": "^0.0.9"
}
}
2 changes: 1 addition & 1 deletion pcre2
Submodule pcre2 updated 235 files
Loading

0 comments on commit e188399

Please sign in to comment.