xenopomp-essentials 0.1.3-rc.5 → 0.1.3-rc.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.d.mts CHANGED
@@ -564,6 +564,6 @@ declare const minmax: (num: number, [min, max]: [min: number | undefined, max: n
564
564
  * );
565
565
  * };
566
566
  */
567
- declare function jsxDotNotation<Props = EmptyObject, Rest extends Record<string, FC<AnyObject>> = EmptyObject>(comp: FC<Props>, rest: Rest): FC<Props> & Rest;
567
+ declare function jsxDotNotation<Props = EmptyObject, Rest extends Record<string, FC<any>> = EmptyObject>(comp: FC<Props>, rest: Rest): FC<Props> & Rest;
568
568
 
569
569
  export { type AnyFC, type AnyObject, type ArrayItemType, type ArrayType, type AsyncFC, type AsyncReturnType, type AsyncVariableFC, type DeepInject, type DeepWriteable, type Defined, type EmptyObject, type FcProps, type Fn, type FunctionalChildren, type Jsonish, type Lenient, type LenientAutocomplete, type MatchType, type MergeTypes, type Modify, type NextErrorParams, type NextParams, type NextSearchParams, type Nullable, type OneOf, type OnlyFirst, type Preid, type RecordKey, type RecordValue, type ReplaceReturnType, type SelectivePartial, type SetState, type StrictOmit, type Synchronous, type Undefinable, type VariableFC, type VersionData, type WeakOmit, type Writeable, capitalize, jsxDotNotation, minmax, parseVersion, pipe, transliterate, uncapitalize };
package/index.d.ts CHANGED
@@ -564,6 +564,6 @@ declare const minmax: (num: number, [min, max]: [min: number | undefined, max: n
564
564
  * );
565
565
  * };
566
566
  */
567
- declare function jsxDotNotation<Props = EmptyObject, Rest extends Record<string, FC<AnyObject>> = EmptyObject>(comp: FC<Props>, rest: Rest): FC<Props> & Rest;
567
+ declare function jsxDotNotation<Props = EmptyObject, Rest extends Record<string, FC<any>> = EmptyObject>(comp: FC<Props>, rest: Rest): FC<Props> & Rest;
568
568
 
569
569
  export { type AnyFC, type AnyObject, type ArrayItemType, type ArrayType, type AsyncFC, type AsyncReturnType, type AsyncVariableFC, type DeepInject, type DeepWriteable, type Defined, type EmptyObject, type FcProps, type Fn, type FunctionalChildren, type Jsonish, type Lenient, type LenientAutocomplete, type MatchType, type MergeTypes, type Modify, type NextErrorParams, type NextParams, type NextSearchParams, type Nullable, type OneOf, type OnlyFirst, type Preid, type RecordKey, type RecordValue, type ReplaceReturnType, type SelectivePartial, type SetState, type StrictOmit, type Synchronous, type Undefinable, type VariableFC, type VersionData, type WeakOmit, type Writeable, capitalize, jsxDotNotation, minmax, parseVersion, pipe, transliterate, uncapitalize };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xenopomp-essentials",
3
- "version": "0.1.3-rc.5",
3
+ "version": "0.1.3-rc.7",
4
4
  "author": "XenoPOMP <101574433+XenoPOMP@users.noreply.github.com>",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,12 +27,15 @@
27
27
  "main": "./index.mjs",
28
28
  "types": "./index.d.ts",
29
29
  "peerDependencies": {
30
+ "@types/node": ">=22",
30
31
  "@types/react": ">=19",
32
+ "@types/react-dom": ">=19",
31
33
  "eslint": "^9",
32
34
  "eslint-config-prettier": ">=10.1.1",
33
35
  "eslint-plugin-prettier": ">=5.2.3",
34
- "next": ">=15",
36
+ "next": ">=15.2.4",
35
37
  "react": ">=19",
38
+ "react-dom": ">=19",
36
39
  "type-fest": ">=4",
37
40
  "typescript": ">=5.4",
38
41
  "zod": "*"
@@ -46,7 +49,7 @@
46
49
  "eslint-config-prettier": "^10.1.1",
47
50
  "eslint-plugin-prettier": "^5.2.3",
48
51
  "globals": "^16.0.0",
49
- "next": "^15.1.6",
52
+ "next": "^15.2.4",
50
53
  "react": "^19.0.0",
51
54
  "transliteration": "^2.3.5",
52
55
  "type-fest": "^4.33.0",