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 #246 from wildpeaks/features/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
cecilemuller authored Nov 3, 2019
2 parents ecd6d55 + 3c1a5dd commit 2d4c39c
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.8.4",
"version": "1.9.0",
"description": "Karma config generator",
"author": "Cecile Muller",
"license": "MIT",
Expand All @@ -27,18 +27,18 @@
"homepage": "https://github.com/wildpeaks/package-karma-config-web#readme",
"dependencies": {
"jasmine-core": "3.5.0",
"karma": "4.4.0",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-jasmine": "2.0.1",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "4.0.2",
"puppeteer": "1.20.0"
"puppeteer": "2.0.0"
},
"devDependencies": {
"@types/node": "12.11.3",
"@types/jasmine": "3.4.4",
"@types/node": "12.12.5",
"@types/jasmine": "3.4.5",
"@wildpeaks/eslint-config-commonjs": "7.1.0",
"eslint": "6.5.1",
"eslint": "6.6.0",
"jasmine": "3.5.0",
"typescript": "3.6.4",
"webpack": "4.41.2"
Expand Down

0 comments on commit 2d4c39c

Please sign in to comment.