Skip to content

Commit

Permalink
fix(core): adjusted dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 25, 2021
1 parent ba69495 commit 0a1b0c6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 30 deletions.
40 changes: 16 additions & 24 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
},
"dependencies": {
"@octopusdeploy/message-contracts": "^1.1.1",
"@types/semver": "^7.3.9",
"consola": "^2.15.3",
"got": "^11.8.2"
"got": "^11.8.2",
"lodash": "^4.17.21",
"semver": "^7.3.5",
"urijs": "^1.19.7"
},
"description": "TypeScript API client for Octopus Deploy",
"devDependencies": {
"@octopusdeploy/runtime-inputs": "^0.16.0",
"@tsconfig/node16": "^1.0.2",
"@types/lodash": "^4.14.176",
"@types/node": "^16.11.1",
"@types/semver": "^7.3.9",
"@types/urijs": "^1.19.17",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"semver": "^7.3.5",
"typescript": "^4.4.4",
"urijs": "^1.19.7"
"typescript": "^4.4.4"
},
"files": [
"dist/**/*"
Expand Down

0 comments on commit 0a1b0c6

Please sign in to comment.