@vaadin/charts 22.0.0-rc1 → 22.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/charts",
3
- "version": "22.0.0-rc1",
3
+ "version": "22.0.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -33,9 +33,9 @@
33
33
  ],
34
34
  "dependencies": {
35
35
  "@polymer/polymer": "^3.0.0",
36
- "@vaadin/component-base": "22.0.0-rc1",
36
+ "@vaadin/component-base": "^22.0.3",
37
37
  "@vaadin/vaadin-license-checker": "^2.1.0",
38
- "@vaadin/vaadin-themable-mixin": "22.0.0-rc1",
38
+ "@vaadin/vaadin-themable-mixin": "^22.0.3",
39
39
  "highcharts": "9.2.2"
40
40
  },
41
41
  "devDependencies": {
@@ -43,5 +43,5 @@
43
43
  "@vaadin/testing-helpers": "^0.3.2",
44
44
  "sinon": "^9.2.4"
45
45
  },
46
- "gitHead": "7b6f44bcd2c0fd415028ace666feeb0fedb1d540"
46
+ "gitHead": "935ad1ea65a79b0f9ecb10d767689479b36c4e07"
47
47
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { PointOptionsObject, Series, SeriesOptionsType } from 'highcharts';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { PolymerElement } from '@polymer/polymer/polymer-element.js';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import { Axis, Chart as HighchartsChart, ExtremesObject, Options, Point, Series } from 'highcharts';
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2015 - 2021 Vaadin Ltd
3
+ * Copyright (c) 2015 - 2022 Vaadin Ltd.
4
4
  * This program is available under Commercial Vaadin Developer License 4.0, available at https://vaadin.com/license/cvdl-4.0.
5
5
  */
6
6
  import '@vaadin/vaadin-license-checker/vaadin-license-checker.js';