Skip to content

Commit

Permalink
chore: bump realpath-native
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 22, 2020
1 parent 16d58b2 commit 1f7857f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"prettylint": "^1.0.0",
"progress": "^2.0.0",
"promise": "^8.0.2",
"realpath-native": "^1.1.0",
"realpath-native": "^2.0.0",
"resolve": "^1.4.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jest-util": "^25.1.0",
"jest-validate": "^25.1.0",
"prompts": "^2.0.1",
"realpath-native": "^1.1.0",
"realpath-native": "^2.0.0",
"yargs": "^15.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jest-validate": "^25.1.0",
"micromatch": "^4.0.2",
"pretty-format": "^25.1.0",
"realpath-native": "^1.1.0"
"realpath-native": "^2.0.0"
},
"devDependencies": {
"@types/babel__core": "^7.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jest-watcher": "^25.1.0",
"micromatch": "^4.0.2",
"p-each-series": "^2.1.0",
"realpath-native": "^1.1.0",
"realpath-native": "^2.0.0",
"rimraf": "^3.0.0",
"slash": "^3.0.0",
"strip-ansi": "^6.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-resolve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"browser-resolve": "^1.11.3",
"chalk": "^3.0.0",
"jest-pnp-resolver": "^1.2.1",
"realpath-native": "^1.1.0"
"realpath-native": "^2.0.0"
},
"devDependencies": {
"@types/browser-resolve": "^0.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"jest-snapshot": "^25.1.0",
"jest-util": "^25.1.0",
"jest-validate": "^25.1.0",
"realpath-native": "^1.1.0",
"realpath-native": "^2.0.0",
"slash": "^3.0.0",
"strip-bom": "^4.0.0",
"yargs": "^15.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jest-util": "^25.1.0",
"micromatch": "^4.0.2",
"pirates": "^4.0.1",
"realpath-native": "^1.1.0",
"realpath-native": "^2.0.0",
"slash": "^3.0.0",
"source-map": "^0.6.1",
"write-file-atomic": "^3.0.0"
Expand Down
12 changes: 5 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12200,12 +12200,10 @@ readdirp@~3.3.0:
dependencies:
picomatch "^2.0.7"

realpath-native@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-1.1.0.tgz#2003294fea23fb0672f2476ebe22fcf498a2d65c"
integrity sha512-wlgPA6cCIIg9gKz0fgAPjnzh4yR/LnXovwuo9hvyGvx3h8nX4+/iLZplfUWasXpqD8BdnGnP5njOFjkUwPzvjA==
dependencies:
util.promisify "^1.0.0"
realpath-native@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/realpath-native/-/realpath-native-2.0.0.tgz#7377ac429b6e1fd599dc38d08ed942d0d7beb866"
integrity sha512-v1SEYUOXXdbBZK8ZuNgO4TBjamPsiSgcFr0aP+tEKpQZK8vooEUqV6nm6Cv502mX4NF2EfsnVqtNAHG+/6Ur1Q==

rechoir@^0.6.2:
version "0.6.2"
Expand Down Expand Up @@ -14401,7 +14399,7 @@ util-promisify@^2.1.0:
dependencies:
object.getownpropertydescriptors "^2.0.3"

util.promisify@^1.0.0, util.promisify@~1.0.0:
util.promisify@~1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/util.promisify/-/util.promisify-1.0.1.tgz#6baf7774b80eeb0f7520d8b81d07982a59abbaee"
integrity sha512-g9JpC/3He3bm38zsLupWryXHoEcS22YHthuPQSJdMy6KNrzIRzWqcsHzD/WUnqe45whVou4VIsPew37DoXWNrA==
Expand Down

0 comments on commit 1f7857f

Please sign in to comment.