Skip to content

Commit

Permalink
chore: Bump packages (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz authored Jul 26, 2023
1 parent 05d61a2 commit fe1f56c
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 148 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@
"/oclif.manifest.json"
],
"dependencies": {
"@oclif/core": "^2",
"@oclif/plugin-help": "^5",
"@oclif/plugin-version": "^1.3.4",
"@oclif/core": "^2.10.0",
"@oclif/plugin-help": "^5.2.14",
"@oclif/plugin-version": "^1.3.7",
"@types/fs-extra": "^11.0.1",
"fs-extra": "^11.1.1",
"listr2": "^5.0.8",
"node-fetch": "2",
"oclif": "^3",
"simple-git": "^3.18.0",
"oclif": "^3.10.0",
"simple-git": "^3.19.1",
"tar": "^6.1.15",
"which": "^3.0.0"
"which": "^3.0.1"
},
"devDependencies": {
"@oclif/test": "^2.3.22",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@oclif/test": "^2.3.33",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/chai": "^4.3.4",
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^9.1.1",
"@types/node": "^16.18.27",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.5",
"@types/node-fetch": "2.x",
"@types/sinon": "^10.0.13",
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.9",
"@types/tar": "^6.1.5",
"@types/which": "^2.0.2",
"@types/which": "^3.0.0",
"chai": "^4",
"chai-as-promised": "^7.1.1",
"eslint": "^7.32.0",
Expand All @@ -49,15 +49,15 @@
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"mocha": "^9",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"shx": "^0.3.4",
"sinon": "^15.0.2",
"sinon": "^15.2.0",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"tslib": "^2.6.1",
"typescript": "^4.9.5"
},
"oclif": {
Expand Down
Loading

0 comments on commit fe1f56c

Please sign in to comment.