Skip to content

Commit

Permalink
Update typebox to help performance regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie committed May 6, 2024
1 parent b30e38b commit 38bd561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^17.4.4",
"@sinclair/typebox": "0.32.22",
"@sinclair/typebox": "0.32.29",
"@types/crypto-js": "^4.2.2",
"@types/glob-to-regexp": "^0.4.1",
"@types/jest": "^29.4.0",
Expand Down Expand Up @@ -77,7 +77,7 @@
"ulidx": "^2.3.0"
},
"peerDependencies": {
"@sinclair/typebox": "0.32.22"
"@sinclair/typebox": "0.32.29"
},
"publishConfig": {
"@gnuxie:registry": "https://registry.npmjs.org"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -621,10 +621,10 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@sinclair/typebox@0.32.22":
version "0.32.22"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.32.22.tgz#209a323740911305b929d5ad960a21d19ba52cea"
integrity sha512-4uH8BLhNbptL2UkfS/a63tQ6uZGGZ4DT6zFq7ZkE+KQi7/56ZYkkWniAqz4bUr4cZGfoR83zRvSh39ZpH8DKDw==
"@sinclair/typebox@0.32.29":
version "0.32.29"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.32.29.tgz#35a31aac1078f14b722bd08086cea44fa73b206a"
integrity sha512-GWKskKPGQV0vVYizqCu0E1YLwGthvlkDqpRxB3iBuqxJ8dN/9n1cnDRSQHF59GMoxDJwzSgmxpU617SidtUnMw==

"@sinclair/typebox@^0.27.8":
version "0.27.8"
Expand Down

0 comments on commit 38bd561

Please sign in to comment.