From 28ec068988ad78b840fa07f95aaf90b85fd87541 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 16 Nov 2019 01:51:47 +0100 Subject: Update everything --- package.json | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 54e29a4..f702853 100644 --- a/package.json +++ b/package.json @@ -4,46 +4,48 @@ "description": "", "main": "app.js", "scripts": { + "pretest": "xo", "start": "node app.js", "build": "./node_modules/.bin/rollup -c" }, "dependencies": { "directory-tree": "^2.0.0", "express": "^4.15.5", - "rehype-format": "^2.2.0", - "rehype-katex": "^1.0.0", - "rehype-raw": "^2.0.0", - "rehype-stringify": "^3.0.0", - "remark": "^8.0.0", + "rehype-format": "3.x.x", + "rehype-katex": "2.x.x", + "rehype-raw": "4.x.x", + "rehype-stringify": "6.x.x", + "remark": "11.x.x", "remark-custom-blocks": "^2.1.1", "remark-highlight.js": "^5.0.0", - "remark-html": "^6.0.1", - "remark-iframes": "^3.0.1", + "remark-html": "10.x.x", + "remark-iframes": "3.x.x", "remark-kbd": "^1.0.6", - "remark-line-input": "^0.3.0", - "remark-text-input": "^0.5.0", - "remark-math": "^1.0.0", + "remark-line-input": "0.6.x", + "remark-text-input": "0.7.x", + "remark-math": "2.x.x", "remark-multiple-choice": "^0.1.0", - "remark-parse": "^5.0.0", + "remark-parse": "7.x.x", "remark-preset-lint-markdown-style-guide": "^2.1.1", - "remark-rehype": "^3.0.0", + "remark-rehype": "5.x.x", "remark-select": "", - "unified": "^6.1.6", - "unist-util-inspect": "^4.1.2", - "vfile-reporter": "^4.0.0" + "unified": "8.x.x", + "vfile-reporter": "6.x.x" }, "author": "Titely", "license": "", "devDependencies": { - "ava": "^0.25.0", - "rollup": "^0.57.1", - "rollup-plugin-commonjs": "^9.1.0", - "rollup-plugin-json": "^2.3.0", + "ava": "2.4.x", + "unist-util-inspect": "5.x.x", + "rollup": "1.27.x", + "rollup-plugin-commonjs": "10.x.x", + "@rollup/plugin-json": "4.x.x", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.2.0", "rollup-plugin-node-resolve": "^3.3.0", - "rollup-plugin-uglify": "^3.0.0", - "xo": "^0.18.2" + "rollup-plugin-uglify": "6.0.x", + "del-cli": "3.x.x", + "xo": "0.25.x" }, "xo": { "space": true, -- cgit v1.2.3