Skip to content

Commit

Permalink
fix(deps): update dependency marked to v4 (#379)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tony Brix <tony@brix.ninja>
  • Loading branch information
3 people authored Nov 2, 2021
1 parent 86fd7d2 commit 477144a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"dependencies": {
"deep-object-diff": "^1.1.0",
"fs-extra": "^10.0.0",
"marked": "^3.0.8",
"marked": "^4.0.0",
"node-pty-prebuilt-multiarch": "^0.10.0",
"uuid": "^8.3.2",
"whatwg-url": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/profile-menu-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

import { CompositeDisposable, TextEditor } from 'atom'
import marked from 'marked'
import { marked } from 'marked/lib/marked.cjs'

import { XTerminalProfilesSingleton } from './profiles'
import { XTerminalDeleteProfileModel } from './delete-profile-model'
Expand Down

0 comments on commit 477144a

Please sign in to comment.