Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
801 changes: 0 additions & 801 deletions .yarn/releases/yarn-3.2.4.cjs

This file was deleted.

875 changes: 875 additions & 0 deletions .yarn/releases/yarn-3.8.5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
yarnPath: ".yarn/releases/yarn-3.2.4.cjs"
yarnPath: ".yarn/releases/yarn-3.8.5.cjs"

nodeLinker: node-modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "2.5.6",
"main": "build/index.js",
"types": "./build/@types/index.d.ts",
"packageManager": "yarn@3.2.4",
"packageManager": "yarn@3.8.5",
"files": [
"build",
"!build/tsconfig.tsbuildinfo",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@artiefuzzz/ts": "1.3.2",
"@types/node": "16.11.65",
"@types/node": "16.18.108",
"xv": "1.1.1"
},
"repository": {
Expand Down
31 changes: 20 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ __metadata:
dependencies:
"@artiefuzzz/ts": 1.3.2
"@artiefuzzz/utils": ^1.2.1
"@types/node": 16.11.65
"@types/node": 16.18.108
undici: ^5.0.0
xv: 1.1.1
languageName: unknown
Expand All @@ -27,16 +27,23 @@ __metadata:
linkType: hard

"@artiefuzzz/utils@npm:^1.2.1":
version: 1.2.1
resolution: "@artiefuzzz/utils@npm:1.2.1"
checksum: 57735ecc475869fa6d7d490bb2a561476c5538377b802123aae4c134dbab6ffa1911ee00e0d2772880ff5013f84aab7a86dc9603c9f4183b042332a223fc3cfc
version: 1.3.4
resolution: "@artiefuzzz/utils@npm:1.3.4"
checksum: e00381321b8e0b78976ad43c90720ece0dcd3c8d491f77655846db1a4441fc304cf4789ef365267710d5c0d1036cdb3d6c263f522b89eecad1db735533472604
languageName: node
linkType: hard

"@types/node@npm:16.11.65":
version: 16.11.65
resolution: "@types/node@npm:16.11.65"
checksum: 81d84cb1e7aa305574cd35acf1a5e47f4a7f52783ba096f4bc511314540dee33a27cbd4fddc8bddd4535f1c87a96a76907157bcde093a25c89e8851d6dd63022
"@fastify/busboy@npm:^2.0.0":
version: 2.1.1
resolution: "@fastify/busboy@npm:2.1.1"
checksum: 42c32ef75e906c9a4809c1e1930a5ca6d4ddc8d138e1a8c8ba5ea07f997db32210617d23b2e4a85fe376316a41a1a0439fc6ff2dedf5126d96f45a9d80754fb2
languageName: node
linkType: hard

"@types/node@npm:16.18.108":
version: 16.18.108
resolution: "@types/node@npm:16.18.108"
checksum: 5029ce7b0d247690360f2698da4fe765ef5cd5e2409b63b3a45e90bbf7bbaaf3497e769336fb7725be04a221d6e934e3a4616ec7fc205812943def3ea9d70862
languageName: node
linkType: hard

Expand All @@ -48,9 +55,11 @@ __metadata:
linkType: hard

"undici@npm:^5.0.0":
version: 5.0.0
resolution: "undici@npm:5.0.0"
checksum: 98bb9914aa0647840ce6fd518ac828b7760df8d9b747680d11260fcb4f50af0029b0513e5600bf0d3a812d9e3f8d9d787bbcbcee7b9e75aa5f7de6f9b0212898
version: 5.28.4
resolution: "undici@npm:5.28.4"
dependencies:
"@fastify/busboy": ^2.0.0
checksum: a8193132d84540e4dc1895ecc8dbaa176e8a49d26084d6fbe48a292e28397cd19ec5d13bc13e604484e76f94f6e334b2bdc740d5f06a6e50c44072818d0c19f9
languageName: node
linkType: hard

Expand Down
Loading