mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2025-01-08 16:14:07 +00:00
Fix 'npm install'-time warning about outdated companion DT types
``` npm WARN deprecated @types/loglevel@1.6.3: This is a stub types definition. loglevel provides its own type definitions, so you do not need this installed. npm WARN deprecated @types/electron-packager@15.0.1: This is a stub types definition. electron-packager provides its own type definitions, so you do not need this installed. ``` Also, add `@types/debug` necessary to fix build, as already done by @TheCleric in https://github.com/nativefier/nativefier/pull/1230/files Also, for all deps, bump minimum version to current version
This commit is contained in:
parent
c4327e97a7
commit
5d9cb91739
@ -12,7 +12,7 @@
|
||||
],
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"electron-context-menu": "^3.1.0",
|
||||
"electron-context-menu": "^3.1.1",
|
||||
"electron-dl": "^3.2.1",
|
||||
"electron-squirrel-startup": "^1.0.0",
|
||||
"electron-window-state": "^5.0.3",
|
||||
@ -20,6 +20,6 @@
|
||||
"source-map-support": "^0.5.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"electron": "^12.0.11"
|
||||
"electron": "^12.0.15"
|
||||
}
|
||||
}
|
||||
|
27
package.json
27
package.json
@ -66,25 +66,24 @@
|
||||
"yargs": "^17.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/electron-packager": "^15.0.1",
|
||||
"@types/debug": "^4.1.6",
|
||||
"@types/hasbin": "^1.2.0",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/loglevel": "^1.6.3",
|
||||
"@types/ncp": "^2.0.4",
|
||||
"@types/node": "^12.20.15",
|
||||
"@types/page-icon": "^0.3.3",
|
||||
"@types/tmp": "^0.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
||||
"@typescript-eslint/parser": "^4.27.0",
|
||||
"eslint": "^7.28.0",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/ncp": "^2.0.5",
|
||||
"@types/node": "^12.20.16",
|
||||
"@types/page-icon": "^0.3.4",
|
||||
"@types/tmp": "^0.2.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.28.3",
|
||||
"@typescript-eslint/parser": "^4.28.3",
|
||||
"eslint": "^7.30.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"jest": "^27.0.4",
|
||||
"prettier": "^2.3.1",
|
||||
"jest": "^27.0.6",
|
||||
"prettier": "^2.3.2",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-loader": "^9.2.3",
|
||||
"typescript": "^4.3.2",
|
||||
"webpack": "^5.38.1",
|
||||
"typescript": "^4.3.5",
|
||||
"webpack": "^5.45.1",
|
||||
"webpack-cli": "^4.7.2"
|
||||
},
|
||||
"jest_COMMENTS": {
|
||||
|
Loading…
Reference in New Issue
Block a user