Skip to content
Closed
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/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@sapphire/utilities": "^3.18.1",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.98",
"i18next": "^22.5.1",
"i18next": "^25.1.3",
"tslib": "^2.8.1"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0",
"@types/node": "20.14.8",
"i18next": "^22.5.1",
"i18next": "^25.1.3",
"tsup": "^8.3.5",
"typescript": "~5.4.5"
},
Expand Down
36 changes: 16 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,10 @@ __metadata:
languageName: node
linkType: hard

"@babel/runtime@npm:^7.20.6":
version: 7.24.5
resolution: "@babel/runtime@npm:7.24.5"
dependencies:
regenerator-runtime: "npm:^0.14.0"
checksum: 10/e0f4f4d4503f7338749d1dd92361ad132d683bde64e6b61d6c855e100dcd01592295fcfdcc960c946b85ef7908dc2f501080da58447c05812cf3cd80c599bb62
"@babel/runtime@npm:^7.27.1":
version: 7.27.1
resolution: "@babel/runtime@npm:7.27.1"
checksum: 10/34cefcbf781ea5a4f1b93f8563327b9ac82694bebdae91e8bd9d7f58d084cbe5b9a6e7f94d77076e15b0bcdaa0040a36cb30737584028df6c4673b4c67b2a31d
languageName: node
linkType: hard

Expand Down Expand Up @@ -1694,7 +1692,7 @@ __metadata:
"@sapphire/utilities": "npm:^3.18.1"
"@skyra/i18next-backend": "workspace:^"
discord-api-types: "npm:^0.37.98"
i18next: "npm:^22.5.1"
i18next: "npm:^25.1.3"
tslib: "npm:^2.8.1"
tsup: "npm:^8.3.5"
typescript: "npm:~5.4.5"
Expand Down Expand Up @@ -1728,7 +1726,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^6.0.0"
"@types/node": "npm:20.14.8"
i18next: "npm:^22.5.1"
i18next: "npm:^25.1.3"
tslib: "npm:^2.8.1"
tsup: "npm:^8.3.5"
typescript: "npm:~5.4.5"
Expand Down Expand Up @@ -4237,12 +4235,17 @@ __metadata:
languageName: node
linkType: hard

"i18next@npm:^22.5.1":
version: 22.5.1
resolution: "i18next@npm:22.5.1"
"i18next@npm:^25.1.3":
version: 25.1.3
resolution: "i18next@npm:25.1.3"
dependencies:
"@babel/runtime": "npm:^7.20.6"
checksum: 10/ab1a0adee97911917fc46fb4216b8eb7c4ec0a243966609dda6a384e4b22acd25386a817dc51146328d5272ce1c6133558361788ebc4a36fbca250b8b3e90bd1
"@babel/runtime": "npm:^7.27.1"
peerDependencies:
typescript: ^5
peerDependenciesMeta:
typescript:
optional: true
checksum: 10/b1cabfb4ee07671dd573150d17dc0af9b7f193c487673dfd37c0f0b3ead6e2c27b15dccfee2e889252af19b451b4646620a83844c7ea8f1131122e36630368ea
languageName: node
linkType: hard

Expand Down Expand Up @@ -5894,13 +5897,6 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.14.0":
version: 0.14.1
resolution: "regenerator-runtime@npm:0.14.1"
checksum: 10/5db3161abb311eef8c45bcf6565f4f378f785900ed3945acf740a9888c792f75b98ecb77f0775f3bf95502ff423529d23e94f41d80c8256e8fa05ed4b07cf471
languageName: node
linkType: hard

"require-directory@npm:^2.1.1":
version: 2.1.1
resolution: "require-directory@npm:2.1.1"
Expand Down
Loading