fix(build): fix macos mojave build errors

This commit is contained in:
Daniel 2018-09-25 11:06:10 +02:00
parent d6d9b54991
commit 358474dcfd
2 changed files with 4 additions and 3 deletions

6
package-lock.json generated
View File

@ -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": {

View File

@ -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",