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