@operato/scene-gauge 8.0.0-beta.1 → 9.0.0-beta.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/scene-gauge",
3
- "version": "8.0.0-beta.1",
3
+ "version": "9.0.0-beta.0",
4
4
  "description": "Things Scene Gauge Component",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/index.js",
@@ -27,7 +27,7 @@
27
27
  "migration": "things-factory-migration"
28
28
  },
29
29
  "dependencies": {
30
- "@hatiolab/things-scene": "^8.0.0-beta"
30
+ "@hatiolab/things-scene": "^9.0.0-beta"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@hatiolab/prettier-config": "^1.0.0",
@@ -57,5 +57,5 @@
57
57
  "prettier --write"
58
58
  ]
59
59
  },
60
- "gitHead": "acb632aa522d8348f2602bcb614e2819d19a09ed"
60
+ "gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
61
61
  }