Skip to content

Commit 025e616

Browse files
nodejs-github-botRafaelGSS
authored andcommittedNov 10, 2022
tools: update lint-md-dependencies
Update lint-md-dependencies to @rollup/plugin-commonjs@23.0.0 @rollup/plugin-node-resolve@15.0.0 and rollup@3.2.0. PR-URL: #45019 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 7900810 commit 025e616

File tree

2 files changed

+161
-197
lines changed

2 files changed

+161
-197
lines changed
 

‎tools/lint-md/package-lock.json

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

‎tools/lint-md/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"vfile-reporter": "^7.0.4"
1515
},
1616
"devDependencies": {
17-
"@rollup/plugin-commonjs": "^22.0.2",
18-
"@rollup/plugin-node-resolve": "^14.1.0",
19-
"rollup": "^2.79.1",
17+
"@rollup/plugin-commonjs": "^23.0.0",
18+
"@rollup/plugin-node-resolve": "^15.0.0",
19+
"rollup": "^3.2.0",
2020
"rollup-plugin-cleanup": "^3.2.1"
2121
}
2222
}

0 commit comments

Comments
 (0)
Please sign in to comment.