Skip to content

Commit

Permalink
[futurepress#105] v0.14.0: Upgrade to Lighttpd v1.4.76
Browse files Browse the repository at this point in the history
  • Loading branch information
birdofpreyru committed May 1, 2024
1 parent 5f2f9f0 commit ee9f5fd
Show file tree
Hide file tree
Showing 4 changed files with 293 additions and 265 deletions.
20 changes: 10 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"windows": "react-native run-windows"
},
"dependencies": {
"@dr.pogodin/react-native-fs": "^2.24.4",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-webview": "^13.8.4",
"react-native-windows": "^0.73.11"
"@dr.pogodin/react-native-fs": "^2.24.6",
"react": "18.3.1",
"react-native": "0.73.8",
"react-native-webview": "^13.8.7",
"react-native-windows": "^0.73.12"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@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",
"babel-plugin-module-resolver": "^5.0.2",
"metro-config": "^0.80.8",
"pod-install": "^0.2.0"
"pod-install": "^0.2.2"
},
"engines": {
"node": ">=18"
Expand Down
14 changes: 7 additions & 7 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.13.0",
"version": "0.14.0",
"description": "HTTP static file server for React Native",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -50,23 +50,23 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@dr.pogodin/react-native-fs": "^2.24.4",
"@dr.pogodin/react-native-fs": "^2.24.6",
"@react-native/eslint-config": "^0.73.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.77",
"@types/react": "^18.3.1",
"@types/uuid": "^9.0.8",
"del-cli": "^5.1.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.8",
"pod-install": "^0.2.0",
"pod-install": "^0.2.2",
"prettier": "^3.2.5",
"react": "18.2.0",
"react-native": "0.73.6",
"react": "18.3.1",
"react-native": "0.73.8",
"react-native-builder-bob": "^0.23.2",
"react-native-windows": "^0.73.11",
"react-native-windows": "^0.73.12",
"typescript": "^5.4.5"
},
"resolutions": {
Expand Down
Loading

0 comments on commit ee9f5fd

Please sign in to comment.