Skip to content

Commit

Permalink
Merge pull request #38 from aha-app/DEVELOP-1188-pin-aha-cli-dependen…
Browse files Browse the repository at this point in the history
…cies-avoid-version-drifting

DEVELOP-1188: Pin aha-cli dependencies to avoid version drifting
  • Loading branch information
percyhanna authored Dec 10, 2021
2 parents 145f15e + 0e0e00a commit 8dfaea0
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 144 deletions.
71 changes: 37 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,45 @@
},
"bugs": "https://github.com/aha-app/aha-cli/issues",
"dependencies": {
"@fal-works/esbuild-plugin-global-externals": "^2.1.1",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"@types/inquirer": "^7.3.1",
"chalk": "^4.1.0",
"chokidar": "^3.4.3",
"cli-ux": "^5.5.1",
"crypto": "^1.0.1",
"debug": "^4.1.1",
"esbuild": "^0.11.2",
"form-data": "^3.0.0",
"http-call": "^5.3.0",
"inquirer": "^8.0.0",
"netrc-parser": "^3.1.6",
"open": "^7.3.0",
"tslib": "^1"
"@fal-works/esbuild-plugin-global-externals": "2.1.1",
"@oclif/command": "1.6.1",
"@oclif/config": "1.15.1",
"@oclif/plugin-help": "3.1.0",
"@types/inquirer": "7.3.1",
"chalk": "4.1.0",
"chokidar": "3.4.3",
"cli-ux": "5.5.1",
"crypto": "1.0.1",
"debug": "4.1.1",
"esbuild": "0.11.2",
"form-data": "3.0.0",
"http-call": "5.3.0",
"inquirer": "8.0.0",
"netrc-parser": "3.1.6",
"open": "7.3.0",
"tslib": "1.13.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@types/chai": "^4",
"@types/mocha": "^5",
"@types/node": "^10",
"chai": "^4",
"eslint": "^5.13",
"eslint-config-oclif": "^3.1",
"eslint-config-oclif-typescript": "^0.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"globby": "^10",
"mocha": "^5",
"nyc": "^14",
"prettier": "^2.2.1",
"ts-node": "^8",
"typescript": "^3.3"
"@oclif/dev-cli": "1.22.2",
"@oclif/test": "1.2.6",
"@types/chai": "4.2.11",
"@types/mocha": "5.2.7",
"@types/node": "10.17.24",
"chai": "4.2.0",
"eslint": "5.16.0",
"eslint-config-oclif": "3.1.0",
"eslint-config-oclif-typescript": "0.1.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.3.1",
"globby": "10.0.2",
"mocha": "5.2.0",
"nyc": "14.1.1",
"prettier": "2.2.1",
"ts-node": "8.10.2",
"typescript": "3.9.5"
},
"resolutions": {
"lodash": "4.17.21"
},
"engines": {
"node": ">=11.0.0"
Expand Down
Loading

0 comments on commit 8dfaea0

Please sign in to comment.