Skip to content

Commit

Permalink
Dep upgrades (#37)
Browse files Browse the repository at this point in the history
* dep upgrades

* Update dependencies (fixes build)
  • Loading branch information
developit authored Jun 20, 2020
1 parent 3f53261 commit cf3ade5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,40 +32,40 @@
"repository": "developit/karmatic",
"license": "MIT",
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-developit": "^1.1.1",
"eslint-config-prettier": "^6.10.0",
"microbundle": "^0.11.0",
"eslint": "^7.3.0",
"eslint-config-developit": "^1.2.0",
"eslint-config-prettier": "^6.11.0",
"microbundle": "^0.12.2",
"prettier": "^1.19.1",
"webpack": "^4.39.3",
"workerize-loader": "^1.1.0"
"webpack": "^4.43.0",
"workerize-loader": "^1.3.0"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/preset-stage-0": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^5.2.0",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/plugin-transform-react-jsx": "^7.10.3",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.3",
"@babel/preset-stage-0": "^7.8.3",
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.0.0",
"chalk": "^2.3.0",
"dlv": "^1.1.3",
"expect": "^24.9.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^3.3.0",
"jasmine-core": "^3.5.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^1.2.0",
"karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^2.0.1",
"karma-sauce-launcher": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^4.0.2",
"minimatch": "^3.0.4",
"puppeteer": "^1.19.0",
"sade": "^1.6.1",
"sade": "^1.7.3",
"script-loader": "^0.7.2"
},
"peerDependencies": {
Expand Down

0 comments on commit cf3ade5

Please sign in to comment.