Skip to content

Commit e188399

Browse files
committed
[futurepress#100] v0.11.0: Lighttpd 1.4.74, PCRE2 v10.43 + Updates of other dependencies
1 parent 87c4961 commit e188399

File tree

7 files changed

+316
-574
lines changed

7 files changed

+316
-574
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.0
1+
v20.11.1

example/Gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ 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.13'
7-
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
6+
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
7+
# bound in the template on Cocoapods with next React Native release.
8+
gem 'cocoapods', '>= 1.13', '< 1.15'
9+
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"dependencies": {
1515
"@dr.pogodin/react-native-fs": "^2.24.1",
1616
"react": "18.2.0",
17-
"react-native": "0.73.2",
18-
"react-native-webview": "^13.6.4",
19-
"react-native-windows": "^0.73.4"
17+
"react-native": "0.73.4",
18+
"react-native-webview": "^13.8.1",
19+
"react-native-windows": "^0.73.8"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.23.9",
2323
"@babel/preset-env": "^7.23.9",
2424
"@babel/runtime": "^7.23.9",
25-
"@react-native/babel-preset": "^0.73.20",
26-
"@react-native/metro-config": "^0.73.4",
25+
"@react-native/babel-preset": "^0.73.21",
26+
"@react-native/metro-config": "^0.73.5",
2727
"@react-native/typescript-config": "^0.73.1",
2828
"babel-plugin-module-resolver": "^5.0.0",
29-
"metro-config": "^0.80.5",
29+
"metro-config": "^0.80.6",
3030
"pod-install": "^0.2.0"
3131
},
3232
"engines": {

lighttpd1.4

Submodule lighttpd1.4 updated 105 files

package.json

Lines changed: 13 additions & 13 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.10.5",
3+
"version": "0.11.0",
44
"description": "HTTP static file server for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -52,31 +52,31 @@
5252
"devDependencies": {
5353
"@dr.pogodin/react-native-fs": "^2.24.1",
5454
"@react-native/eslint-config": "^0.73.2",
55-
"@types/jest": "^29.5.11",
56-
"@types/react": "^18.2.48",
55+
"@types/jest": "^29.5.12",
56+
"@types/react": "^18.2.58",
5757
"@types/uuid": "^9.0.8",
5858
"del-cli": "^5.1.0",
59-
"eslint": "^8.56.0",
59+
"eslint": "^8.57.0",
6060
"eslint-config-prettier": "^9.1.0",
6161
"eslint-plugin-prettier": "^5.1.3",
6262
"jest": "^29.7.0",
63-
"metro-config": "^0.80.5",
63+
"metro-config": "^0.80.6",
6464
"pod-install": "^0.2.0",
65-
"prettier": "^3.2.4",
65+
"prettier": "^3.2.5",
6666
"react": "18.2.0",
67-
"react-native": "0.73.2",
67+
"react-native": "0.73.4",
6868
"react-native-builder-bob": "^0.23.2",
69-
"react-native-windows": "^0.73.4",
69+
"react-native-windows": "^0.73.8",
7070
"typescript": "^5.3.3"
7171
},
7272
"resolutions": {
7373
"@types/react": "^18.2.48"
7474
},
7575
"peerDependencies": {
76-
"@dr.pogodin/react-native-fs": ">=2.22.0",
77-
"react": "^18.*",
78-
"react-native": "^0.73.*",
79-
"react-native-windows": "^0.73.*"
76+
"@dr.pogodin/react-native-fs": ">= 2.22.0",
77+
"react": "18",
78+
"react-native": "0.73",
79+
"react-native-windows": "0.73"
8080
},
8181
"workspaces": [
8282
"example"
@@ -146,6 +146,6 @@
146146
}
147147
},
148148
"dependencies": {
149-
"@dr.pogodin/js-utils": "^0.0.7"
149+
"@dr.pogodin/js-utils": "^0.0.9"
150150
}
151151
}

pcre2

Submodule pcre2 updated 235 files

0 commit comments

Comments
 (0)