mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 12:16:10 +01:00
Update dependencies.
Thanks to developers of dependencies.
This commit is contained in:
parent
d344c39d49
commit
cfcbf640d6
26 changed files with 1210 additions and 3276 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"main": "./src/marked.js",
|
||||
"browser": "./lib/marked.js",
|
||||
"bin": "./bin/marked",
|
||||
|
|
@ -31,27 +31,29 @@
|
|||
"html"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.6",
|
||||
"@babel/preset-env": "^7.9.6",
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/preset-env": "^7.10.4",
|
||||
"@markedjs/html-differ": "^3.0.2",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"commonmark": "0.29.x",
|
||||
"eslint": "^7.0.0",
|
||||
"commonmark": "0.29.1",
|
||||
"eslint": "^7.4.0",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"front-matter": "^3.2.1",
|
||||
"front-matter": "^4.0.2",
|
||||
"highlight.js": "^10.1.2",
|
||||
"jasmine": "^3.5.0",
|
||||
"markdown": "0.5.x",
|
||||
"markdown-it": "10.x",
|
||||
"markdown-it": "11.x",
|
||||
"node-fetch": "^2.6.0",
|
||||
"rollup": "^2.10.2",
|
||||
"rollup": "^2.21.0",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-license": "^2.0.1",
|
||||
"uglify-js": "^3.9.3",
|
||||
"rollup-plugin-license": "^2.1.0",
|
||||
"titleize": "^2.1.0",
|
||||
"uglify-js": "^3.10.0",
|
||||
"vuln-regex-detector": "^1.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
@ -62,10 +64,12 @@
|
|||
"test:lint": "eslint bin/marked .",
|
||||
"test:redos": "node test/vuln-regex.js",
|
||||
"test:update": "node test/update-specs.js",
|
||||
"rules": "node test/rules.js",
|
||||
"bench": "npm run rollup && node test/bench.js",
|
||||
"lint": "eslint --fix bin/marked .",
|
||||
"build:reset": "git checkout upstream/master lib/marked.js lib/marked.esm.js marked.min.js",
|
||||
"build": "npm run rollup && npm run minify",
|
||||
"build:docs": "node build-docs.js",
|
||||
"rollup": "npm run rollup:umd && npm run rollup:esm",
|
||||
"rollup:umd": "rollup -c rollup.config.js",
|
||||
"rollup:esm": "rollup -c rollup.config.esm.js",
|
||||
|
|
@ -74,8 +78,5 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": ">= 8.16.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.19"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue