We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf517e commit 0fb2138Copy full SHA for 0fb2138
package.json
@@ -35,7 +35,7 @@
35
"clean-css": "^4.1.11",
36
"commander": "^2.12.0",
37
"cpx": "^1.5.0",
38
- "fs-extra": "^6.0.0",
+ "fs-extra": "^7.0.0",
39
"glob": "^7.1.2",
40
"injection-js": "^2.2.1",
41
"less": "^3.0.0",
yarn.lock
@@ -1725,9 +1725,9 @@ fs-extra@^4.0.2:
1725
jsonfile "^4.0.0"
1726
universalify "^0.1.0"
1727
1728
-fs-extra@^6.0.0:
1729
- version "6.0.0"
1730
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.0.tgz#0f0afb290bb3deb87978da816fcd3c7797f3a817"
+fs-extra@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.0.tgz#8cc3f47ce07ef7b3593a11b9fb245f7e34c041d6"
1731
dependencies:
1732
graceful-fs "^4.1.2"
1733
0 commit comments