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

Commit

Permalink
Revert to rimraf v3 for glob
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Feb 2, 2023
1 parent 03b2f15 commit c48213b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@
"devDependencies": {
"@types/node": "~18.11",
"@types/through2": "~2.0",
"@typescript-eslint/eslint-plugin": "~5.47",
"@typescript-eslint/parser": "~5.47",
"@typescript-eslint/eslint-plugin": "~5.50",
"@typescript-eslint/parser": "~5.50",
"add-dist-header": "~0.3",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~0.1",
"copy-folder-util": "~0.2",
"eslint": "~8.31",
"eslint": "~8.33",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "~3.0",
"rimraf": "3",
"run-scripts-util": "~0.1",
"sinon": "~15.0",
"slash": "~5.0",
Expand Down

0 comments on commit c48213b

Please sign in to comment.