Skip to content

Commit

Permalink
fix: removed shelljs which for a which based function in the Helpers …
Browse files Browse the repository at this point in the history
…section, as the shelljs was implented with a load of different types and was a big modules. Replaced it with the slimmer which implemenation from npm.
  • Loading branch information
jortbmd committed Dec 24, 2024
1 parent 88a23f8 commit dcef468
Show file tree
Hide file tree
Showing 12 changed files with 147 additions and 121 deletions.
159 changes: 78 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
"@types/micromatch": "^4.0.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@types/shelljs": "^0.8.15",
"@types/sinon": "^10.0.2",
"@types/strip-comments": "^2.0.0",
"@types/unzipper": "^0.10.3",
Expand All @@ -212,14 +211,15 @@
"webpack-bundle-analyzer": "^4.7.0"
},
"dependencies": {
"@types/which": "^3.0.4",
"audit": "^0.0.6",
"axios": "^1.7.9",
"decompress": "^4.2.1",
"lodash": "^4.17.21",
"micromatch": "^4.0.2",
"nearest-string": "^1.0.6",
"shelljs": "^0.8.4",
"strip-comments": "^2.0.1",
"which": "^5.0.0",
"xml2js": "^0.6.2",
"yaml": "^2.1.1"
}
Expand Down
1 change: 0 additions & 1 deletion src/@types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
declare module 'shelljs'
declare module 'nearest-string'
Loading

0 comments on commit dcef468

Please sign in to comment.