Skip to content

Commit

Permalink
Updating to karma 4.4 (#238)
Browse files Browse the repository at this point in the history
* Updating to karma 4.4

Noting that only breaking change is deprecating Node 6, which we don't rely on: https://github.com/karma-runner/karma/releases/tag/v4.0.0

* Update version and CHANGELOG
  • Loading branch information
ryandberger committed Oct 22, 2020
1 parent b170bff commit 1cc67b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for stripes-cli

## 1.20.0 (IN PROGRESS)

* Upgrade karma to `v4.4` which removes `core-js` dependency to clean up a warning which displays when compiling any app.

## [1.19.0](https://github.com/folio-org/stripes-cli/tree/v1.19.0) (2020-10-14)

* Support `stripes-core` `v6.0.0`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-cli",
"version": "1.19.0",
"version": "1.20.0",
"description": "Stripes Command Line Interface",
"repository": "https://github.com/folio-org/stripes-cli",
"publishConfig": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"istanbul-reports": "^2.2.6",
"just-kebab-case": "^1.0.0",
"just-pascal-case": "^1.0.0",
"karma": "^3.0.0",
"karma": "^4.4.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.3",
Expand Down

0 comments on commit 1cc67b2

Please sign in to comment.