Skip to content

Commit 31ec3ed

Browse files
committed
v1.31.2
1 parent 4b77219 commit 31ec3ed

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update-cli",
3-
"version": "1.31.1",
3+
"version": "1.31.2",
44
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
55
"main": "index.js",
66
"bin": {
@@ -13,7 +13,7 @@
1313
],
1414
"scripts": {
1515
"build": "swc src -d lib --strip-leading-paths",
16-
"prepublish": "npm run build && chmod +x lib/index.js"
16+
"prepare": "npm run build && chmod +x lib/index.js"
1717
},
1818
"repository": {
1919
"type": "git",
@@ -32,37 +32,37 @@
3232
},
3333
"homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli",
3434
"dependencies": {
35-
"bplist-parser": "^0.2.0",
35+
"bplist-parser": "^0.3.2",
3636
"bytebuffer": "^5.0.1",
3737
"cgbi-to-png": "^1.0.7",
3838
"cli-arguments": "^0.2.1",
39-
"commander": "^7.2.0",
39+
"commander": "^12.1.0",
4040
"compare-versions": "^6.1.1",
41-
"filesize-parser": "^1.5.0",
41+
"filesize-parser": "^1.5.1",
4242
"fs-extra": "8",
4343
"gradle-to-js": "^2.0.1",
4444
"isomorphic-unzip": "^1.1.5",
4545
"node-fetch": "^2.6.1",
46-
"plist": "^3.0.1",
46+
"plist": "^3.1.0",
4747
"progress": "^2.0.3",
4848
"properties": "^1.2.1",
49-
"read": "^1.0.7",
50-
"request": "^2.88.2",
49+
"read": "^4.0.0",
5150
"semver": "^7.6.3",
5251
"tcp-ping": "^0.1.1",
5352
"tty-table": "4.2",
5453
"update-notifier": "^5.1.0",
55-
"yauzl": "^2.10.0",
56-
"yazl": "2.5.1"
54+
"yauzl": "^3.2.0",
55+
"yazl": "3.3.0"
5756
},
5857
"engines": {
5958
"node": ">= 10"
6059
},
6160
"devDependencies": {
62-
"@swc/cli": "^0.4.1-nightly.20240914",
63-
"@swc/core": "^1.7.36",
64-
"@types/node": "^22.7.5",
65-
"oxlint": "^0.9.10",
61+
"@swc/cli": "^0.5.0",
62+
"@swc/core": "^1.9.2",
63+
"@types/node": "^22.9.0",
64+
"oxlint": "^0.11.1",
6665
"typescript": "^5.6.3"
67-
}
66+
},
67+
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
6868
}

0 commit comments

Comments
 (0)