@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 +6 -0
- package/lib/NOTICE.txt +1 -1
- package/lib/types/_common/input/RadioAndCheckboxWrapper.d.ts +0 -1
- package/lib/types/context-menu/SafeArea.d.ts +0 -1
- package/lib/types/table/TableContext.d.ts +0 -1
- package/lib/types/table-deprecated/helpers.d.ts +0 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/lib/NOTICE.txt
CHANGED
|
@@ -112,7 +112,7 @@ Third-party licenses
|
|
|
112
112
|
│ ├─ [38;5;166m@types/[39m[38;5;173mnode[39m[38;5;111m@[39m[38;5;111mnpm:16.18.27[39m (via [38;5;37mnpm:^16.11.7[39m)
|
|
113
113
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
114
114
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
|
|
115
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.
|
|
115
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.62[39m (via [38;5;37mnpm:^17.0.62[39m)
|
|
116
116
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
117
117
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
|
118
118
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-dom[39m[38;5;111m@[39m[38;5;111mnpm:17.0.18[39m (via [38;5;37mnpm:17.0.18[39m)
|
|
@@ -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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react",
|
|
3
|
-
"version": "1.7.
|
|
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.
|
|
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.
|
|
110
|
+
"@types/react": "17.0.62",
|
|
111
111
|
"@types/react-dom": "17.0.18"
|
|
112
112
|
}
|
|
113
113
|
}
|