feat: 更新插件

This commit is contained in:
陶林 2025-01-09 10:36:01 +08:00
parent f766168eae
commit 8af3519edb
2 changed files with 9 additions and 10 deletions

15
package-lock.json generated
View File

@ -33,11 +33,11 @@
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-printer-jsg": "^0.8.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-socket-tcp": "github:kitolog/sockets-for-cordova",
"cordova-plugin-splashscreen": "^6.0.1",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-test-tl": "^1.1.11",
"cordova-plugin-vibration": "^3.1.1",
"cz.blocshop.socketsforcordova": "^1.1.0",
"es6-promise-plugin": "^4.2.2",
"phonegap-plugin-barcodescanner-fix": "^8.1.1",
"phonegap-plugin-barcodescanner-jsg": "8.1.2"
@ -1466,6 +1466,12 @@
}
}
},
"node_modules/cordova-plugin-socket-tcp": {
"version": "1.7.1",
"resolved": "git+ssh://git@github.com/kitolog/sockets-for-cordova.git#b7dbe44a07e540dc588fc44ccbc5615ba4271a45",
"dev": true,
"license": "Apache-2.0"
},
"node_modules/cordova-plugin-splashscreen": {
"version": "6.0.2",
"resolved": "https://registry.npmmirror.com/cordova-plugin-splashscreen/-/cordova-plugin-splashscreen-6.0.2.tgz",
@ -1607,13 +1613,6 @@
"node": ">=0.10.0"
}
},
"node_modules/cz.blocshop.socketsforcordova": {
"version": "1.1.0",
"resolved": "https://registry.npmmirror.com/cz.blocshop.socketsforcordova/-/cz.blocshop.socketsforcordova-1.1.0.tgz",
"integrity": "sha512-a/MITDtoNj4Zs4NMNKx7eJGAxmnfXLjAwBFfYTU43CtIqmsOKcfNkWYV1sbkldMbGutztQS0Xb8EGMHn6Yoq2Q==",
"dev": true,
"license": "Apache 2.0"
},
"node_modules/dashdash": {
"version": "1.14.1",
"resolved": "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz",

View File

@ -35,11 +35,11 @@
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-printer-jsg": "^0.8.0",
"cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-socket-tcp": "github:kitolog/sockets-for-cordova",
"cordova-plugin-splashscreen": "^6.0.1",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-test-tl": "^1.1.11",
"cordova-plugin-vibration": "^3.1.1",
"cz.blocshop.socketsforcordova": "^1.1.0",
"es6-promise-plugin": "^4.2.2",
"phonegap-plugin-barcodescanner-fix": "^8.1.1",
"phonegap-plugin-barcodescanner-jsg": "8.1.2"
@ -80,7 +80,7 @@
"cordova-plugin-test-tl": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-jbprint-jsg": {},
"cz.blocshop.socketsforcordova": {}
"cordova-plugin-socket-tcp": {}
}
},
"dependencies": {