eslint-plugin-formatjs 6.4.6 → 6.4.7
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.
- package/index.js +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -4525,7 +4525,7 @@ var package_exports = /* @__PURE__ */ __exportAll({
|
|
|
4525
4525
|
});
|
|
4526
4526
|
var name$1 = "eslint-plugin-formatjs";
|
|
4527
4527
|
var description = "ESLint plugin for formatjs";
|
|
4528
|
-
var version$1 = "6.4.
|
|
4528
|
+
var version$1 = "6.4.7";
|
|
4529
4529
|
var license = "MIT";
|
|
4530
4530
|
var author = "Long Ho <holevietlong@gmail.com>";
|
|
4531
4531
|
var type = "module";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-formatjs",
|
|
3
3
|
"description": "ESLint plugin for formatjs",
|
|
4
|
-
"version": "6.4.
|
|
4
|
+
"version": "6.4.7",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Long Ho <holevietlong@gmail.com>",
|
|
7
7
|
"type": "module",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"@unicode/unicode-17.0.0": "^1.6.16",
|
|
16
16
|
"magic-string": "^0.30.0",
|
|
17
17
|
"picomatch": "2 || 3 || 4",
|
|
18
|
-
"@formatjs/icu-messageformat-parser": "3.5.
|
|
19
|
-
"@formatjs/ts-transformer": "4.4.
|
|
18
|
+
"@formatjs/icu-messageformat-parser": "3.5.6",
|
|
19
|
+
"@formatjs/ts-transformer": "4.4.6"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"eslint": "9 || 10"
|