@neo4j-ndl/react 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [2e5ee6f]
8
+ - @neo4j-ndl/base@1.2.1
9
+
3
10
  ## 1.2.1
4
11
 
5
12
  ### Patch Changes
package/lib/NOTICE.txt CHANGED
@@ -236,7 +236,7 @@ Third-party licenses
236
236
  │ │ ├─ URL: https://github.com/que-etc/resize-observer-polyfill.git
237
237
  │ │ ├─ VendorName: Denis Rul
238
238
  │ │ └─ VendorUrl: https://github.com/que-etc/resize-observer-polyfill
239
- │ ├─ storybook@npm:7.0.0-beta.54 (via npm:7.0.0-beta.54)
239
+ │ ├─ storybook@npm:7.0.6 (via npm:^7.0.6)
240
240
  │ │ ├─ URL: https://github.com/storybookjs/storybook.git
241
241
  │ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/lib/cli
242
242
  │ ├─ storybook-addon-pseudo-states@npm:1.15.2 [d75d7] (via npm:^1.15.1 [d75d7])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -92,7 +92,7 @@
92
92
  "@floating-ui/react-dom-interactions": "^0.12.0",
93
93
  "@heroicons/react": "2.0.13",
94
94
  "@neo4j-cypher/react-codemirror": "^1.0.1",
95
- "@neo4j-ndl/base": "^1.2.0",
95
+ "@neo4j-ndl/base": "^1.2.1",
96
96
  "@react-aria/focus": "^3.10.1",
97
97
  "@tanstack/react-table": "^8.5.22",
98
98
  "classnames": "^2.3.1",