Gulp fix for NodeJS 10
This commit is contained in:
5
package-lock.json
generated
5
package-lock.json
generated
@@ -8960,6 +8960,11 @@
|
|||||||
"to-regex": "^3.0.1"
|
"to-regex": "^3.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"natives": {
|
||||||
|
"version": "1.1.6",
|
||||||
|
"resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
|
||||||
|
"integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA=="
|
||||||
|
},
|
||||||
"natural-compare": {
|
"natural-compare": {
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
||||||
|
@@ -37,11 +37,18 @@
|
|||||||
"bootstrap": "4.1.3",
|
"bootstrap": "4.1.3",
|
||||||
"glob": "7.1.3",
|
"glob": "7.1.3",
|
||||||
"jquery": "3.3.1",
|
"jquery": "3.3.1",
|
||||||
|
"natives": "^1.1.6",
|
||||||
"popper.js": "1.14.4",
|
"popper.js": "1.14.4",
|
||||||
"video.js": "7.2.2",
|
"video.js": "7.2.2",
|
||||||
"vue": "2.5.17"
|
"vue": "2.5.17"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "jest"
|
"test": "jest"
|
||||||
|
},
|
||||||
|
"__COMMENTS__": [
|
||||||
|
"natives@1.1.6 for Gulp 3.x on Node 10.x: https://github.com/gulpjs/gulp/issues/2162#issuecomment-385197164"
|
||||||
|
],
|
||||||
|
"resolutions": {
|
||||||
|
"natives": "1.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user