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 4189645 commit 72dab7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,24 +85,24 @@
"chalk": "~5.2",
"cli-argv-util": "~0.1",
"fancy-log": "~2.0",
"glob": "~8.0",
"glob": "~8.1",
"istextorbinary": "~6.0",
"replacer-util": "~0.3",
"slash": "~5.0"
},
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.48",
"@typescript-eslint/parser": "~5.48",
"@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.31",
"eslint": "~8.33",
"jshint": "~2.13",
"mocha": "~10.2",
"rev-web-assets": "~0.1",
"rimraf": "~4.0",
"rimraf": "3",
"run-scripts-util": "~0.1",
"typescript": "~4.9",
"w3c-html-validator": "~1.3"
Expand Down

0 comments on commit 72dab7a

Please sign in to comment.