@neo4j-ndl/react 2.0.0-alpha-5e223d7 → 2.0.0-alpha-9fc5150

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/lib/NOTICE.txt +4 -2
  2. package/package.json +4 -2
package/lib/NOTICE.txt CHANGED
@@ -77,8 +77,10 @@ Third-party licenses
77
77
  │ │ ├─ URL: https://github.com/gregberge/svgr/tree/main/packages/cli
78
78
  │ │ ├─ VendorName: Greg Bergé
79
79
  │ │ └─ VendorUrl: https://react-svgr.com
80
- │ ├─ @table-nav/core@npm:0.0.5 (via npm:^0.0.5)
81
- ├─ @table-nav/react@npm:0.0.5 [d75d7] (via npm:^0.0.5 [d75d7])
80
+ │ ├─ @table-nav/core@npm:0.0.7 (via npm:0.0.7)
81
+ │ └─ URL: https://github.com/konsalex/table-nav
82
+ │ ├─ @table-nav/react@npm:0.0.7 [a2e03] (via npm:0.0.7 [a2e03])
83
+ │ │ └─ URL: https://github.com/konsalex/table-nav
82
84
  │ ├─ @tanstack/react-table@npm:8.9.3 [a2e03] (via npm:^8.9.3 [a2e03])
83
85
  │ │ ├─ URL: git+https://github.com/tanstack/table.git
84
86
  │ │ ├─ VendorName: Tanner Linsley
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "2.0.0-alpha-5e223d7",
3
+ "version": "2.0.0-alpha-9fc5150",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -93,7 +93,9 @@
93
93
  "@floating-ui/react": "0.25.1",
94
94
  "@heroicons/react": "2.0.13",
95
95
  "@neo4j-cypher/react-codemirror": "^1.0.1",
96
- "@neo4j-ndl/base": "2.0.0-alpha-5e223d7",
96
+ "@neo4j-ndl/base": "2.0.0-alpha-9fc5150",
97
+ "@table-nav/core": "0.0.7",
98
+ "@table-nav/react": "0.0.7",
97
99
  "@tanstack/react-table": "^8.9.3",
98
100
  "classnames": "^2.3.1",
99
101
  "date-fns": "^2.30.0",