Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Meister <[email protected]>
  • Loading branch information
dennismeister93 committed Jul 16, 2023
1 parent bc808ac commit fa70e01
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 37 deletions.
58 changes: 28 additions & 30 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
],
"repository": "eclipse-velocitas/cli",
"dependencies": {
"@oclif/core": "^2.9.0",
"@oclif/plugin-help": "^5.2.12",
"@oclif/plugin-not-found": "^2.3.29",
"@oclif/core": "^2.9.3",
"@oclif/plugin-help": "^5.2.13",
"@oclif/plugin-not-found": "^2.3.30",
"@oclif/plugin-plugins": "^3.1.6",
"decompress": "^4.2.1",
"node-pty": "^1.0.0",
Expand All @@ -28,26 +28,26 @@
"simple-git": "^3.19.1"
},
"devDependencies": {
"@oclif/test": "^2.3.28",
"@oclif/test": "^2.3.29",
"@types/archiver": "^5.3.2",
"@types/chai": "^4.3.5",
"@types/decompress": "^4.2.4",
"@types/fs-extra": "^11.0.1",
"@types/mocha": "^10.0.1",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.16.7",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"archiver": "^5.3.1",
"chai": "^4.3.7",
"eslint": "^8.44.0",
"eslint": "^8.45.0",
"mocha": "^10.2.0",
"mock-fs": "^5.2.0",
"nyc": "^15.1.0",
"oclif": "^3.9.1",
"pkg": "^5.8.1",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-organize-imports": "^3.2.3",
"shx": "^0.3.4",
"sinon": "^15.2.0",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit fa70e01

Please sign in to comment.