Skip to content

Commit a8d6afe

Browse files
committed
test: adjust dev dep for e2e runs
fixes Non-string value passed to `ts.resolveTypeReferenceDirective` in typescript error when running e2e tests (https://stackoverflow.com/a/72680434/2225619)
1 parent 121691e commit a8d6afe

File tree

2 files changed

+56
-34
lines changed

2 files changed

+56
-34
lines changed

package-lock.json

Lines changed: 54 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"karma-jasmine-html-reporter": "^1.7.0",
6363
"ng-packagr": "^15.0.1",
6464
"protractor": "~7.0.0",
65-
"ts-node": "~10.4.0",
65+
"ts-node": "~10.8.0",
6666
"typescript": "~4.8.4"
6767
},
6868
"config": {
@@ -80,4 +80,4 @@
8080
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
8181
}
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)