@mparticle/aquarium 1.33.0 → 1.33.1-chore-fixing-peer-dependencies.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +4 -3
package/dist/index.d.ts CHANGED
@@ -421,7 +421,7 @@ export declare const Flex: (props: IFlexProps) => JSX_2.Element;
421
421
  export declare const FloatButton: {
422
422
  (props: IFloatButtonProps): JSX_2.Element;
423
423
  BackTop: ForwardRefExoticComponent<BackTopProps & RefAttributes<FloatButtonRef>>;
424
- Group: FC<Readonly<FloatButtonGroupProps>>;
424
+ Group: NamedExoticComponent<FloatButtonGroupProps>;
425
425
  };
426
426
 
427
427
  export declare const Form: {
@@ -860,7 +860,7 @@ export declare const Menu: {
860
860
  (props: IMenuProps): JSX_2.Element;
861
861
  SubMenu: FC<SubMenuProps>;
862
862
  Item: Omit<FunctionComponent<MenuItemProps>, ""> & (<T extends MenuItemProps>(props: T extends infer U extends MenuItemProps ? unknown extends U ? MenuItemProps : U : MenuItemProps, context?: any) => ReactNode);
863
- ItemGroup: ForwardRefExoticComponent<Omit<MenuItemGroupProps, "ref"> & RefAttributes<HTMLLIElement>>;
863
+ ItemGroup: ForwardRefExoticComponent<Pick<MenuItemGroupProps, "className" | "style" | "title" | "children" | "eventKey" | "warnKey"> & RefAttributes<HTMLLIElement>>;
864
864
  Divider: FC<MenuDividerProps>;
865
865
  };
866
866
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mparticle/aquarium",
3
- "version": "1.33.0",
3
+ "version": "1.33.1-chore-fixing-peer-dependencies.1",
4
4
  "description": "mParticle Component Library",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -24,9 +24,10 @@
24
24
  "dist/style.ts"
25
25
  ],
26
26
  "peerDependencies": {
27
- "antd": ">=5.20.0",
27
+ "antd": "5.20.x",
28
28
  "react": ">=17.0.2",
29
- "react-dom": ">=17.0.2"
29
+ "react-dom": ">=17.0.2",
30
+ "dayjs": "1.11.x"
30
31
  },
31
32
  "devDependencies": {
32
33
  "@commitlint/cli": "19.2.1",