Skip to content

Commit 2ecc799

Browse files
committed
v0.10.1: Updates dependencies
1 parent 88e996e commit 2ecc799

File tree

3 files changed

+451
-25
lines changed

3 files changed

+451
-25
lines changed

.nvmrc

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

package.json

Lines changed: 5 additions & 5 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.0",
3+
"version": "0.10.1",
44
"description": "HTTP static file server for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -56,15 +56,15 @@
5656
"@types/react": "^18.2.37",
5757
"@types/uuid": "^9.0.7",
5858
"del-cli": "^5.1.0",
59-
"eslint": "^8.53.0",
59+
"eslint": "^8.56.0",
6060
"eslint-config-prettier": "^9.0.0",
61-
"eslint-plugin-prettier": "^5.0.1",
61+
"eslint-plugin-prettier": "^5.1.1",
6262
"jest": "^29.7.0",
63-
"metro-config": "^0.80.1",
63+
"metro-config": "^0.80.2",
6464
"pod-install": "^0.1.39",
6565
"prettier": "^3.1.0",
6666
"react": "18.2.0",
67-
"react-native": "0.73.0",
67+
"react-native": "0.73.1",
6868
"react-native-builder-bob": "^0.23.1",
6969
"react-native-windows": "^0.73.2",
7070
"typescript": "^5.2.2"

0 commit comments

Comments
 (0)