summaryrefslogtreecommitdiffstats
path: root/packages/markdown/marked/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown/marked/package.json')
-rw-r--r--packages/markdown/marked/package.json35
1 files changed, 18 insertions, 17 deletions
diff --git a/packages/markdown/marked/package.json b/packages/markdown/marked/package.json
index 6534e625..a2fcfe60 100644
--- a/packages/markdown/marked/package.json
+++ b/packages/markdown/marked/package.json
@@ -2,8 +2,9 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
- "version": "0.8.0",
+ "version": "1.1.0",
"main": "./src/marked.js",
+ "browser": "./lib/marked.js",
"bin": "./bin/marked",
"man": "./man/marked.1",
"files": [
@@ -30,27 +31,27 @@
"html"
],
"devDependencies": {
- "@babel/core": "^7.8.7",
- "@babel/preset-env": "^7.8.7",
- "@markedjs/html-differ": "^3.0.0",
- "cheerio": "^0.22.0",
- "commonmark": "^0.29.1",
- "eslint": "^6.8.0",
- "eslint-config-standard": "^14.1.0",
- "eslint-plugin-import": "^2.20.1",
- "eslint-plugin-node": "^11.0.0",
+ "@babel/core": "^7.9.6",
+ "@babel/preset-env": "^7.9.6",
+ "@markedjs/html-differ": "^3.0.2",
+ "cheerio": "^1.0.0-rc.3",
+ "commonmark": "0.29.x",
+ "eslint": "^7.0.0",
+ "eslint-config-standard": "^14.1.1",
+ "eslint-plugin-import": "^2.20.2",
+ "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
- "front-matter": "^3.1.0",
+ "front-matter": "^3.2.1",
"jasmine": "^3.5.0",
- "markdown": "^0.5.0",
- "markdown-it": "^10.0.0",
+ "markdown": "0.5.x",
+ "markdown-it": "10.x",
"node-fetch": "^2.6.0",
- "rollup": "^2.0.6",
+ "rollup": "^2.10.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
- "rollup-plugin-license": "^0.13.0",
- "uglify-js": "^3.8.0",
+ "rollup-plugin-license": "^2.0.1",
+ "uglify-js": "^3.9.3",
"vuln-regex-detector": "^1.3.0"
},
"scripts": {
@@ -69,7 +70,7 @@
"rollup:umd": "rollup -c rollup.config.js",
"rollup:esm": "rollup -c rollup.config.esm.js",
"minify": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js",
- "preversion": "npm run build && (git diff --quiet || git commit -am 'build')"
+ "preversion": "npm run build && (git diff --quiet || git commit -am build)"
},
"engines": {
"node": ">= 8.16.2"