Skip to content

Commit

Permalink
update dependencies (#79)
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 Sep 23, 2020
1 parent 39cd2d2 commit a249870
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 72 deletions.
151 changes: 88 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
"@babel/runtime": "7.11.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^6.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/svelte": "^3.0.0",
"@tsconfig/svelte": "^1.0.10",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.1",
"@types/node": "^14.11.2",
"babel-core": "6.26.3",
"babel-jest": "26.3.0",
"babel-polyfill": "6.26.0",
Expand All @@ -82,7 +82,7 @@
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.0.1",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-svelte3": "^2.7.3",
"husky": "^4.3.0",
"jest": "26.4.2",
Expand All @@ -93,22 +93,22 @@
"package-lock-sanitizer": "^1.0.1",
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2",
"rollup": "^2.27.1",
"rollup": "^2.28.1",
"rollup-plugin-filesize": "^9.0.2",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "6.0.1",
"rollup-plugin-terser": "7.0.2",
"sass": "^1.26.11",
"svelte": "^3.25.1",
"svelte-check": "^1.0.44",
"svelte": "^3.26.0",
"svelte-check": "^1.0.47",
"svelte-jester": "^1.1.5",
"svelte-preprocess": "^4.3.0",
"ts-jest": "^26.3.0",
"ts-jest": "^26.4.0",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
"typescript": "^4.0.3"
},
"dependencies": {
"auto-changelog": "^2.2.0",
"auto-changelog": "^2.2.1",
"electron-context-menu": "2.3.0",
"electron-debug": "3.1.0",
"electron-log": "4.2.4",
Expand Down

0 comments on commit a249870

Please sign in to comment.