update: run npm update
This commit is contained in:
parent
814b390034
commit
dd90b83eb5
File diff suppressed because it is too large
Load Diff
44
package.json
44
package.json
|
@ -46,36 +46,36 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
"fs-extra": "^9.0.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"inversify": "^5.0.1",
|
||||
"jsdom": "^16.2.2",
|
||||
"minimist": "^1.2.5",
|
||||
"node-fetch": "^2.6.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"sqlite3": "^4.1.1",
|
||||
"typeorm": "^0.2.21",
|
||||
"sqlite3": "^4.2.0",
|
||||
"typeorm": "^0.2.25",
|
||||
"uuid": "^7.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-forge/cli": "^6.0.0-beta.50",
|
||||
"@electron-forge/maker-squirrel": "^6.0.0-beta.50",
|
||||
"@electron-forge/cli": "^6.0.0-beta.51",
|
||||
"@electron-forge/maker-squirrel": "^6.0.0-beta.51",
|
||||
"@types/chai": "^4.2.11",
|
||||
"@types/fs-extra": "^8.1.0",
|
||||
"@types/jsdom": "^16.2.1",
|
||||
"@types/fs-extra": "^8.1.1",
|
||||
"@types/jsdom": "^16.2.3",
|
||||
"@types/minimist": "^1.2.0",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/node": "^12.12.37",
|
||||
"@types/node": "^12.12.44",
|
||||
"@types/node-fetch": "^2.5.7",
|
||||
"@types/sinon": "^9.0.0",
|
||||
"@types/uuid": "^7.0.3",
|
||||
"@types/webpack": "^4.41.12",
|
||||
"@typescript-eslint/eslint-plugin": "^2.29.0",
|
||||
"@typescript-eslint/parser": "^2.29.0",
|
||||
"@types/sinon": "^9.0.4",
|
||||
"@types/uuid": "^7.0.4",
|
||||
"@types/webpack": "^4.41.17",
|
||||
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
||||
"@typescript-eslint/parser": "^2.34.0",
|
||||
"chai": "^4.2.0",
|
||||
"chokidar": "^3.3.1",
|
||||
"chokidar": "^3.4.0",
|
||||
"concurrently": "^5.2.0",
|
||||
"electron": "^8.2.3",
|
||||
"electron-rebuild": "^1.10.1",
|
||||
"electron": "^8.3.1",
|
||||
"electron-rebuild": "^1.11.0",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
|
@ -83,17 +83,17 @@
|
|||
"handlebars": "^4.7.6",
|
||||
"husky": "^4.2.5",
|
||||
"lodash": "^4.17.15",
|
||||
"mocha": "^7.1.1",
|
||||
"mocha": "^7.2.0",
|
||||
"nock": "^12.0.3",
|
||||
"nyc": "^15.0.1",
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^2.0.5",
|
||||
"rewiremock": "^3.13.9",
|
||||
"rewiremock": "^3.14.2",
|
||||
"sinon": "^9.0.2",
|
||||
"spectron": "^10.0.1",
|
||||
"svelte": "^3.21.0",
|
||||
"svelte": "^3.23.0",
|
||||
"svelte-loader": "^2.13.6",
|
||||
"ts-loader": "^7.0.1",
|
||||
"typescript": "^3.8.3",
|
||||
"ts-loader": "^7.0.5",
|
||||
"typescript": "^3.9.5",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue