Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Aug 14, 2020
1 parent 14bc85b commit 39f68c2
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 86 deletions.
167 changes: 89 additions & 78 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,33 @@
"postinstall": "electron-builder install-app-deps"
},
"devDependencies": {
"electron": "^9.1.2",
"electron": "^9.2.0",
"electron-builder": "^22.8.0",
"electron-packager": "^15.0.0",
"electron-wix-msi": "^2.2.0",
"electron-wix-msi": "^3.0.0",
"npm-run-all": "^4.1.5",
"rollup-plugin-node-externals": "^2.2.0"
},
"dependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"bulma": "^0.9.0",
"cheap-watch": "^1.0.2",
"comlink": "^4.3.0",
"electron-store": "^6.0.0",
"electron-util": "^0.14.2",
"knex": "^0.21.2",
"knex": "^0.21.4",
"mark.js": "^8.11.1",
"mysql": "^2.18.1",
"objection": "^2.2.2",
"pg": "^8.3.0",
"rollup": "^2.23.0",
"rollup-plugin-postcss": "^3.1.3",
"rollup": "^2.25.0",
"rollup-plugin-postcss": "^3.1.5",
"rollup-plugin-svelte": "5.1.1",
"schild": "^0.6.0",
"serialize-error": "^7.0.1",
"snarkdown": "^1.2.2",
"svelte": "^3.24.0"
"svelte": "^3.24.1"
}
}

0 comments on commit 39f68c2

Please sign in to comment.