update: run npm update
This commit is contained in:
parent
8eac33e231
commit
cc0e584f5b
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
|
@ -47,11 +47,11 @@
|
|||
"dependencies": {
|
||||
"better-sqlite3": "^7.1.2",
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"fs-extra": "^9.1.0",
|
||||
"inversify": "^5.0.1",
|
||||
"minimist": "^1.2.5",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"typeorm": "^0.2.29",
|
||||
"typeorm": "^0.2.30",
|
||||
"uuid": "^8.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -65,39 +65,39 @@
|
|||
"@types/glob": "^7.1.3",
|
||||
"@types/minimist": "^1.2.1",
|
||||
"@types/mocha": "^8.2.0",
|
||||
"@types/node": "^12.19.12",
|
||||
"@types/node": "^12.19.15",
|
||||
"@types/sinon": "^9.0.10",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@types/webpack": "^4.41.25",
|
||||
"@typescript-eslint/eslint-plugin": "^4.12.0",
|
||||
"@typescript-eslint/parser": "^4.12.0",
|
||||
"@types/webpack": "^4.41.26",
|
||||
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
||||
"@typescript-eslint/parser": "^4.14.0",
|
||||
"chai": "^4.2.0",
|
||||
"chai-fs": "^2.0.0",
|
||||
"chokidar": "^3.4.3",
|
||||
"chokidar": "^3.5.1",
|
||||
"concurrently": "^5.3.0",
|
||||
"deep-equal-in-any-order": "^1.0.28",
|
||||
"electron": "^10.2.0",
|
||||
"electron": "^10.3.0",
|
||||
"electron-mocha": "^10.0.0",
|
||||
"electron-rebuild": "^2.3.4",
|
||||
"eslint": "^7.17.0",
|
||||
"eslint-config-prettier": "^7.1.0",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"fast-check": "^2.10.0",
|
||||
"fast-check": "^2.12.0",
|
||||
"glob": "^7.1.6",
|
||||
"handlebars": "^4.7.6",
|
||||
"husky": "^4.3.6",
|
||||
"husky": "^4.3.8",
|
||||
"lodash": "^4.17.20",
|
||||
"mocha": "^8.2.1",
|
||||
"nock": "^13.0.5",
|
||||
"nock": "^13.0.6",
|
||||
"nyc": "^15.1.0",
|
||||
"prettier": "^2.2.1",
|
||||
"sinon": "^9.2.2",
|
||||
"sinon": "^9.2.4",
|
||||
"svelte": "^3.31.2",
|
||||
"svelte-loader": "^2.13.6",
|
||||
"ts-loader": "^8.0.14",
|
||||
"typescript": "^4.1.3",
|
||||
"webpack": "^5.11.1",
|
||||
"webpack-cli": "^4.3.1"
|
||||
"webpack": "^5.17.0",
|
||||
"webpack-cli": "^4.4.0"
|
||||
},
|
||||
"repository": "https://git.fuwafuwa.moe/Xymorot/RenaiApp",
|
||||
"bugs": "https://git.fuwafuwa.moe/Xymorot/RenaiApp/issues",
|
||||
|
|
Loading…
Reference in New Issue