@pinnacle0/web-ui 0.5.48 → 0.5.50

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.
@@ -16,7 +16,7 @@ interface BaseOption {
16
16
  export declare class DocumentTitle extends React.PureComponent<Props> {
17
17
  static displayName: string;
18
18
  static baseOption: BaseOption;
19
- static register: <K extends keyof BaseOption>(option: BaseOption | Pick<BaseOption, K>) => BaseOption | (BaseOption & Pick<BaseOption, K>);
19
+ static register: <K extends keyof BaseOption>(option: Pick<BaseOption, K> | BaseOption) => BaseOption | (BaseOption & Pick<BaseOption, K>);
20
20
  private readonly prevTitle;
21
21
  constructor(props: Props);
22
22
  componentDidMount(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinnacle0/web-ui",
3
- "version": "0.5.48",
3
+ "version": "0.5.50",
4
4
  "author": "Pinnacle",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@ant-design/cssinjs": "1.18.4",
21
- "@ant-design/icons": "5.3.0",
21
+ "@ant-design/icons": "5.3.4",
22
22
  "@juggle/resize-observer": "3.4.0",
23
- "@tanstack/react-virtual": "3.1.3",
24
- "antd": "5.14.2",
23
+ "@tanstack/react-virtual": "3.2.0",
24
+ "antd": "5.15.3",
25
25
  "classnames": "2.5.1",
26
26
  "dayjs": "1.11.10",
27
27
  "intersection-observer": "0.12.2",
28
- "rc-picker": "4.1.5",
28
+ "rc-picker": "4.3.0",
29
29
  "rc-resize-observer": "1.4.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -35,12 +35,12 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@testing-library/dom": "9.3.4",
38
- "@testing-library/jest-dom": "6.2.0",
39
- "@testing-library/react": "14.1.2",
38
+ "@testing-library/jest-dom": "6.4.2",
39
+ "@testing-library/react": "14.2.1",
40
40
  "@testing-library/user-event": "14.5.2",
41
41
  "@types/fs-extra": "11.0.4",
42
- "@types/react": "18.2.48",
43
- "@types/react-dom": "18.2.18",
42
+ "@types/react": "18.2.67",
43
+ "@types/react-dom": "18.2.22",
44
44
  "@types/react-router": "5.1.20",
45
45
  "@types/react-router-dom": "5.3.3",
46
46
  "fs-extra": "11.2.0",
@@ -49,8 +49,8 @@
49
49
  "react": "18.2.0",
50
50
  "react-dom": "18.2.0",
51
51
  "react-router-dom": "5.3.0",
52
- "@pinnacle0/webpack-util": "0.6.2",
53
- "@pinnacle0/devtool-util": "1.2.10"
52
+ "@pinnacle0/webpack-util": "0.6.3",
53
+ "@pinnacle0/devtool-util": "1.2.11"
54
54
  },
55
55
  "publishConfig": {
56
56
  "directory": "build",