@sapphire/plugin-i18next 2.5.3 → 2.5.5-next.dfba037.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ # [@sapphire/plugin-i18next@2.5.4](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.5.2...@sapphire/plugin-i18next@2.5.4) - (2022-07-11)
6
+
7
+ ## 🐛 Bug Fixes
8
+
9
+ - Manually set version ([117d5a6](https://github.com/sapphiredev/plugins/commit/117d5a6256af7e01b420b28f95abec36f3feb0af))
10
+ - **deps:** Update dependency @sapphire/utilities to ^3.7.0 ([6ec8b75](https://github.com/sapphiredev/plugins/commit/6ec8b75dbd09d70f1015f1a032eb105a42b9e0f4))
11
+ - **deps:** Update dependency i18next to ^21.8.5 (#301) ([be8f6ed](https://github.com/sapphiredev/plugins/commit/be8f6ed3ef3aada738531ca26d44d61e023c1b64))
12
+
5
13
  # [@sapphire/plugin-i18next@2.5.2](https://github.com/sapphiredev/plugins/compare/@sapphire/plugin-i18next@2.5.1...@sapphire/plugin-i18next@2.5.2) - (2022-05-18)
6
14
 
7
15
  ## 🏠 Refactor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire/plugin-i18next",
3
- "version": "2.5.3",
3
+ "version": "2.5.5-next.dfba037.0",
4
4
  "description": "Plugin for @sapphire/framework to support i18next.",
5
5
  "author": "@sapphire",
6
6
  "license": "MIT",
@@ -37,10 +37,10 @@
37
37
  "check-update": "cliff-jumper --dry-run"
38
38
  },
39
39
  "dependencies": {
40
- "@sapphire/utilities": "^3.6.2",
40
+ "@sapphire/utilities": "^3.7.0",
41
41
  "@skyra/i18next-backend": "^1.0.1",
42
42
  "chokidar": "^3.5.3",
43
- "i18next": "^21.8.10",
43
+ "i18next": "^21.8.13",
44
44
  "tslib": "^2.4.0"
45
45
  },
46
46
  "repository": {
@@ -77,6 +77,7 @@
77
77
  "access": "public"
78
78
  },
79
79
  "devDependencies": {
80
+ "@favware/cliff-jumper": "^1.8.5",
80
81
  "gen-esm-wrapper": "^1.1.3",
81
82
  "typescript": "^4.7.4"
82
83
  }