@operato/scene-i18n 9.0.0-beta.4 → 9.0.0-beta.9

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
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-i18n",
3
3
  "description": "i18n component for things-scene",
4
4
  "author": "heartyoh",
5
- "version": "9.0.0-beta.4",
5
+ "version": "9.0.0-beta.9",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.js",
@@ -41,8 +41,8 @@
41
41
  "@typescript-eslint/parser": "^4.33.0",
42
42
  "@web/dev-server": "^0.1.28",
43
43
  "concurrently": "^8.0.1",
44
- "eslint": "^8.39.0",
45
- "eslint-config-prettier": "^8.3.0",
44
+ "eslint": "^9.18.0",
45
+ "eslint-config-prettier": "^10.0.1",
46
46
  "husky": "^8.0.3",
47
47
  "lint-staged": "^13.2.2",
48
48
  "prettier": "^2.4.1",
@@ -61,5 +61,5 @@
61
61
  "prettier --write"
62
62
  ]
63
63
  },
64
- "gitHead": "0c1d2486d6aee9bb231a6b14a921d547cb2cfeef"
64
+ "gitHead": "a055d01e45284ed000513e62768dcad61f926293"
65
65
  }