@bitblit/ratchet-echarts 5.0.542-alpha → 5.0.545-alpha

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 (2) hide show
  1. package/License.txt +1 -1
  2. package/package.json +3 -3
package/License.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2018-2019 Christopher Weiss
1
+ Copyright 2018-2024 Christopher Weiss
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-echarts",
3
- "version": "5.0.542-alpha",
3
+ "version": "5.0.545-alpha",
4
4
  "description": "Library for using echarts on Node",
5
5
  "type": "module",
6
6
  "files": [
@@ -30,12 +30,12 @@
30
30
  "config": {},
31
31
  "license": "Apache-2.0",
32
32
  "dependencies": {
33
- "@bitblit/ratchet-common": "5.0.542-alpha",
33
+ "@bitblit/ratchet-common": "5.0.545-alpha",
34
34
  "canvas": "2.11.2",
35
35
  "echarts": "5.5.1"
36
36
  },
37
37
  "peerDependencies": {
38
- "@bitblit/ratchet-common": "5.0.542-alpha",
38
+ "@bitblit/ratchet-common": "5.0.545-alpha",
39
39
  "canvas": "^2.11.2",
40
40
  "echarts": "^5.5.1"
41
41
  }