@admin-layout/timetracker-module-server 1.0.3-alpha.62 → 1.0.3-alpha.65

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@admin-layout/timetracker-module-server",
3
- "version": "1.0.3-alpha.62",
3
+ "version": "1.0.3-alpha.65",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -38,7 +38,7 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@admin-layout/timetracker-core": "1.0.3-alpha.62",
41
+ "@admin-layout/timetracker-core": "1.0.3-alpha.65",
42
42
  "@container-stack/mailing-api": "^0.0.26-61",
43
43
  "humanize-duration": "^3.24.0",
44
44
  "moment": "^2.29.1"
@@ -46,7 +46,7 @@
46
46
  "peerDependencies": {
47
47
  "@adminide-stack/core": "*",
48
48
  "@common-stack/core": "*",
49
- "@common-stack/server-core": ">=0.1.9",
49
+ "@common-stack/server-core": ">=0.1.11",
50
50
  "@vscode-alt/monaco-editor": "*",
51
51
  "bunyan": "*",
52
52
  "inversify": "*",
@@ -60,5 +60,5 @@
60
60
  "typescript": {
61
61
  "definition": "lib/index.d.ts"
62
62
  },
63
- "gitHead": "3142ec6d70389f16fc91b09d1e9eab2e1de7f87c"
63
+ "gitHead": "55ba5022f9f65d61bcbc8a34c1a5ccfdc1caada5"
64
64
  }