@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 +6 -0
- package/lib/NOTICE.txt +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
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
|
-
│ ├─ [38;5;173mre-resizable[39m[38;5;111m@[39m[38;5;111mnpm:6.9.
|
|
224
|
+
│ ├─ [38;5;173mre-resizable[39m[38;5;111m@[39m[38;5;111mnpm:6.9.11 [a2e03][39m (via [38;5;37mnpm:^6.9.11 [a2e03][39m)
|
|
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.
|
|
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.
|
|
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",
|