@neo4j-ndl/react-graph 2.1.4 → 2.1.5
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/lib/LICENSES.txt +30 -4
- package/package.json +2 -2
package/lib/LICENSES.txt
CHANGED
|
@@ -1042,7 +1042,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1042
1042
|
|
|
1043
1043
|
---
|
|
1044
1044
|
|
|
1045
|
-
The following software may be included in this product: @floating-ui/core (1.
|
|
1045
|
+
The following software may be included in this product: @floating-ui/core (1.8.0)
|
|
1046
1046
|
This software contains the following license and notice below:
|
|
1047
1047
|
|
|
1048
1048
|
MIT License
|
|
@@ -1094,7 +1094,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1094
1094
|
|
|
1095
1095
|
---
|
|
1096
1096
|
|
|
1097
|
-
The following software may be included in this product: @floating-ui/dom (1.
|
|
1097
|
+
The following software may be included in this product: @floating-ui/dom (1.8.0)
|
|
1098
1098
|
This software contains the following license and notice below:
|
|
1099
1099
|
|
|
1100
1100
|
MIT License
|
|
@@ -1120,7 +1120,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1120
1120
|
|
|
1121
1121
|
---
|
|
1122
1122
|
|
|
1123
|
-
The following software may be included in this product: @floating-ui/react (0.27.
|
|
1123
|
+
The following software may be included in this product: @floating-ui/react (0.27.20)
|
|
1124
1124
|
This software contains the following license and notice below:
|
|
1125
1125
|
|
|
1126
1126
|
MIT License
|
|
@@ -1146,7 +1146,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1146
1146
|
|
|
1147
1147
|
---
|
|
1148
1148
|
|
|
1149
|
-
The following software may be included in this product: @floating-ui/react-dom (2.1.
|
|
1149
|
+
The following software may be included in this product: @floating-ui/react-dom (2.1.9)
|
|
1150
1150
|
This software contains the following license and notice below:
|
|
1151
1151
|
|
|
1152
1152
|
MIT License
|
|
@@ -1224,6 +1224,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1224
1224
|
|
|
1225
1225
|
---
|
|
1226
1226
|
|
|
1227
|
+
The following software may be included in this product: @floating-ui/utils (0.2.12)
|
|
1228
|
+
This software contains the following license and notice below:
|
|
1229
|
+
|
|
1230
|
+
MIT License
|
|
1231
|
+
|
|
1232
|
+
Copyright (c) 2021-present Floating UI contributors
|
|
1233
|
+
|
|
1234
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1235
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1236
|
+
the Software without restriction, including without limitation the rights to
|
|
1237
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1238
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1239
|
+
subject to the following conditions:
|
|
1240
|
+
|
|
1241
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1242
|
+
copies or substantial portions of the Software.
|
|
1243
|
+
|
|
1244
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1245
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1246
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1247
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1248
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1249
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1250
|
+
|
|
1251
|
+
---
|
|
1252
|
+
|
|
1227
1253
|
The following software may be included in this product: @formatjs/ecma402-abstract (2.3.6)
|
|
1228
1254
|
This software contains the following license and notice below:
|
|
1229
1255
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react-graph",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React implementation of the graph visualization from Neo4j Design System",
|
|
6
6
|
"keywords": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@neo4j-nvl/interaction-handlers": "^1.2.0",
|
|
59
59
|
"@neo4j-nvl/react": "^1.2.0",
|
|
60
60
|
"@neo4j-ndl/base": "^4.17.4",
|
|
61
|
-
"@neo4j-ndl/react": "^4.18.
|
|
61
|
+
"@neo4j-ndl/react": "^4.18.6"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"classnames": "2.5.1",
|