@digital-realty/ix-list 1.1.5 → 1.1.6

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/dist/IxList.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { LitElement } from 'lit';
2
2
  import '@material/web/list/list.js';
3
3
  export declare class IxList extends LitElement {
4
- render(): import("lit").TemplateResult<1>;
4
+ render(): import("lit-html").TemplateResult<1>;
5
5
  }
@@ -27,5 +27,5 @@ export declare class IxListItem extends LitElement {
27
27
  * set.
28
28
  */
29
29
  target: '_blank' | '_parent' | '_self' | '_top' | '';
30
- render(): import("lit").TemplateResult<1>;
30
+ render(): import("lit-html").TemplateResult<1>;
31
31
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-list following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "1.1.5",
6
+ "version": "1.1.6",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@lit/react": "^1.0.2",
33
33
  "@material/web": "1.2.0",
34
- "lit": "^2.8.0 || ^3.0.0",
34
+ "lit": "^3.2.1",
35
35
  "react": "^18.2.0"
36
36
  },
37
37
  "devDependencies": {
@@ -102,5 +102,5 @@
102
102
  "README.md",
103
103
  "LICENSE"
104
104
  ],
105
- "gitHead": "3590ef8890b3526a1395c48f0e94c72757c33c35"
105
+ "gitHead": "a781e30ec63dcc3307d86b94e35fa93c4e61f22f"
106
106
  }