Skip to content

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 6b39555 commit baa43ef
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 @@ -74,15 +74,15 @@
},
"devDependencies": {
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.49",
"@typescript-eslint/parser": "~5.49",
"@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",
"eslint": "~8.32",
"eslint": "~8.33",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "~4.1",
"rimraf": "3",
"run-scripts-util": "~0.1",
"typescript": "~4.9"
}
Expand Down

0 comments on commit baa43ef

Please sign in to comment.