Skip to content

Commit

Permalink
fix!: upgrade typebox (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 13, 2023
1 parent cab2a15 commit 52ec586
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"prettier": "@cobraz/prettier",
"dependencies": {
"@fastify/type-provider-typebox": "^3.2.0",
"@sinclair/typebox": "^0.28.0",
"@fastify/type-provider-typebox": "^3.3.0",
"@sinclair/typebox": "^0.29.4",
"@types/express": "^4.17.13",
"fastify": "^4.0.1",
"fastify-plugin": "^4.2.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,10 @@
dependencies:
fast-json-stringify "^5.7.0"

"@fastify/type-provider-typebox@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@fastify/type-provider-typebox/-/type-provider-typebox-3.2.0.tgz#9fe7e7bfec98160d931acf315976e96e076eac99"
integrity sha512-Ec+dHVfb9wovQ/jclkDbzTshHTtSsDmTGhls6S/TM3QIcx7682Jq8/W0kHXW3ylBUBEtcel87B+PuwH17TRDAw==
"@fastify/type-provider-typebox@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@fastify/type-provider-typebox/-/type-provider-typebox-3.3.0.tgz#898c1a5fafef0f52550ff6c8d77c4e0b2fb97c6d"
integrity sha512-CJ4bhrx2FurljP7zIR1pIGlSzf3ChSm65p5MyKUR74CT4Ft5gcqrZg6FNq4mOCtMegmgUL7Z0Ly762aIHp5ZWw==

"@humanwhocodes/config-array@^0.11.10":
version "0.11.10"
Expand Down Expand Up @@ -672,10 +672,10 @@
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==

"@sinclair/typebox@^0.28.0":
version "0.28.20"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.28.20.tgz#978652a10ced0102aec86e8e088837ab7d0d5871"
integrity sha512-QCF3BGfacwD+3CKhGsMeixnwOmX4AWgm61nKkNdRStyLVu0mpVFYlDSY8gVBOOED1oSwzbJauIWl/+REj8K5+w==
"@sinclair/typebox@^0.29.4":
version "0.29.4"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.29.4.tgz#88bcfbd6252ae935dec45022e2c98d6fd9d0c643"
integrity sha512-XSEM1jjL9CPI4pZ0RZs84Oq+jcONXFHljufxrp70rTYTbslDuYDj1wnDCzDb3XC9Tf5C36sGO1Fu7VFXXDTgFw==

"@sinonjs/commons@^3.0.0":
version "3.0.0"
Expand Down

0 comments on commit 52ec586

Please sign in to comment.