Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qoomon committed Jan 2, 2024
1 parent 240fa47 commit 153ad78
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
5 changes: 2 additions & 3 deletions app/lib/trello-issue-tracker.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
var $ = require('jquery');
var marked = require('marked');
marked.setOptions({
var {Marked} = require('marked');
const marked = new Marked({
gfm: true,
breaks: true
});


var name = "trello";

var isEligible = function () {
Expand Down
20 changes: 10 additions & 10 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 @@ -15,7 +15,7 @@
"dependencies": {
"promise-polyfill": "latest",
"jquery": "latest",
"marked": "latest"
"marked": "^11.1.1"
},
"devDependencies": {
"brfs": "latest",
Expand Down

0 comments on commit 153ad78

Please sign in to comment.