Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,32 @@
"debug": "^4.3.4",
"detect-port": "1",
"easy-i18n-cli": "1",
"electrom": "19",
"electron-json-storage-alt": "18",
"electron-webview-schedule": "18",
"electron-windows": "18",
"electron-windows-titlebar": "1",
"electrom": "34",
"electron-json-storage-alt": "34",
"electron-webview-schedule": "34",
"electron-windows": "34",
"electron-windows-titlebar": "34",
"graceful-updater": "1",
"lodash": "4",
"lovefield": "^2.1.12",
"moment": "^2.29.4",
"network-interface": "18",
"network-interface": "34",
"semver": "^7.3.8",
"sql.js": "^1.8.0",
"windows-verify-trust": "1"
"windows-verify-trust": "34"
},
"optionalDependencies": {
"@journeyapps/sqlcipher": "^5.3.1"
},
"devDependencies": {
"@applint/spec": "^1.2.3",
"@electron/asar": "3",
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.181",
Comment on lines 36 to 39

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[P1] Restore @applint/spec for ESLint to load

.eslintrc.js still calls require('@applint/spec'), but this commit removed @applint/spec from devDependencies. After installing dependencies, npm run lint will throw Cannot find module '@applint/spec' because the configuration package is no longer present. Keep the dependency or replace the ESLint config with an alternative so linting can run.

Useful? React with 👍 / 👎.

"@types/node": "^18.15.11",
"@types/node": "^20.0.0",
"cross-env": "^7.0.3",
"dexie": "^3.2.3",
"electron": "19",
"electron-builder": "^24.6.4",
"electron": "^34.0.0",
"electron-builder": "^24.13.1",
"electron-installer-dmg": "^4.0.0",
"eslint": "7",
"eslint-config-egg": "^5.1.1",
Expand Down
Loading