mirror of
https://github.com/zadam/trilium.git
synced 2024-12-25 08:43:03 +08:00
upgrades
This commit is contained in:
parent
af95d387b9
commit
1f8798d7ac
2 changed files with 834 additions and 411 deletions
1229
package-lock.json
generated
1229
package-lock.json
generated
File diff suppressed because it is too large
Load diff
16
package.json
16
package.json
|
@ -66,7 +66,7 @@
|
|||
"ini": "3.0.1",
|
||||
"is-animated": "2.0.2",
|
||||
"is-svg": "4.3.2",
|
||||
"jimp": "0.22.7",
|
||||
"jimp": "0.22.8",
|
||||
"joplin-turndown-plugin-gfm": "1.0.12",
|
||||
"jsdom": "22.0.0",
|
||||
"mime-types": "2.1.35",
|
||||
|
@ -83,7 +83,7 @@
|
|||
"sanitize-filename": "1.6.3",
|
||||
"sanitize-html": "2.10.0",
|
||||
"sax": "1.2.4",
|
||||
"semver": "7.5.0",
|
||||
"semver": "7.5.1",
|
||||
"serve-favicon": "2.5.0",
|
||||
"session-file-store": "1.5.0",
|
||||
"stream-throttle": "0.1.3",
|
||||
|
@ -97,7 +97,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "7.0.3",
|
||||
"electron": "25.0.0-beta.2",
|
||||
"electron": "25.0.0-beta.5",
|
||||
"electron-builder": "23.6.0",
|
||||
"electron-packager": "17.1.1",
|
||||
"electron-rebuild": "3.2.9",
|
||||
|
@ -105,20 +105,20 @@
|
|||
"eslint-config-airbnb-base": "15.0.0",
|
||||
"eslint-config-prettier": "8.8.0",
|
||||
"eslint-plugin-import": "2.27.5",
|
||||
"eslint-plugin-jsonc": "2.7.0",
|
||||
"eslint-plugin-jsonc": "2.8.0",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"esm": "3.2.25",
|
||||
"husky": "8.0.3",
|
||||
"jsonc-eslint-parser": "2.2.0",
|
||||
"jsonc-eslint-parser": "2.3.0",
|
||||
"lint-staged": "13.2.2",
|
||||
"jasmine": "4.6.0",
|
||||
"jasmine": "5.0.0",
|
||||
"jsdoc": "4.0.2",
|
||||
"lorem-ipsum": "2.0.8",
|
||||
"prettier": "2.8.8",
|
||||
"nodemon": "2.0.22",
|
||||
"rcedit": "3.0.1",
|
||||
"webpack": "5.82.0",
|
||||
"webpack-cli": "5.1.0"
|
||||
"webpack": "5.83.1",
|
||||
"webpack-cli": "5.1.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"electron-installer-debian": "3.1.0"
|
||||
|
|
Loading…
Reference in a new issue