eslint-plugin-formatjs 6.4.17 → 6.4.18
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 +5 -5
- package/package.json +7 -7
package/index.js
CHANGED
|
@@ -4538,7 +4538,7 @@ var package_exports = /* @__PURE__ */ __exportAll({
|
|
|
4538
4538
|
version: () => version$1
|
|
4539
4539
|
});
|
|
4540
4540
|
var name$1 = "eslint-plugin-formatjs";
|
|
4541
|
-
var version$1 = "6.4.
|
|
4541
|
+
var version$1 = "6.4.18";
|
|
4542
4542
|
var description = "ESLint plugin for formatjs";
|
|
4543
4543
|
var keywords = [
|
|
4544
4544
|
"eslint",
|
|
@@ -4561,10 +4561,10 @@ var exports = {
|
|
|
4561
4561
|
var dependencies = {
|
|
4562
4562
|
"@formatjs/icu-messageformat-parser": "workspace:*",
|
|
4563
4563
|
"@formatjs/ts-transformer": "workspace:*",
|
|
4564
|
-
"@types/estree-jsx": "
|
|
4565
|
-
"@types/picomatch": "
|
|
4566
|
-
"@unicode/unicode-17.0.0": "
|
|
4567
|
-
"magic-string": "
|
|
4564
|
+
"@types/estree-jsx": "1",
|
|
4565
|
+
"@types/picomatch": "4",
|
|
4566
|
+
"@unicode/unicode-17.0.0": "1",
|
|
4567
|
+
"magic-string": "0",
|
|
4568
4568
|
"picomatch": "2 || 3 || 4"
|
|
4569
4569
|
};
|
|
4570
4570
|
var peerDependencies = { "eslint": "9 || 10" };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-formatjs",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.18",
|
|
4
4
|
"description": "ESLint plugin for formatjs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"./util": "./util.js"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@formatjs/icu-messageformat-parser": "3.5.
|
|
28
|
-
"@formatjs/ts-transformer": "4.4.
|
|
29
|
-
"@types/estree-jsx": "
|
|
30
|
-
"@types/picomatch": "
|
|
31
|
-
"@unicode/unicode-17.0.0": "
|
|
32
|
-
"magic-string": "
|
|
27
|
+
"@formatjs/icu-messageformat-parser": "3.5.14",
|
|
28
|
+
"@formatjs/ts-transformer": "4.4.16",
|
|
29
|
+
"@types/estree-jsx": "1",
|
|
30
|
+
"@types/picomatch": "4",
|
|
31
|
+
"@unicode/unicode-17.0.0": "1",
|
|
32
|
+
"magic-string": "0",
|
|
33
33
|
"picomatch": "2 || 3 || 4"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|