@operato/scene-scichart 8.0.0-beta.2 → 9.0.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@operato/scene-scichart",
3
3
  "description": "scichart wrapping component",
4
- "version": "8.0.0-beta.2",
4
+ "version": "9.0.0-beta.0",
5
5
  "license": "MIT",
6
6
  "things-scene": true,
7
7
  "author": "heartyoh",
@@ -27,8 +27,8 @@
27
27
  "migration": "things-factory-migration"
28
28
  },
29
29
  "dependencies": {
30
- "@hatiolab/things-scene": "^8.0.0-beta",
31
- "@operato/chart": "^8.0.0-beta",
30
+ "@hatiolab/things-scene": "^9.0.0-beta",
31
+ "@operato/chart": "^9.0.0-beta",
32
32
  "scichart": "^3.4.617"
33
33
  },
34
34
  "devDependencies": {
@@ -59,5 +59,5 @@
59
59
  "prettier --write"
60
60
  ]
61
61
  },
62
- "gitHead": "d6329b4f15ae63c2a99ec5b58ee1d527e88a4c36"
62
+ "gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
63
63
  }