mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(build): fix macos mojave build errors
This commit is contained in:
parent
d6d9b54991
commit
358474dcfd
6
package-lock.json
generated
6
package-lock.json
generated
@ -8210,9 +8210,9 @@
|
||||
}
|
||||
},
|
||||
"natives": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
|
||||
"integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=",
|
||||
"version": "1.1.5",
|
||||
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.5.tgz",
|
||||
"integrity": "sha512-1pJ+02gl2KJgCPFtpZGtuD4lGSJnIZvvFHCQTOeDRMSXjfu2GmYWuhI8NFMA4W2I5NNFRbfy/YCiVt4CgNpP8A==",
|
||||
"dev": true
|
||||
},
|
||||
"natural-compare": {
|
||||
|
@ -47,6 +47,7 @@
|
||||
"jest": "^23.6.0",
|
||||
"lodash": "^4.17.11",
|
||||
"minimist": "1.2.0",
|
||||
"natives": "^1.1.5",
|
||||
"rimraf": "^2.6.2",
|
||||
"rxjs": "^6.3.2",
|
||||
"ts-jest": "23.1.4",
|
||||
|
Loading…
Reference in New Issue
Block a user