Skip to content

Commit

Permalink
fix(runtime): Add framework types as devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
WoH committed Mar 11, 2024
1 parent 8fda7ea commit d5d741c
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,12 @@
"validator": "^13.11.0"
},
"devDependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hapi": "^21.3.3",
"@types/node": "^18.0.0",
"@types/validator": "^13.11.7",
"express": "^4.18.3",
"koa": "^2.15.0",
"typescript": "^5.3.3"
},
"repository": {
Expand Down
102 changes: 100 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,30 @@
"@hapi/topo" "^6.0.1"
"@hapi/validate" "^2.0.1"

"@hapi/hapi@^21.3.3":
version "21.3.3"
resolved "https://registry.yarnpkg.com/@hapi/hapi/-/hapi-21.3.3.tgz#5ef33060386be1fded39d2f0c8a0d49922a480e9"
integrity sha512-6pgwWVl/aSKSNVn86n+mWa06jRqCAKi2adZp/Hti19A0u5x3/6eiKz8UTBPMzfrdGf9WcrYbFBYzWr/qd2s28g==
dependencies:
"@hapi/accept" "^6.0.1"
"@hapi/ammo" "^6.0.1"
"@hapi/boom" "^10.0.1"
"@hapi/bounce" "^3.0.1"
"@hapi/call" "^9.0.1"
"@hapi/catbox" "^12.1.1"
"@hapi/catbox-memory" "^6.0.1"
"@hapi/heavy" "^8.0.1"
"@hapi/hoek" "^11.0.2"
"@hapi/mimos" "^7.0.1"
"@hapi/podium" "^5.0.1"
"@hapi/shot" "^6.0.1"
"@hapi/somever" "^4.1.1"
"@hapi/statehood" "^8.1.1"
"@hapi/subtext" "^8.1.0"
"@hapi/teamwork" "^6.0.0"
"@hapi/topo" "^6.0.1"
"@hapi/validate" "^2.0.1"

"@hapi/heavy@^8.0.1":
version "8.0.1"
resolved "https://registry.yarnpkg.com/@hapi/heavy/-/heavy-8.0.1.tgz#e2be4a6a249005b5a587f7604aafa8ed02461fb6"
Expand Down Expand Up @@ -1898,7 +1922,7 @@ body-parser@1.20.1:
type-is "~1.6.18"
unpipe "1.0.0"

body-parser@^1.20.2:
body-parser@1.20.2, body-parser@^1.20.2:
version "1.20.2"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
Expand Down Expand Up @@ -2488,6 +2512,14 @@ cookies@~0.8.0:
depd "~2.0.0"
keygrip "~1.1.0"

cookies@~0.9.0:
version "0.9.1"
resolved "https://registry.yarnpkg.com/cookies/-/cookies-0.9.1.tgz#3ffed6f60bb4fb5f146feeedba50acc418af67e3"
integrity sha512-TG2hpqe4ELx54QER/S3HQ9SRVnQnGBtKUz5bLQWtYAQ+o6GpgMs6sYUvaiJjVxb+UXwhRhAEP3m7LbsIZ77Hmw==
dependencies:
depd "~2.0.0"
keygrip "~1.1.0"

copy-to@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/copy-to/-/copy-to-2.0.1.tgz#2680fbb8068a48d08656b6098092bdafc906f4a5"
Expand Down Expand Up @@ -3036,6 +3068,43 @@ express@^4.18.1:
utils-merge "1.0.1"
vary "~1.1.2"

express@^4.18.3:
version "4.18.3"
resolved "https://registry.yarnpkg.com/express/-/express-4.18.3.tgz#6870746f3ff904dee1819b82e4b51509afffb0d4"
integrity sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==
dependencies:
accepts "~1.3.8"
array-flatten "1.1.1"
body-parser "1.20.2"
content-disposition "0.5.4"
content-type "~1.0.4"
cookie "0.5.0"
cookie-signature "1.0.6"
debug "2.6.9"
depd "2.0.0"
encodeurl "~1.0.2"
escape-html "~1.0.3"
etag "~1.8.1"
finalhandler "1.2.0"
fresh "0.5.2"
http-errors "2.0.0"
merge-descriptors "1.0.1"
methods "~1.1.2"
on-finished "2.4.1"
parseurl "~1.3.3"
path-to-regexp "0.1.7"
proxy-addr "~2.0.7"
qs "6.11.0"
range-parser "~1.2.1"
safe-buffer "5.2.1"
send "0.18.0"
serve-static "1.15.0"
setprototypeof "1.2.0"
statuses "2.0.1"
type-is "~1.6.18"
utils-merge "1.0.1"
vary "~1.1.2"

external-editor@^3.0.3:
version "3.1.0"
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
Expand Down Expand Up @@ -4268,6 +4337,35 @@ koa@^2.14.1:
type-is "^1.6.16"
vary "^1.1.2"

koa@^2.15.0:
version "2.15.0"
resolved "https://registry.yarnpkg.com/koa/-/koa-2.15.0.tgz#d24ae1b0ff378bf12eb3df584ab4204e4c12ac2b"
integrity sha512-KEL/vU1knsoUvfP4MC4/GthpQrY/p6dzwaaGI6Rt4NQuFqkw3qrvsdYF5pz3wOfi7IGTvMPHC9aZIcUKYFNxsw==
dependencies:
accepts "^1.3.5"
cache-content-type "^1.0.0"
content-disposition "~0.5.2"
content-type "^1.0.4"
cookies "~0.9.0"
debug "^4.3.2"
delegates "^1.0.0"
depd "^2.0.0"
destroy "^1.0.4"
encodeurl "^1.0.2"
escape-html "^1.0.3"
fresh "~0.5.2"
http-assert "^1.3.0"
http-errors "^1.6.3"
is-generator-function "^1.0.7"
koa-compose "^4.1.0"
koa-convert "^2.0.0"
on-finished "^2.3.0"
only "~0.0.2"
parseurl "^1.3.2"
statuses "^1.5.0"
type-is "^1.6.16"
vary "^1.1.2"

lerna@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/lerna/-/lerna-8.0.1.tgz#cc705467c5507c38c76ae293fe976e5d438aa876"
Expand Down Expand Up @@ -6766,7 +6864,7 @@ typedoc@^0.25.12:
minimatch "^9.0.3"
shiki "^0.14.7"

"typescript@>=3 < 6", typescript@^5.2.2, typescript@^5.3.3:
"typescript@>=3 < 6", typescript@^5.3.3:
version "5.4.2"
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
Expand Down

0 comments on commit d5d741c

Please sign in to comment.