Update to chai 5 and remove karma-chai and karma-sinon
Showing
... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
"babel-plugin-istanbul": "^6.0.0", | "babel-plugin-istanbul": "^6.0.0", | ||
"babel-plugin-mockable-imports": "^2.0.1", | "babel-plugin-mockable-imports": "^2.0.1", | ||
"babel-plugin-transform-async-to-promises": "^0.8.6", | "babel-plugin-transform-async-to-promises": "^0.8.6", | ||
"chai": "^4.1.2", | "chai": "^5.0.0", | ||
"chance": "^1.0.13", | "chance": "^1.0.13", | ||
"classnames": "^2.2.4", | "classnames": "^2.2.4", | ||
"commander": "^11.0.0", | "commander": "^11.0.0", | ||
... | @@ -69,12 +69,10 @@ | ... | @@ -69,12 +69,10 @@ |
"gulp-changed": "^5.0.1", | "gulp-changed": "^5.0.1", | ||
"hammerjs": "^2.0.4", | "hammerjs": "^2.0.4", | ||
"karma": "^6.0.1", | "karma": "^6.0.1", | ||
"karma-chai": "^0.1.0", | |||
"karma-chrome-launcher": "^3.1.0", | "karma-chrome-launcher": "^3.1.0", | ||
"karma-coverage-istanbul-reporter": "^3.0.2", | "karma-coverage-istanbul-reporter": "^3.0.2", | ||
"karma-mocha": "^2.0.0", | "karma-mocha": "^2.0.0", | ||
"karma-mocha-reporter": "^2.0.4", | "karma-mocha-reporter": "^2.0.4", | ||
"karma-sinon": "^1.0.5", | |||
"karma-source-map-support": "^1.4.0", | "karma-source-map-support": "^1.4.0", | ||
"katex": "^0.16.0", | "katex": "^0.16.0", | ||
"lodash.debounce": "^4.0.3", | "lodash.debounce": "^4.0.3", | ||
... | ... |
Please register or sign in to comment