@neo4j-ndl/react 1.10.2 → 1.10.3

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.10.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 53a56d5: update re-resizable to version 6.9.11
8
+
3
9
  ## 1.10.2
4
10
 
5
11
  ### Patch Changes
package/lib/NOTICE.txt CHANGED
@@ -221,7 +221,7 @@ Third-party licenses
221
221
  │ │ ├─ URL: git+https://github.com/prettier/prettier.git
222
222
  │ │ ├─ VendorName: James Long
223
223
  │ │ └─ VendorUrl: https://prettier.io
224
- │ ├─ re-resizable@npm:6.9.9 [a2e03] (via npm:^6.9.9 [a2e03])
224
+ │ ├─ re-resizable@npm:6.9.11 [a2e03] (via npm:^6.9.11 [a2e03])
225
225
  │ │ ├─ URL: https://github.com/bokuweb/react-resizable-box.git
226
226
  │ │ ├─ VendorName: bokuweb
227
227
  │ │ └─ VendorUrl: https://github.com/bokuweb/react-resizable-box
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "1.10.2",
3
+ "version": "1.10.3",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -98,7 +98,7 @@
98
98
  "classnames": "^2.3.1",
99
99
  "date-fns": "^2.30.0",
100
100
  "detect-browser": "^5.3.0",
101
- "re-resizable": "^6.9.9",
101
+ "re-resizable": "^6.9.11",
102
102
  "react-aria": "^3.25.0",
103
103
  "react-datepicker": "^4.14.1",
104
104
  "react-dropzone": "^14.0.0",