We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd13af0 commit 1d02b7dCopy full SHA for 1d02b7d
3 files changed
sm/package.json
@@ -52,7 +52,7 @@
52
"node": ">=8.9"
53
},
54
"dependencies": {
55
- "@sindresorhus/is": "^0.15.0",
+ "@sindresorhus/is": "^4.4.0",
56
"chance": "^1.0.18",
57
"debug": "^4.1.1",
58
"is-generator-fn": "^2.1.0",
@@ -94,7 +94,7 @@
94
"tslint-config-prettier": "^1.17.0",
95
"tslint-immutable": "^5.0.0",
96
"typedoc": "^0.13.0",
97
- "typescript": "^3.5.3"
+ "typescript": "^3.8.0"
98
99
"ava": {
100
"failFast": true,
sm/src/lib/RandomMutationSequenceGenerator.ts
@@ -45,7 +45,6 @@ import {
45
ReplacementM,
46
} from './Mutations';
47
import { getASTNodeFromPath } from './utils';
48
-import { FaultSpaceInfo } from './RandomMutationSequenceGenerator';
49
50
51
type MutationDistance = number;
sm/src/types/yes-no.d.ts
@@ -0,0 +1 @@
1
+declare module 'yes-no'
0 commit comments