Skip to content

Commit

Permalink
correct range
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jan 28, 2023
1 parent 0a33fd6 commit 2f1b332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/jest-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"supports-color": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/core": "^7.11.6",
"@tsd/typescript": "^4.9.0",
"@types/merge-stream": "^1.1.2",
"@types/supports-color": "^8.1.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/core@npm:^7.0.0, @babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.18.6, @babel/core@npm:^7.19.6, @babel/core@npm:^7.20.0":
"@babel/core@npm:^7.11.1, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.13.16, @babel/core@npm:^7.18.6, @babel/core@npm:^7.19.6, @babel/core@npm:^7.20.0":
version: 7.20.12
resolution: "@babel/core@npm:7.20.12"
dependencies:
Expand Down Expand Up @@ -13266,7 +13266,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jest-worker@workspace:packages/jest-worker"
dependencies:
"@babel/core": ^7.0.0
"@babel/core": ^7.11.6
"@tsd/typescript": ^4.9.0
"@types/merge-stream": ^1.1.2
"@types/node": "*"
Expand Down

0 comments on commit 2f1b332

Please sign in to comment.