@digital-realty/ix-dialog 1.2.3 → 1.2.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-dialog following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "1.2.3",
6
+ "version": "1.2.5",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
28
28
  },
29
29
  "dependencies": {
30
- "@digital-realty/ix-select": "^1.2.1",
30
+ "@digital-realty/ix-select": "^1.2.3",
31
31
  "@lit/react": "^1.0.2",
32
32
  "@material/web": "1.2.0",
33
33
  "lit": "^3.2.1",
@@ -102,5 +102,5 @@
102
102
  "README.md",
103
103
  "LICENSE"
104
104
  ],
105
- "gitHead": "1ae325f4f33004b99a810afc06da42e119200d2f"
105
+ "gitHead": "bbcb2805555472c26b6590241ee4478c7d7c2302"
106
106
  }