Skip to content

Commit 8d7710e

Browse files
iam-frankqiudanielleadams
authored andcommitted
tools: update rollup entry in lint-md package.json
Update package.json to indicate that rollup 2.58.0 is the minimum. That version was already installed by a previous commit. PR-URL: #40281 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent b694b0c commit 8d7710e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/lint-md/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/lint-md/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"devDependencies": {
1717
"@rollup/plugin-commonjs": "^20.0.0",
1818
"@rollup/plugin-node-resolve": "^13.0.5",
19-
"rollup": "^2.57.0"
19+
"rollup": "^2.58.0"
2020
}
2121
}

0 commit comments

Comments
 (0)