@eslint-react/shared 1.26.3-next.7 → 1.26.3-next.9

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
@@ -248,7 +248,7 @@ function getReactVersion(fallback = "19.0.0") {
248
248
  }
249
249
  }
250
250
 
251
- // ../../node_modules/.pnpm/valibot@1.0.0-beta.15_typescript@5.7.3/node_modules/valibot/dist/index.js
251
+ // ../../node_modules/.pnpm/valibot@1.0.0-rc.0_typescript@5.7.3/node_modules/valibot/dist/index.js
252
252
  var store;
253
253
  // @__NO_SIDE_EFFECTS__
254
254
  function getGlobalConfig(config2) {
package/dist/index.mjs CHANGED
@@ -240,7 +240,7 @@ function getReactVersion(fallback = "19.0.0") {
240
240
  }
241
241
  }
242
242
 
243
- // ../../node_modules/.pnpm/valibot@1.0.0-beta.15_typescript@5.7.3/node_modules/valibot/dist/index.js
243
+ // ../../node_modules/.pnpm/valibot@1.0.0-rc.0_typescript@5.7.3/node_modules/valibot/dist/index.js
244
244
  var store;
245
245
  // @__NO_SIDE_EFFECTS__
246
246
  function getGlobalConfig(config2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-react/shared",
3
- "version": "1.26.3-next.7",
3
+ "version": "1.26.3-next.9",
4
4
  "description": "ESLint React's Shared constants and functions.",
5
5
  "homepage": "https://github.com/Rel1cx/eslint-react",
6
6
  "bugs": {
@@ -38,7 +38,7 @@
38
38
  "@typescript-eslint/utils": "^8.23.0",
39
39
  "picomatch": "^4.0.2",
40
40
  "ts-pattern": "^5.6.2",
41
- "@eslint-react/eff": "1.26.3-next.7"
41
+ "@eslint-react/eff": "1.26.3-next.9"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/picomatch": "^3.0.2",
@@ -46,7 +46,7 @@
46
46
  "micro-memoize": "^4.1.3",
47
47
  "tsup": "^8.3.6",
48
48
  "type-fest": "^4.34.1",
49
- "valibot": "^1.0.0-beta.15",
49
+ "valibot": "^1.0.0-rc.0",
50
50
  "@local/configs": "0.0.0"
51
51
  },
52
52
  "engines": {