Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ed97395

Browse files
mgolpetebacondarwin
authored andcommitted
fixup! chore(*): update Node.js from 8 to 12, update some dependencies
1 parent 12e2dc6 commit ed97395

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
"resolutions": {
103103
"//1": "`[email protected]` does not work with Node.js 10.x on Windows 10",
104104
"//2": "(E.g. see https://github.com/gulpjs/gulp/issues/2162 and https://github.com/nodejs/node/issues/25132.)",
105-
"natives": "1.1.6"
105+
"natives": "1.1.6",
106+
"//2": "`graceful-fs` needs to be pinned to support gulp 3",
107+
"graceful-fs": "^4.2.3"
106108
},
107109
"commitplease": {
108110
"style": "angular",

0 commit comments

Comments
 (0)