@vaadin/board 24.5.0-alpha7 → 24.5.0-alpha9

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
@@ -48,7 +48,7 @@ import '@vaadin/board';
48
48
 
49
49
  ## Contributing
50
50
 
51
- 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.
51
+ 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.
52
52
 
53
53
  ## License
54
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/board",
3
- "version": "24.5.0-alpha7",
3
+ "version": "24.5.0-alpha9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -39,18 +39,18 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@polymer/polymer": "^3.0.0",
42
- "@vaadin/a11y-base": "24.5.0-alpha7",
43
- "@vaadin/component-base": "24.5.0-alpha7"
42
+ "@vaadin/a11y-base": "24.5.0-alpha9",
43
+ "@vaadin/component-base": "24.5.0-alpha9"
44
44
  },
45
45
  "devDependencies": {
46
- "@esm-bundle/chai": "^4.3.4",
47
- "@vaadin/testing-helpers": "^0.6.0",
48
- "sinon": "^13.0.2"
46
+ "@vaadin/chai-plugins": "24.5.0-alpha9",
47
+ "@vaadin/testing-helpers": "^1.0.0",
48
+ "sinon": "^18.0.0"
49
49
  },
50
50
  "cvdlName": "vaadin-board",
51
51
  "web-types": [
52
52
  "web-types.json",
53
53
  "web-types.lit.json"
54
54
  ],
55
- "gitHead": "89f77a69ae0eba6247f2b3084941f9395d7134e1"
55
+ "gitHead": "804744762f3bec0a2247c4bbcbbb204dbcd78bc0"
56
56
  }
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/board",
4
- "version": "24.5.0-alpha7",
4
+ "version": "24.5.0-alpha9",
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/board",
4
- "version": "24.5.0-alpha7",
4
+ "version": "24.5.0-alpha9",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {