Skip to content

Commit

Permalink
downgrade rimraf
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 21, 2024
1 parent a826360 commit 2a606e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .ncurc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"deep-eql",
"everything above switched to ESM. We're not ready for that.",
"eslint",
"eslint-why: they broke their own config format and now plugins seem to all be broken"
"eslint-why: they broke their own config format and now plugins seem to all be broken",
"rimraf",
"rimraf-why: 6.0 dropped node 18? WTF? 18 doesn't EOL until 2025-04-30!"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"progress": "^2.0.3",
"rimraf": "^6.0.1",
"rimraf": "^4.4.0",
"serve": "^14.2.3",
"source-map-support": "^0.5.21",
"tmp": "^0.2.3",
Expand Down

0 comments on commit 2a606e3

Please sign in to comment.