Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #278 from wildpeaks/updates
Browse files Browse the repository at this point in the history
Release 1.10.0
  • Loading branch information
cecilemuller authored Jan 31, 2020
2 parents 2bb1518 + 6c03951 commit 7a81d63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wildpeaks/karma-config-web",
"version": "1.9.0",
"version": "1.10.0",
"description": "Karma config generator",
"author": "Cecile Muller",
"license": "MIT",
Expand Down Expand Up @@ -44,20 +44,20 @@
"jasmine-core": "3.5.0",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-jasmine": "2.0.1",
"karma-jasmine": "3.1.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "4.0.2",
"puppeteer": "2.0.0"
"puppeteer": "2.1.0"
},
"devDependencies": {
"@types/node": "13.1.7",
"@types/jasmine": "3.5.0",
"@types/node": "13.5.3",
"@types/jasmine": "3.5.2",
"@wildpeaks/eslint-config-commonjs": "8.0.0",
"@wildpeaks/tsconfig-web": "2.0.0",
"eslint": "6.8.0",
"jasmine": "3.5.0",
"prettier": "1.19.1",
"typescript": "3.7.4",
"typescript": "3.7.5",
"webpack": "4.41.5"
}
}

0 comments on commit 7a81d63

Please sign in to comment.