Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
An update to Prettier made a minor reformatting in app/main.js
necessary.
  • Loading branch information
c3er committed Aug 19, 2024
1 parent 4768df2 commit 7449814
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function loadDocumentSettings() {
function determineCurrentFilePath() {
return navigation.hasCurrentLocation()
? navigation.currentFilePath()
: _cliArgs.filePath ?? _finderFilePath
: (_cliArgs.filePath ?? _finderFilePath)
}

function createChildWindow(filePath, internalTarget) {
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
"dependencies": {
"@electron/remote": "2.1.2",
"github-markdown-css": "5.5.1",
"github-markdown-css": "5.6.1",
"github-markdown-dracula-css": "4.0.3",
"highlight.js": "11.9.0",
"highlight.js": "11.10.0",
"iconv-lite": "0.6.3",
"jschardet": "3.1.2",
"jschardet": "3.1.3",
"markdown-it": "14.1.0",
"markdown-it-abbr": "2.0.0",
"markdown-it-anchor": "8.6.7",
"markdown-it-anchor": "9.0.1",
"markdown-it-container": "4.0.0",
"markdown-it-emoji": "3.0.0",
"markdown-it-footnote": "4.0.0",
Expand All @@ -52,19 +52,19 @@
"markdown-it-sub": "2.0.0",
"markdown-it-sup": "2.0.0",
"markdown-it-task-checkbox": "1.0.6",
"mermaid": "10.9.0"
"mermaid": "10.9.1"
},
"devDependencies": {
"clipboardy": "4.0.0",
"electron": "30.0.3",
"electron": "31.4.0",
"electron-builder": "24.13.3",
"eslint": "9.2.0",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"lodash.clonedeep": "4.5.0",
"mocha": "10.4.0",
"playwright": "1.43.1",
"prettier": "3.2.5",
"tslib": "2.6.2",
"mocha": "10.7.3",
"playwright": "1.46.1",
"prettier": "3.3.3",
"tslib": "2.6.3",
"xvfb-maybe": "0.2.1"
}
}

0 comments on commit 7449814

Please sign in to comment.