Add karma dev dependencies

This commit is contained in:
willclarktech
2021-05-19 15:13:42 +02:00
parent 8bb362ff37
commit 34cc74a6a5
29 changed files with 689 additions and 28 deletions
+8
View File
@@ -48,6 +48,9 @@
"@types/base64-js": "^1.2.5",
"@types/eslint-plugin-prettier": "^3",
"@types/jasmine": "^3.6.10",
"@types/karma-firefox-launcher": "^2",
"@types/karma-jasmine": "^4",
"@types/karma-jasmine-html-reporter": "^1",
"@types/node": "^15.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
@@ -59,8 +62,13 @@
"eslint-plugin-simple-import-sort": "^7.0.0",
"glob": "^7.1.6",
"jasmine": "^3.5",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "^6",
"karma": "^6.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"ses": "^0.11.0",