Skip to content

Commit

Permalink
update dependencies (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: debaerdm <mathieu.debaerdemaeker@gmail.com>
  • Loading branch information
github-actions[bot] and Debaerdm authored Jul 17, 2020
1 parent 5c6d63f commit bfee37c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
],
"license": "MIT",
"devDependencies": {
"@babel/core": "7.10.4",
"@babel/plugin-transform-runtime": "7.10.4",
"@babel/core": "7.10.5",
"@babel/plugin-transform-runtime": "7.10.5",
"@babel/preset-env": "7.10.4",
"@babel/runtime": "7.10.4",
"@commitlint/cli": "9.0.1",
"@commitlint/config-conventional": "9.0.1",
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-node-resolve": "8.1.0",
"@babel/runtime": "7.10.5",
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"@rollup/plugin-commonjs": "14.0.0",
"@rollup/plugin-node-resolve": "8.4.0",
"@testing-library/jest-dom": "5.11.0",
"@testing-library/svelte": "3.0.0",
"babel-core": "6.26.3",
"babel-jest": "26.1.0",
"babel-polyfill": "6.26.0",
"electron": "9.1.0",
"electron-builder": "22.7.0",
"electron-builder-notarize": "1.1.2",
"electron-builder-notarize": "1.2.0",
"electron-reloader": "1.0.1",
"eslint": "7.4.0",
"eslint-config-airbnb-base": "14.2.0",
Expand All @@ -83,10 +83,10 @@
"rollup-plugin-terser": "6.1.0",
"svelte": "3.24.0",
"svelte-jester": "1.0.6",
"svelte-preprocess": "4.0.1"
"svelte-preprocess": "4.0.8"
},
"dependencies": {
"electron-context-menu": "2.1.0",
"electron-context-menu": "2.2.0",
"electron-debug": "3.1.0",
"electron-log": "4.2.2",
"electron-unhandled": "3.0.2",
Expand Down

0 comments on commit bfee37c

Please sign in to comment.