@eslint-react/shared 1.15.1-next.9 → 1.15.2-next.1
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -214,7 +214,7 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
214
214
|
};
|
|
215
215
|
var createRuleForPlugin = (pluginName) => utils.ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
216
216
|
|
|
217
|
-
// ../../node_modules/.pnpm/valibot@1.0.0-beta.
|
|
217
|
+
// ../../node_modules/.pnpm/valibot@1.0.0-beta.2_typescript@5.6.3/node_modules/valibot/dist/index.js
|
|
218
218
|
var store;
|
|
219
219
|
function getGlobalConfig(config2) {
|
|
220
220
|
return {
|
package/dist/index.mjs
CHANGED
|
@@ -208,7 +208,7 @@ var getDocsUrl = (pluginName) => (ruleName) => {
|
|
|
208
208
|
};
|
|
209
209
|
var createRuleForPlugin = (pluginName) => ESLintUtils.RuleCreator(getDocsUrl(pluginName));
|
|
210
210
|
|
|
211
|
-
// ../../node_modules/.pnpm/valibot@1.0.0-beta.
|
|
211
|
+
// ../../node_modules/.pnpm/valibot@1.0.0-beta.2_typescript@5.6.3/node_modules/valibot/dist/index.js
|
|
212
212
|
var store;
|
|
213
213
|
function getGlobalConfig(config2) {
|
|
214
214
|
return {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eslint-react/shared",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.2-next.1",
|
|
4
4
|
"description": "ESLint React's Shared constants and functions.",
|
|
5
5
|
"homepage": "https://github.com/rel1cx/eslint-react",
|
|
6
6
|
"bugs": {
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@typescript-eslint/utils": "^8.11.0",
|
|
39
39
|
"picomatch": "^4.0.2",
|
|
40
|
-
"@eslint-react/tools": "1.15.
|
|
40
|
+
"@eslint-react/tools": "1.15.2-next.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/picomatch": "^3.0.1",
|
|
44
44
|
"fast-equals": "^5.0.1",
|
|
45
45
|
"micro-memoize": "^4.1.2",
|
|
46
|
-
"tsup": "^8.3.
|
|
46
|
+
"tsup": "^8.3.5",
|
|
47
47
|
"type-fest": "^4.26.1",
|
|
48
|
-
"valibot": "^1.0.0-beta.
|
|
48
|
+
"valibot": "^1.0.0-beta.2"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsup --dts-resolve",
|