dependencies: update and clean (and auto-fix style issues) (#1195)

* Update npm dependencies (and auto-fix style issues)

* Updated Documentation in README.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Roland Hummel
2022-10-16 12:39:56 +02:00
committed by GitHub
parent 18baef8e7e
commit 4ce3dbe6b4
5 changed files with 4278 additions and 9274 deletions

View File

@@ -11,18 +11,18 @@
"author": "TheAlgorithms",
"license": "GPL-3.0",
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5"
"@babel/core": "^7.19.3",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@types/jest": "^27.4.1",
"babel-jest": "^26.3.0",
"globby": "^12.0.2",
"husky": "^7.0.4",
"jest": "^26.6.3",
"standard": "^16.0.4"
"@babel/eslint-parser": "^7.19.1",
"@types/jest": "^29.1.2",
"babel-jest": "^29.2.0",
"globby": "^13.1.2",
"husky": "^8.0.1",
"jest": "^29.2.0",
"standard": "^17.0.0"
},
"engines": {
"node": ">=16.6.0"