@things-factory/accounting 8.0.0-beta.8 → 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": "@things-factory/accounting",
3
- "version": "8.0.0-beta.8",
3
+ "version": "9.0.0-beta.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -28,11 +28,11 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@material/web": "^2.0.0",
31
- "@operato/graphql": "^8.0.0-beta",
32
- "@operato/shell": "^8.0.0-beta",
33
- "@things-factory/auth-base": "^8.0.0-beta.8",
34
- "@things-factory/shell": "^8.0.0-beta.5",
35
- "@things-factory/worklist": "^8.0.0-beta.8"
31
+ "@operato/graphql": "^9.0.0-beta",
32
+ "@operato/shell": "^9.0.0-beta",
33
+ "@things-factory/auth-base": "^9.0.0-beta.0",
34
+ "@things-factory/shell": "^9.0.0-beta.0",
35
+ "@things-factory/worklist": "^9.0.0-beta.0"
36
36
  },
37
- "gitHead": "bf5206511b2d84dfb95edc3dae7f54f6cbb9bcca"
37
+ "gitHead": "aa59cde17467beaca43e320bcfc8d415eff6265c"
38
38
  }