Skip to content

Commit

Permalink
chore: update dependencies (#10731)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Oct 29, 2020
1 parent bce0b8a commit ee666aa
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 239 deletions.
3 changes: 2 additions & 1 deletion packages/babel-plugin-jest-hoist/package.json
Expand Up @@ -19,9 +19,10 @@
"@types/babel__traverse": "^7.0.6"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@types/babel__template": "^7.0.2",
"@types/node": "*",
"babel-plugin-tester": "9.2.0"
"babel-plugin-tester": "^10.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-reporters/package.json
Expand Up @@ -28,7 +28,7 @@
"source-map": "^0.6.0",
"string-length": "^4.0.1",
"terminal-link": "^2.0.0",
"v8-to-istanbul": "^6.0.1"
"v8-to-istanbul": "^7.0.0"
},
"devDependencies": {
"@types/exit": "^0.1.30",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-worker/package.json
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/merge-stream": "^1.1.2",
"@types/supports-color": "^5.3.0",
"@types/supports-color": "^7.2.0",
"get-stream": "^6.0.0",
"worker-farm": "^1.6.0"
},
Expand Down

0 comments on commit ee666aa

Please sign in to comment.