@stryker-mutator/dashboard-data-access 0.15.2-pr-1067.2 → 0.15.2-pr-1067.3

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": "@stryker-mutator/dashboard-data-access",
3
- "version": "0.15.2-pr-1067.2",
3
+ "version": "0.15.2-pr-1067.3",
4
4
  "type": "module",
5
5
  "description": "This package contains the data access layer of the stryker dashboard application.",
6
6
  "scripts": {
@@ -22,11 +22,11 @@
22
22
  "typings": "src/index.ts",
23
23
  "license": "ISC",
24
24
  "dependencies": {
25
- "@azure/data-tables": "13.2.2",
25
+ "@azure/data-tables": "13.3.0",
26
26
  "@azure/storage-blob": "12.25.0",
27
- "@stryker-mutator/dashboard-common": "0.15.2-pr-1067.2",
27
+ "@stryker-mutator/dashboard-common": "0.15.2-pr-1067.3",
28
28
  "mutation-testing-metrics": "3.3.0",
29
29
  "mutation-testing-report-schema": "3.3.0"
30
30
  },
31
- "gitHead": "162cd5c1a5975e2bbb87d20c1328b19d245c09a9"
31
+ "gitHead": "37910ff4c41d77011c90f3d0f6a7d2bd0fc195ff"
32
32
  }