From 8d7710e6c3ed5d47dab7567c392696138a7f7d08 Mon Sep 17 00:00:00 2001 From: FrankQiu Date: Mon, 4 Oct 2021 15:23:25 +0800 Subject: [PATCH] tools: update rollup entry in lint-md package.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update package.json to indicate that rollup 2.58.0 is the minimum. That version was already installed by a previous commit. PR-URL: https://github.com/nodejs/node/pull/40281 Reviewed-By: Derek Lewis Reviewed-By: Daijiro Wachi Reviewed-By: Luigi Pinca Reviewed-By: Juan José Arboleda Reviewed-By: James M Snell --- tools/lint-md/package-lock.json | 2 +- tools/lint-md/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lint-md/package-lock.json b/tools/lint-md/package-lock.json index 14ac153c4cb821..dfc8f3194bba14 100644 --- a/tools/lint-md/package-lock.json +++ b/tools/lint-md/package-lock.json @@ -18,7 +18,7 @@ "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.5", - "rollup": "^2.57.0" + "rollup": "^2.58.0" } }, "node_modules/@rollup/plugin-commonjs": { diff --git a/tools/lint-md/package.json b/tools/lint-md/package.json index 60c68f41eea7c0..ffa82b4b14f2fb 100644 --- a/tools/lint-md/package.json +++ b/tools/lint-md/package.json @@ -16,6 +16,6 @@ "devDependencies": { "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-node-resolve": "^13.0.5", - "rollup": "^2.57.0" + "rollup": "^2.58.0" } }