feat: camera 版本升级
This commit is contained in:
parent
5ddbdfa9e0
commit
6faa094bb6
1
.java-version
Normal file
1
.java-version
Normal file
@ -0,0 +1 @@
|
||||
1.8
|
20
package-lock.json
generated
20
package-lock.json
generated
@ -19,7 +19,7 @@
|
||||
"cordova-android": "^10.1.2",
|
||||
"cordova-plugin-app-version": "^0.1.14",
|
||||
"cordova-plugin-battery-status": "^2.0.3",
|
||||
"cordova-plugin-camera": "^6.0.0",
|
||||
"cordova-plugin-camera": "7.0.0",
|
||||
"cordova-plugin-device": "^2.1.0",
|
||||
"cordova-plugin-dialogs": "^2.0.2",
|
||||
"cordova-plugin-file": "^6.0.2",
|
||||
@ -33,7 +33,6 @@
|
||||
"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",
|
||||
@ -1222,9 +1221,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/cordova-plugin-camera": {
|
||||
"version": "6.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/cordova-plugin-camera/-/cordova-plugin-camera-6.0.0.tgz",
|
||||
"integrity": "sha512-FTFKep8HZI/2HkX+Gc/dUACfZGV9+k9waXlgoEOKXOiPPR/1zBw29Mw+adcz4FQUpdWyAgYDxNiaPUnP0P+H2Q==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmmirror.com/cordova-plugin-camera/-/cordova-plugin-camera-7.0.0.tgz",
|
||||
"integrity": "sha512-OVQWZTBb18Y6e5c+bbXt3E4Z1yGnYqaywh2h5vVr/+nxMcdMIE+lm527bRK5vLN/RUqhGYP/Z+5n+O7Fk7fVNw==",
|
||||
"dev": true,
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
@ -1251,6 +1250,11 @@
|
||||
"cordova-ios": ">=5.1.0"
|
||||
},
|
||||
"7.0.0": {
|
||||
"cordova": ">=9.0.0",
|
||||
"cordova-android": ">=12.0.0",
|
||||
"cordova-ios": ">=5.1.0"
|
||||
},
|
||||
"8.0.0": {
|
||||
"cordova": ">100"
|
||||
}
|
||||
}
|
||||
@ -1466,12 +1470,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"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",
|
||||
|
@ -21,7 +21,7 @@
|
||||
"cordova-android": "^10.1.2",
|
||||
"cordova-plugin-app-version": "^0.1.14",
|
||||
"cordova-plugin-battery-status": "^2.0.3",
|
||||
"cordova-plugin-camera": "^6.0.0",
|
||||
"cordova-plugin-camera": "7.0.0",
|
||||
"cordova-plugin-device": "^2.1.0",
|
||||
"cordova-plugin-dialogs": "^2.0.2",
|
||||
"cordova-plugin-file": "^6.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user