Skip to content

fix(deps): update all non-major dependencies #365

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

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
2 changes: 1 addition & 1 deletion packages/auto-ensure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.fb00a2d.0",
"@sapphire/utilities": "^3.17.0"
"@sapphire/utilities": "^3.18.2"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.fb00a2d.0",
"@sapphire/result": "^2.6.6",
"@sapphire/result": "^2.7.2",
"@sapphire/shapeshift": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@joshdb/provider": "2.0.0-next.fb00a2d.0",
"@sapphire/utilities": "^3.17.0"
"@sapphire/utilities": "^3.18.2"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
Expand Down
20 changes: 17 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@joshdb/provider": "npm:2.0.0-next.fb00a2d.0"
"@sapphire/utilities": "npm:^3.17.0"
"@sapphire/utilities": "npm:^3.18.2"
"@swc/core": "npm:^1.6.1"
"@vitest/coverage-v8": "npm:^1.6.0"
tsup: "npm:^8.1.0"
Expand Down Expand Up @@ -874,7 +874,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@joshdb/provider": "npm:2.0.0-next.fb00a2d.0"
"@sapphire/result": "npm:^2.6.6"
"@sapphire/result": "npm:^2.7.2"
"@sapphire/shapeshift": "npm:^4.0.0"
"@swc/core": "npm:^1.6.1"
"@vitest/coverage-v8": "npm:^1.6.0"
Expand All @@ -892,7 +892,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@joshdb/provider": "npm:2.0.0-next.fb00a2d.0"
"@sapphire/utilities": "npm:^3.17.0"
"@sapphire/utilities": "npm:^3.18.2"
"@swc/core": "npm:^1.6.1"
"@vitest/coverage-v8": "npm:^1.6.0"
tsup: "npm:^8.1.0"
Expand Down Expand Up @@ -1271,6 +1271,13 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/result@npm:^2.7.2":
version: 2.7.2
resolution: "@sapphire/result@npm:2.7.2"
checksum: 10/8456a23c1e5fa20f74ba976097dcd5358df0e962aaf89c36aefb656dbe78a8fc93478ae29de88721784b93a4a1b0cbd3780a9cd13c61d842e5e5e3b511bfd59b
languageName: node
linkType: hard

"@sapphire/shapeshift@npm:^4.0.0":
version: 4.0.0
resolution: "@sapphire/shapeshift@npm:4.0.0"
Expand Down Expand Up @@ -1312,6 +1319,13 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.18.2":
version: 3.18.2
resolution: "@sapphire/utilities@npm:3.18.2"
checksum: 10/d7433b4231f56e3b07b93daaad7c43cb129f4a4e01ecf36ac22a6fcb1cedbd9059c124427002839006e3ee16fae7faa29bc48f6d40338873ac5c84dc28757ab8
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.27.8":
version: 0.27.8
resolution: "@sinclair/typebox@npm:0.27.8"
Expand Down
Loading