Skip to content

Commit e012fcf

Browse files
committed
v0.10.2: Updates dependencies
1 parent ad90a44 commit e012fcf

File tree

3 files changed

+199
-675
lines changed

3 files changed

+199
-675
lines changed

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"windows": "react-native run-windows"
1313
},
1414
"dependencies": {
15-
"@dr.pogodin/react-native-fs": "^2.22.0-alpha.0",
15+
"@dr.pogodin/react-native-fs": "^2.22.0-alpha.1",
1616
"react": "18.2.0",
17-
"react-native": "0.73.0",
18-
"react-native-webview": "^13.6.2",
17+
"react-native": "0.73.1",
18+
"react-native-webview": "^13.6.4",
1919
"react-native-windows": "^0.73.2"
2020
},
2121
"devDependencies": {
22-
"@babel/core": "^7.23.3",
23-
"@babel/preset-env": "^7.23.3",
24-
"@babel/runtime": "^7.23.2",
22+
"@babel/core": "^7.23.7",
23+
"@babel/preset-env": "^7.23.7",
24+
"@babel/runtime": "^7.23.7",
2525
"@react-native/babel-preset": "^0.73.18",
2626
"@react-native/metro-config": "^0.73.2",
2727
"@react-native/typescript-config": "^0.73.1",
2828
"babel-plugin-module-resolver": "^5.0.0",
29-
"metro-config": "^0.80.1",
30-
"pod-install": "^0.1.0"
29+
"metro-config": "^0.80.3",
30+
"pod-install": "^0.1.39"
3131
},
3232
"engines": {
3333
"node": ">=18"

package.json

Lines changed: 9 additions & 9 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.1",
3+
"version": "0.10.2",
44
"description": "HTTP static file server for React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -52,22 +52,22 @@
5252
"devDependencies": {
5353
"@dr.pogodin/react-native-fs": "^2.22.0-alpha.1",
5454
"@react-native/eslint-config": "^0.74.0",
55-
"@types/jest": "^29.5.8",
56-
"@types/react": "^18.2.37",
55+
"@types/jest": "^29.5.11",
56+
"@types/react": "^18.2.46",
5757
"@types/uuid": "^9.0.7",
5858
"del-cli": "^5.1.0",
5959
"eslint": "^8.56.0",
60-
"eslint-config-prettier": "^9.0.0",
61-
"eslint-plugin-prettier": "^5.1.1",
60+
"eslint-config-prettier": "^9.1.0",
61+
"eslint-plugin-prettier": "^5.1.2",
6262
"jest": "^29.7.0",
63-
"metro-config": "^0.80.2",
63+
"metro-config": "^0.80.3",
6464
"pod-install": "^0.1.39",
65-
"prettier": "^3.1.0",
65+
"prettier": "^3.1.1",
6666
"react": "18.2.0",
6767
"react-native": "0.73.1",
68-
"react-native-builder-bob": "^0.23.1",
68+
"react-native-builder-bob": "^0.23.2",
6969
"react-native-windows": "^0.73.2",
70-
"typescript": "^5.2.2"
70+
"typescript": "^5.3.3"
7171
},
7272
"resolutions": {
7373
"@types/react": "^18.2.37"

0 commit comments

Comments
 (0)