Skip to content

Commit c34b706

Browse files
authoredJan 17, 2022
⬆️ marked to 4.0.10 in packages/deprecation-cop (atom#23484)
* ⬆️ deprecation-cop@4.0.10 * ⬆️ deprecation-cop 4.0.10 * Update package-lock
1 parent 3ddbda0 commit c34b706

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/deprecation-cop/lib/deprecation-cop-view.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { CompositeDisposable } from 'atom';
66
import etch from 'etch';
77
import fs from 'fs-plus';
88
import Grim from 'grim';
9-
import marked from 'marked';
9+
import { marked } from 'marked';
1010
import path from 'path';
1111
import { shell } from 'electron';
1212

‎packages/deprecation-cop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"etch": "0.9.0",
1313
"fs-plus": "^3.0.0",
1414
"grim": "^2.0.1",
15-
"marked": "^0.3.6",
15+
"marked": "^4.0.10",
1616
"underscore-plus": "^1.7.0"
1717
},
1818
"consumedServices": {

0 commit comments

Comments
 (0)