Downgrade version of ripgrep to the version from 7 months ago without a node 22 dependency (#7132)

This commit is contained in:
Jacob Richman
2025-08-26 11:58:19 -07:00
committed by GitHub
parent 47417ec05e
commit df79433bec
2 changed files with 6 additions and 9 deletions

View File

@@ -91,7 +91,7 @@
"yargs": "^17.7.2"
},
"dependencies": {
"@lvce-editor/ripgrep": "^2.1.0",
"@lvce-editor/ripgrep": "^1.6.0",
"simple-git": "^3.28.0",
"strip-ansi": "^7.1.0"
},