Skip to content

Commit

Permalink
chore(connect): bump deps. Remove deno shim dep as its unused
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Dec 11, 2023
1 parent 090b2b7 commit a38a181
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 42 deletions.
1 change: 0 additions & 1 deletion packages/connect/deno/shim.node.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// See https://github.com/fromdeno/deno2node#shimming

export { fetch, Headers, Request, Response } from 'undici'
export { Deno } from '@deno/shim-deno'
9 changes: 4 additions & 5 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,18 @@
"build": "microbundle --tsconfig tsconfig.ci.jsonc"
},
"dependencies": {
"@deno/shim-deno": "^0.17.0",
"crocks": "^0.12.4",
"jose": "^5.1.1",
"jose": "^5.1.3",
"mime-types": "^2.1.35",
"ms": "^2.1.3",
"ramda": "^0.28.0",
"undici": "^5.27.2"
"undici": "^6.0.1"
},
"devDependencies": {
"@types/mime-types": "^2.1.4",
"@types/ms": "^0.7.34",
"@types/node": "^20.9.2",
"@types/ramda": "^0.28.23",
"@types/node": "^20.10.4",
"@types/ramda": "^0.28.25",
"microbundle": "^0.15.1"
}
}
54 changes: 18 additions & 36 deletions packages/connect/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -985,19 +985,6 @@
"@babel/helper-validator-identifier" "^7.22.20"
to-fast-properties "^2.0.0"

"@deno/shim-deno-test@^0.5.0":
version "0.5.0"
resolved "https://registry.npmjs.org/@deno/shim-deno-test/-/shim-deno-test-0.5.0.tgz"
integrity sha512-4nMhecpGlPi0cSzT67L+Tm+GOJqvuk8gqHBziqcUQOarnuIax1z96/gJHCSIz2Z0zhxE6Rzwb3IZXPtFh51j+w==

"@deno/shim-deno@^0.17.0":
version "0.17.0"
resolved "https://registry.npmjs.org/@deno/shim-deno/-/shim-deno-0.17.0.tgz"
integrity sha512-+FzsP65eehAgTQdzt1izLEV17ePCZqHxDQqRDbpRc1yJVYtDI2MvbRq5DvOj90uRt6zKn9qtWpEueDqG1QORhQ==
dependencies:
"@deno/shim-deno-test" "^0.5.0"
which "^4.0.0"

"@fastify/busboy@^2.0.0":
version "2.1.0"
resolved "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.0.tgz"
Expand Down Expand Up @@ -1150,21 +1137,28 @@
resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.34.tgz"
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==

"@types/node@*", "@types/node@^20.9.2":
"@types/node@*":
version "20.9.2"
resolved "https://registry.npmjs.org/@types/node/-/node-20.9.2.tgz"
integrity sha512-WHZXKFCEyIUJzAwh3NyyTHYSR35SevJ6mZ1nWwJafKtiQbqRTIKSRcw3Ma3acqgsent3RRDqeVwpHntMk+9irg==
dependencies:
undici-types "~5.26.4"

"@types/node@^20.10.4":
version "20.10.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.4.tgz#b246fd84d55d5b1b71bf51f964bd514409347198"
integrity sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==
dependencies:
undici-types "~5.26.4"

"@types/parse-json@^4.0.0":
version "4.0.0"
resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz"
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==

"@types/ramda@^0.28.23":
"@types/ramda@^0.28.25":
version "0.28.25"
resolved "https://registry.npmjs.org/@types/ramda/-/ramda-0.28.25.tgz"
resolved "https://registry.yarnpkg.com/@types/ramda/-/ramda-0.28.25.tgz#68080ef9eed92cddcd2c727cf3fe09f6a093e475"
integrity sha512-HrQNqQAGcITpn9HAJFamDxm7iZeeXiP/95pN5OMbNniDjzCCeOHbBKNGmUy8NRi0fhYS+/cXeo91MFC+06gbow==
dependencies:
ts-toolbelt "^6.15.1"
Expand Down Expand Up @@ -2133,11 +2127,6 @@ is-wsl@^2.2.0:
dependencies:
is-docker "^2.0.0"

isexe@^3.1.1:
version "3.1.1"
resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz"
integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==

jake@^10.8.5:
version "10.8.5"
resolved "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz"
Expand All @@ -2157,10 +2146,10 @@ jest-worker@^26.2.1:
merge-stream "^2.0.0"
supports-color "^7.0.0"

jose@^5.1.1:
version "5.1.1"
resolved "https://registry.npmjs.org/jose/-/jose-5.1.1.tgz"
integrity sha512-bfB+lNxowY49LfrBO0ITUn93JbUhxUN8I11K6oI5hJu/G6PO6fEUddVLjqdD0cQ9SXIHWXuWh7eJYwZF7Z0N/g==
jose@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/jose/-/jose-5.1.3.tgz#303959d85c51b5cb14725f930270b72be56abdca"
integrity sha512-GPExOkcMsCLBTi1YetY2LmkoY559fss0+0KVa6kOfb2YFe84nAM7Nm/XzuZozah4iHgmBGrCOHL5/cy670SBRw==

js-tokens@^4.0.0:
version "4.0.0"
Expand Down Expand Up @@ -3236,10 +3225,10 @@ undici-types@~5.26.4:
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

undici@^5.27.2:
version "5.27.2"
resolved "https://registry.npmjs.org/undici/-/undici-5.27.2.tgz"
integrity sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==
undici@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/undici/-/undici-6.0.1.tgz#385572addca36d1c2b280629cb694b726170027e"
integrity sha512-eZFYQLeS9BiXpsU0cuFhCwfeda2MnC48EVmmOz/eCjsTgmyTdaHdVsPSC/kwC2GtW2e0uH0HIPbadf3/bRWSxw==
dependencies:
"@fastify/busboy" "^2.0.0"

Expand Down Expand Up @@ -3295,13 +3284,6 @@ which-boxed-primitive@^1.0.2:
is-string "^1.0.5"
is-symbol "^1.0.3"

which@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/which/-/which-4.0.0.tgz"
integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==
dependencies:
isexe "^3.1.1"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
Expand Down

0 comments on commit a38a181

Please sign in to comment.