@neo4j-ndl/react 1.7.3 → 1.7.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - bacf629: remove custom @types/react patch and update to latest version
8
+
3
9
  ## 1.7.3
4
10
 
5
11
  ### Patch Changes
package/lib/NOTICE.txt CHANGED
@@ -112,7 +112,7 @@ Third-party licenses
112
112
  │ ├─ @types/node@npm:16.18.27 (via npm:^16.11.7)
113
113
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
114
114
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
115
- │ ├─ @types/react@npm:17.0.60 (via npm:^17.0.53)
115
+ │ ├─ @types/react@npm:17.0.62 (via npm:^17.0.62)
116
116
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
117
117
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
118
118
  │ ├─ @types/react-dom@npm:17.0.18 (via npm:17.0.18)
@@ -19,7 +19,6 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  /// <reference types="react" />
22
- /// <reference types="react" />
23
22
  import { CommonInputProps } from './types';
24
23
  /**
25
24
  *
@@ -19,7 +19,6 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  /// <reference types="react" />
22
- /// <reference types="react" />
23
22
  export declare type SafeAreaPositions = {
24
23
  mouse: {
25
24
  x: number;
@@ -19,7 +19,6 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  /// <reference types="react" />
22
- /// <reference types="react" />
23
22
  import type { RowData, Table as TableType } from '@tanstack/react-table';
24
23
  import { Body, BodyCell, BodyRow, TableResults, ResizingBar, Navigation, Header, Pagination, NoDataPlaceholder, LoadingPlaceholder, PaginationNumericButtons, PaginationNumericButton, HeaderCell, PaginationArrowButton, RowsPerPage, ColumnControls, SortingButton } from './Components';
25
24
  declare type Nullable<T> = T | null;
@@ -19,7 +19,6 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  /// <reference types="react" />
22
- /// <reference types="react" />
23
22
  import { TableResizerProps } from 'react-table';
24
23
  /**
25
24
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -61,7 +61,7 @@
61
61
  "@testing-library/react": "^12.1.2",
62
62
  "@testing-library/user-event": "^14.4.3",
63
63
  "@types/jest-axe": "^3.5.3",
64
- "@types/react": "17.0.52",
64
+ "@types/react": "17.0.62",
65
65
  "@types/react-dom": "17.0.18",
66
66
  "@types/react-syntax-highlighter": "^15.5.5",
67
67
  "@types/react-table": "^7.7.10",
@@ -107,7 +107,7 @@
107
107
  "tinycolor2": "^1.4.2"
108
108
  },
109
109
  "resolutions": {
110
- "@types/react": "17.0.52",
110
+ "@types/react": "17.0.62",
111
111
  "@types/react-dom": "17.0.18"
112
112
  }
113
113
  }