Skip to content

Commit

Permalink
chore: upgrade typebox
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 24, 2023
1 parent 6ead171 commit a1ba919
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- `[jest-cli, jest-config, @jest/types]` [**BREAKING**] Remove deprecated `--init` argument ([#14490](https://github.com/jestjs/jest/pull/14490))
- `[jest-config, @jest/core, jest-util]` Upgrade `ci-info` ([#14655](https://github.com/jestjs/jest/pull/14655))
- `[jest-mock]` [**BREAKING**] Remove `MockFunctionMetadataType`, `MockFunctionMetadata` and `SpyInstance` types ([#14621](https://github.com/jestjs/jest/pull/14621))
- `[jest-schemas]` Upgrade `@sinclair/typebox` ([#14775](https://github.com/jestjs/jest/pull/14775))
- `[jest-transform]` Upgrade `write-file-atomic` ([#14274](https://github.com/jestjs/jest/pull/14274))
- `[jest-util]` Upgrade `picomatch` to v3 ([#14653](https://github.com/jestjs/jest/pull/14653))
- `[docs] Append to NODE_OPTIONS, not overwrite ([#14730](https://github.com/jestjs/jest/pull/14730))`
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 @@ -19,7 +19,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@sinclair/typebox": "^0.31.0"
"@sinclair/typebox": "^0.32.1"
},
"engines": {
"node": "^16.10.0 || ^18.12.0 || >=20.0.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jest/schemas@workspace:packages/jest-schemas"
dependencies:
"@sinclair/typebox": ^0.31.0
"@sinclair/typebox": ^0.32.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4451,10 +4451,10 @@ __metadata:
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.31.0":
version: 0.31.21
resolution: "@sinclair/typebox@npm:0.31.21"
checksum: 33b57ba3f5db070d9834095b7ab0e3599851105585356392612bccc00cf4d5e8b3f16c7cf8578bdd980c0fe995f22a04f161ebb6d94acf09a83ef6c7a9d25189
"@sinclair/typebox@npm:^0.32.1":
version: 0.32.1
resolution: "@sinclair/typebox@npm:0.32.1"
checksum: 685f7e45769daf07a99c9016bf1f1fda838db6dedc616e2b294454ba112f4eb817e44ffebcb65980d72ec85f4b34acdf3d05740b6f5bd5a36b20ae32a3ef5a0f
languageName: node
linkType: hard

Expand Down

0 comments on commit a1ba919

Please sign in to comment.