@eslint-react/shared 1.5.13-next.5 → 1.5.13-next.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/dist/index.js CHANGED
@@ -189,6 +189,8 @@ var getDocsUrl = (pluginName) => (ruleName) => {
189
189
  return `${WEBSITE_URL}/rules/${pluginName}-${ruleName}`;
190
190
  };
191
191
  var createRuleForPlugin = (pluginName) => utils.ESLintUtils.RuleCreator(getDocsUrl(pluginName));
192
+
193
+ // ../../node_modules/.pnpm/valibot@0.31.0-rc.5/node_modules/valibot/dist/index.js
192
194
  var store2;
193
195
  function getGlobalMessage(lang) {
194
196
  return store2?.get(lang);
package/dist/index.mjs CHANGED
@@ -187,6 +187,8 @@ var getDocsUrl = (pluginName) => (ruleName) => {
187
187
  return `${WEBSITE_URL}/rules/${pluginName}-${ruleName}`;
188
188
  };
189
189
  var createRuleForPlugin = (pluginName) => ESLintUtils.RuleCreator(getDocsUrl(pluginName));
190
+
191
+ // ../../node_modules/.pnpm/valibot@0.31.0-rc.5/node_modules/valibot/dist/index.js
190
192
  var store2;
191
193
  function getGlobalMessage(lang) {
192
194
  return store2?.get(lang);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.5.13-next.5",
3
+ "version": "1.5.13-next.7",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/rel1cx/eslint-react",
6
6
  "bugs": {
@@ -35,13 +35,13 @@
35
35
  "./package.json"
36
36
  ],
37
37
  "dependencies": {
38
- "@typescript-eslint/utils": "^7.10.0",
38
+ "@typescript-eslint/utils": "^7.11.0",
39
39
  "deepmerge-ts": "7.0.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "tsup": "8.0.2",
43
- "type-fest": "4.18.2",
44
- "valibot": "0.31.0-rc.1"
43
+ "type-fest": "4.18.3",
44
+ "valibot": "0.31.0-rc.5"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsup",