@operato/scene-i18n 8.0.0-beta.2 → 9.0.0-beta.1

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 +6 -6
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-i18n",
3
3
  "description": "i18n component for things-scene",
4
4
  "author": "heartyoh",
5
- "version": "8.0.0-beta.2",
5
+ "version": "9.0.0-beta.1",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -27,15 +27,15 @@
27
27
  "migration": "things-factory-migration"
28
28
  },
29
29
  "dependencies": {
30
- "@hatiolab/things-scene": "^8.0.0-beta",
31
- "@operato/property-editor": "^8.0.0-beta",
30
+ "@hatiolab/things-scene": "^9.0.0-beta",
31
+ "@operato/property-editor": "^9.0.0-beta",
32
32
  "i18next": "^21.5.4",
33
33
  "lit": "^3.1.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@hatiolab/prettier-config": "^1.0.0",
37
- "@things-factory/builder": "^8.0.0-beta",
38
- "@things-factory/operato-board": "^8.0.0-beta",
37
+ "@things-factory/builder": "^9.0.0-beta",
38
+ "@things-factory/operato-board": "^9.0.0-beta",
39
39
  "@typescript-eslint/eslint-plugin": "^4.33.0",
40
40
  "@typescript-eslint/parser": "^4.33.0",
41
41
  "@web/dev-server": "^0.1.28",
@@ -60,5 +60,5 @@
60
60
  "prettier --write"
61
61
  ]
62
62
  },
63
- "gitHead": "d6329b4f15ae63c2a99ec5b58ee1d527e88a4c36"
63
+ "gitHead": "6c745ed97d64cb720df566cba0f809f2041b09e8"
64
64
  }