@neo4j-ndl/react-charts 1.2.1 → 1.2.2

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/LICENSES.txt +30 -4
  2. package/package.json +2 -2
package/lib/LICENSES.txt CHANGED
@@ -1016,7 +1016,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1016
1016
 
1017
1017
  ---
1018
1018
 
1019
- The following software may be included in this product: @floating-ui/core (1.7.5)
1019
+ The following software may be included in this product: @floating-ui/core (1.8.0)
1020
1020
  This software contains the following license and notice below:
1021
1021
 
1022
1022
  MIT License
@@ -1068,7 +1068,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1068
1068
 
1069
1069
  ---
1070
1070
 
1071
- The following software may be included in this product: @floating-ui/dom (1.7.6)
1071
+ The following software may be included in this product: @floating-ui/dom (1.8.0)
1072
1072
  This software contains the following license and notice below:
1073
1073
 
1074
1074
  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/react (0.27.19)
1097
+ The following software may be included in this product: @floating-ui/react (0.27.20)
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-dom (2.1.8)
1123
+ The following software may be included in this product: @floating-ui/react-dom (2.1.9)
1124
1124
  This software contains the following license and notice below:
1125
1125
 
1126
1126
  MIT License
@@ -1198,6 +1198,32 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1198
1198
 
1199
1199
  ---
1200
1200
 
1201
+ The following software may be included in this product: @floating-ui/utils (0.2.12)
1202
+ This software contains the following license and notice below:
1203
+
1204
+ MIT License
1205
+
1206
+ Copyright (c) 2021-present Floating UI contributors
1207
+
1208
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
1209
+ this software and associated documentation files (the "Software"), to deal in
1210
+ the Software without restriction, including without limitation the rights to
1211
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1212
+ the Software, and to permit persons to whom the Software is furnished to do so,
1213
+ subject to the following conditions:
1214
+
1215
+ The above copyright notice and this permission notice shall be included in all
1216
+ copies or substantial portions of the Software.
1217
+
1218
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1219
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1220
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1221
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1222
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1223
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1224
+
1225
+ ---
1226
+
1201
1227
  The following software may be included in this product: @formatjs/ecma402-abstract (2.3.6)
1202
1228
  This software contains the following license and notice below:
1203
1229
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react-charts",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of charts from Neo4j Design System",
6
6
  "keywords": [
@@ -57,7 +57,7 @@
57
57
  "react": ">=19.0.0",
58
58
  "react-dom": ">=19.0.0",
59
59
  "@neo4j-ndl/base": "^4.17.4",
60
- "@neo4j-ndl/react": "^4.18.5"
60
+ "@neo4j-ndl/react": "^4.18.6"
61
61
  },
62
62
  "dependencies": {
63
63
  "classnames": "2.5.1",