@stryker-mutator/dashboard-common 0.15.1-pr-927.0 → 0.15.1-pr-926.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@stryker-mutator/dashboard-common",
|
3
|
-
"version": "0.15.1-pr-
|
3
|
+
"version": "0.15.1-pr-926.3",
|
4
4
|
"type": "module",
|
5
5
|
"description": "This package contains common utilities to be shared between the different dashboard components.",
|
6
6
|
"scripts": {
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"main": "dist/src/index.js",
|
21
21
|
"license": "ISC",
|
22
22
|
"dependencies": {
|
23
|
-
"mutation-testing-report-schema": "3.
|
23
|
+
"mutation-testing-report-schema": "3.3.0"
|
24
24
|
},
|
25
|
-
"gitHead": "
|
25
|
+
"gitHead": "3171e54406f97d455113b2dac1e55268fc9c4664"
|
26
26
|
}
|