Skip to content

Commit

Permalink
chore: refresh lockfile (#13703)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB authored Dec 31, 2022
1 parent fb9712f commit 5da283d
Show file tree
Hide file tree
Showing 5 changed files with 1,594 additions and 1,201 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"istanbul-reports": "^3.1.3",
"jest": "workspace:^",
"jest-changed-files": "workspace:^",
"jest-junit": "^14.0.0",
"jest-junit": "^15.0.0",
"jest-mock": "workspace:^",
"jest-runner-tsd": "^4.0.0",
"jest-serializer-ansi-escapes": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-fake-timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@jest/types": "workspace:^",
"@sinonjs/fake-timers": "^10.0.0",
"@sinonjs/fake-timers": "^10.0.2",
"@types/node": "*",
"jest-message-util": "workspace:^",
"jest-mock": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@sinclair/typebox": "^0.24.1"
"@sinclair/typebox": "^0.25.16"
},
"engines": {
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"micromatch": "^4.0.4",
"pirates": "^4.0.4",
"slash": "^3.0.0",
"write-file-atomic": "^4.0.1"
"write-file-atomic": "^5.0.0"
},
"devDependencies": {
"@jest/test-utils": "workspace:^",
"@types/babel__core": "^7.1.14",
"@types/convert-source-map": "^1.5.1",
"@types/convert-source-map": "^2.0.0",
"@types/graceful-fs": "^4.1.3",
"@types/micromatch": "^4.0.1",
"@types/write-file-atomic": "^4.0.0",
Expand Down
Loading

0 comments on commit 5da283d

Please sign in to comment.