@vaadin/virtual-list 24.4.6 → 24.5.0-alpha10

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/README.md CHANGED
@@ -57,7 +57,7 @@ import '@vaadin/virtual-list/src/vaadin-virtual-list.js';
57
57
 
58
58
  ## Contributing
59
59
 
60
- Read the [contributing guide](https://vaadin.com/docs/latest/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
60
+ Read the [contributing guide](https://vaadin.com/docs/latest/contributing) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.
61
61
 
62
62
  ## License
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/virtual-list",
3
- "version": "24.4.6",
3
+ "version": "24.5.0-alpha10",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,21 +41,21 @@
41
41
  "dependencies": {
42
42
  "@open-wc/dedupe-mixin": "^1.3.0",
43
43
  "@polymer/polymer": "^3.0.0",
44
- "@vaadin/component-base": "~24.4.6",
45
- "@vaadin/lit-renderer": "~24.4.6",
46
- "@vaadin/vaadin-lumo-styles": "~24.4.6",
47
- "@vaadin/vaadin-material-styles": "~24.4.6",
48
- "@vaadin/vaadin-themable-mixin": "~24.4.6",
44
+ "@vaadin/component-base": "24.5.0-alpha10",
45
+ "@vaadin/lit-renderer": "24.5.0-alpha10",
46
+ "@vaadin/vaadin-lumo-styles": "24.5.0-alpha10",
47
+ "@vaadin/vaadin-material-styles": "24.5.0-alpha10",
48
+ "@vaadin/vaadin-themable-mixin": "24.5.0-alpha10",
49
49
  "lit": "^3.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@esm-bundle/chai": "^4.3.4",
53
- "@vaadin/testing-helpers": "^0.6.0",
54
- "sinon": "^13.0.2"
52
+ "@vaadin/chai-plugins": "24.5.0-alpha10",
53
+ "@vaadin/testing-helpers": "^1.0.0",
54
+ "sinon": "^18.0.0"
55
55
  },
56
56
  "web-types": [
57
57
  "web-types.json",
58
58
  "web-types.lit.json"
59
59
  ],
60
- "gitHead": "46d3cdb72eb99d544c7bb86c3de95043b9e5857f"
60
+ "gitHead": "6f9c37308031af872a98017bfab4de89aeacda51"
61
61
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/virtual-list",
4
- "version": "24.4.6",
4
+ "version": "24.5.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/virtual-list",
4
- "version": "24.4.6",
4
+ "version": "24.5.0-alpha10",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {