Skip to content

Commit

Permalink
chore(deps-dev): bump @types/fs-extra from 8.0.0 to 8.0.1 (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Oct 17, 2019
1 parent d145f2b commit 0cc1a4c
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/codemaker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/decamelize": "^1.2.0",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"yargs": "^14.2.0"
},
"devDependencies": {
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.19",
"@types/jest-expect-message": "^1.0.0",
"@types/tar-fs": "^1.16.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@scope/jsii-calc-base": "^0.19.0",
"@scope/jsii-calc-lib": "^0.19.0",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.19",
"@types/jest-expect-message": "^1.0.0",
"@types/node": "^8.10.55",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@scope/jsii-calc-lib": "^0.19.0",
"@types/clone": "^0.1.30",
"@types/commonmark": "^0.27.4",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.19",
"@types/node": "^8.10.55",
"@types/yargs": "^13.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-reflect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@scope/jsii-calc-lib": "^0.19.0",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.19",
"@types/yargs": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-sampiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@types/commonmark": "^0.27.4",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.19",
"@types/node": "^8.10.55",
"@types/yargs": "^13.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@types/clone": "^0.1.30",
"@types/deep-equal": "^1.0.1",
"@types/fs-extra": "^8.0.0",
"@types/fs-extra": "^8.0.1",
"@types/jest": "^24.0.19",
"@types/jest-expect-message": "^1.0.0",
"@types/semver": "^6.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1151,10 +1151,10 @@
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
integrity sha512-EaObqwIvayI5a8dCzhFrjKzVwKLxjoG9T6Ppd5CEo07LRKfQ8Yokw54r5+Wq7FaBQ+yXRvQAYPrHwya1/UFt9g==

"@types/fs-extra@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.0.0.tgz#d3e2c313ca29f95059f198dd60d1f774642d4b25"
integrity sha512-bCtL5v9zdbQW86yexOlXWTEGvLNqWxMFyi7gQA7Gcthbezr2cPSOb8SkESVKA937QD5cIwOFLDFt0MQoXOEr9Q==
"@types/fs-extra@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-8.0.1.tgz#a2378d6e7e8afea1564e44aafa2e207dadf77686"
integrity sha512-J00cVDALmi/hJOYsunyT52Hva5TnJeKP5yd1r+mH/ZU0mbYZflR0Z5kw5kITtKTRYMhm1JMClOFYdHnQszEvqw==
dependencies:
"@types/node" "*"

Expand Down

0 comments on commit 0cc1a4c

Please sign in to comment.