Skip to content

Commit 6f0a494

Browse files
committed
Bump fs-extra version everywhere
1 parent 70b2527 commit 6f0a494

11 files changed

Lines changed: 17 additions & 17 deletions

File tree

apps/api-documenter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
"@microsoft/node-core-library": "1.2.0",
2020
"@microsoft/ts-command-line": "3.1.1",
2121
"colors": "~1.2.1",
22-
"fs-extra": "~0.26.7",
22+
"fs-extra": "~5.0.0",
2323
"js-yaml": "~3.9.1"
2424
},
2525
"devDependencies": {
2626
"@microsoft/node-library-build": "4.3.31",
27-
"@types/fs-extra": "0.0.37",
27+
"@types/fs-extra": "5.0.1",
2828
"@types/js-yaml": "3.9.1",
2929
"@types/node": "8.5.8",
3030
"gulp": "~3.9.1",

apps/api-extractor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"dependencies": {
3434
"@microsoft/node-core-library": "1.2.0",
3535
"@microsoft/ts-command-line": "3.1.1",
36-
"@types/fs-extra": "0.0.37",
36+
"@types/fs-extra": "5.0.1",
3737
"@types/node": "8.5.8",
3838
"@types/z-schema": "3.16.31",
3939
"colors": "~1.2.1",
40-
"fs-extra": "~0.26.7",
40+
"fs-extra": "~5.0.0",
4141
"jju": "~1.3.0",
4242
"lodash": "~4.15.0",
4343
"typescript": "~2.4.1",

apps/rush-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@pnpm/logger": "~1.0.1",
3030
"builtins": "~1.0.3",
3131
"colors": "~1.2.1",
32-
"fs-extra": "~0.26.7",
32+
"fs-extra": "~5.0.0",
3333
"git-repo-info": "~1.1.4",
3434
"glob": "~7.0.5",
3535
"glob-escape": "~0.0.1",
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@microsoft/node-library-build": "4.3.31",
52-
"@types/fs-extra": "0.0.37",
52+
"@types/fs-extra": "5.0.1",
5353
"@types/node": "8.5.8",
5454
"@types/tar": "4.0.0",
5555
"@types/z-schema": "3.16.31",

apps/rush/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@
3333
"@microsoft/node-core-library": "1.2.0",
3434
"@microsoft/rush-lib": "5.0.0-dev.3",
3535
"colors": "~1.2.1",
36-
"fs-extra": "~0.26.7",
36+
"fs-extra": "~5.0.0",
3737
"semver": "~5.3.0"
3838
},
3939
"devDependencies": {
4040
"@microsoft/node-library-build": "4.3.31",
4141
"@types/chai": "3.4.34",
42-
"@types/fs-extra": "0.0.37",
42+
"@types/fs-extra": "5.0.1",
4343
"@types/mocha": "2.2.38",
4444
"@types/node": "8.5.8",
4545
"@types/semver": "5.3.33",

build-tests/api-extractor-test-01/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@microsoft/api-extractor": "5.6.3",
1616
"@types/jest": "21.1.10",
1717
"@types/node": "8.5.8",
18-
"fs-extra": "~0.26.7",
18+
"fs-extra": "~5.0.0",
1919
"typescript": "~2.4.1"
2020
}
2121
}

build-tests/api-extractor-test-02/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "8.5.8",
1818
"api-extractor-test-01": "1.0.0",
1919
"semver": "~5.3.0",
20-
"fs-extra": "~0.26.7",
20+
"fs-extra": "~5.0.0",
2121
"typescript": "~2.4.1"
2222
}
2323
}

build-tests/api-extractor-test-03/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/jest": "21.1.10",
1111
"@types/node": "8.5.8",
1212
"api-extractor-test-02": "1.0.0",
13-
"fs-extra": "~0.26.7",
13+
"fs-extra": "~5.0.0",
1414
"typescript": "~2.4.1"
1515
}
1616
}

build-tests/api-extractor-test-04/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@microsoft/api-extractor": "5.6.3",
16-
"fs-extra": "~0.26.7",
16+
"fs-extra": "~5.0.0",
1717
"typescript": "~2.4.1"
1818
}
1919
}

core-build/gulp-core-build-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@microsoft/api-extractor": "5.6.3",
1717
"@microsoft/gulp-core-build": "3.7.4",
1818
"@microsoft/node-core-library": "1.2.0",
19-
"@types/fs-extra": "0.0.37",
19+
"@types/fs-extra": "5.0.1",
2020
"@types/gulp": "3.8.32",
2121
"@types/node": "8.5.8",
2222
"@types/vinyl": "1.2.30",
23-
"fs-extra": "~0.26.7",
23+
"fs-extra": "~5.0.0",
2424
"gulp": "~3.9.1",
2525
"gulp-cache": "~0.4.5",
2626
"gulp-changed": "~1.3.2",

core-build/gulp-core-build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"colors": "~1.2.1",
3333
"del": "^2.2.2",
3434
"end-of-stream": "~1.1.0",
35-
"fs-extra": "~0.26.7",
35+
"fs-extra": "~5.0.0",
3636
"glob-escape": "~0.0.1",
3737
"globby": "~5.0.0",
3838
"gulp": "~3.9.1",

0 commit comments

Comments
 (0)