Skip to content

Commit f75bc35

Browse files
committed
v0.17.0: Update of dependencies
1 parent 762eb1b commit f75bc35

File tree

3 files changed

+145
-333
lines changed

3 files changed

+145
-333
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
1313
},
1414
"dependencies": {
1515
"@dr.pogodin/react-native-fs": "^2.28.0",
16-
"@dr.pogodin/react-native-webview": "^13.11.1",
16+
"@dr.pogodin/react-native-webview": "^13.12.1",
1717
"react": "18.3.1",
1818
"react-native": "0.75.2",
19-
"react-native-windows": "0.75.0"
19+
"react-native-windows": "0.75.1"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.25.2",
2323
"@babel/preset-env": "^7.25.4",
24-
"@babel/runtime": "^7.25.4",
24+
"@babel/runtime": "^7.25.6",
2525
"@react-native/babel-preset": "0.75.2",
2626
"@react-native/metro-config": "0.75.2",
2727
"@react-native/typescript-config": "0.75.2",
28-
"metro-config": "^0.80.10",
28+
"metro-config": "^0.80.12",
2929
"react-native-builder-bob": "^0.30.0"
3030
},
3131
"engines": {

package.json

Lines changed: 4 additions & 4 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.16.0",
3+
"version": "0.17.0",
44
"description": "HTTP static file server for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",
@@ -64,16 +64,16 @@
6464
"@react-native/eslint-config": "^0.75.2",
6565
"@react-native/metro-config": "^0.75.2",
6666
"@types/jest": "^29.5.12",
67-
"@types/react": "^18.3.4",
67+
"@types/react": "^18.3.5",
6868
"@types/uuid": "^10.0.0",
6969
"del-cli": "^5.1.0",
7070
"eslint": "^8.57.0",
7171
"jest": "^29.7.0",
72-
"metro-config": "^0.80.10",
72+
"metro-config": "^0.80.12",
7373
"react": "18.3.1",
7474
"react-native": "0.75.2",
7575
"react-native-builder-bob": "^0.30.0",
76-
"react-native-windows": "^0.75.0",
76+
"react-native-windows": "^0.75.1",
7777
"typescript": "^5.5.4"
7878
},
7979
"resolutions": {

0 commit comments

Comments
 (0)