Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit c25cc49

Browse files
committed
Update cli build tools
1 parent c48213b commit c25cc49

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,19 @@
8989
"w3c-html-validator": "~1.3"
9090
},
9191
"devDependencies": {
92-
"@types/node": "~18.11",
92+
"@types/node": "~18.14",
9393
"@types/through2": "~2.0",
94-
"@typescript-eslint/eslint-plugin": "~5.50",
95-
"@typescript-eslint/parser": "~5.50",
96-
"add-dist-header": "~0.3",
94+
"@typescript-eslint/eslint-plugin": "~5.54",
95+
"@typescript-eslint/parser": "~5.54",
96+
"add-dist-header": "~1.0",
9797
"assert-deep-strict-equal": "~1.0",
98-
"copy-file-util": "~0.1",
99-
"copy-folder-util": "~0.2",
100-
"eslint": "~8.33",
98+
"copy-file-util": "~1.0",
99+
"copy-folder-util": "~1.0",
100+
"eslint": "~8.35",
101101
"jshint": "~2.13",
102102
"mocha": "~10.2",
103-
"rimraf": "3",
104-
"run-scripts-util": "~0.1",
103+
"rimraf": "~4.2",
104+
"run-scripts-util": "~1.0",
105105
"sinon": "~15.0",
106106
"slash": "~5.0",
107107
"typescript": "~4.9"

0 commit comments

Comments
 (0)