mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 09:23:01 +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": {
|
"natives": {
|
||||||
"version": "1.1.0",
|
"version": "1.1.5",
|
||||||
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.5.tgz",
|
||||||
"integrity": "sha1-6f+EFBimsux6SV6TmYT3jxY+bjE=",
|
"integrity": "sha512-1pJ+02gl2KJgCPFtpZGtuD4lGSJnIZvvFHCQTOeDRMSXjfu2GmYWuhI8NFMA4W2I5NNFRbfy/YCiVt4CgNpP8A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"natural-compare": {
|
"natural-compare": {
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
"jest": "^23.6.0",
|
"jest": "^23.6.0",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"minimist": "1.2.0",
|
"minimist": "1.2.0",
|
||||||
|
"natives": "^1.1.5",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"rxjs": "^6.3.2",
|
"rxjs": "^6.3.2",
|
||||||
"ts-jest": "23.1.4",
|
"ts-jest": "23.1.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user