Skip to content
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.8.0",
"@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.8.0"
"@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.8.0":
version: 2.8.0
resolution: "@sapphire/result@npm:2.8.0"
checksum: 10/d724707001a79412c65bb23ac522911677ba97576aa1b24e93180b75e9ab9e3ef26f7bfa549057ac0e12a0f8a8fc1d9cc86b3542f48405f89ed34548e3fff8ee
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