Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jun 18, 2021
1 parent 5dd959d commit 28e556f
Show file tree
Hide file tree
Showing 2 changed files with 438 additions and 465 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
]
},
"dependencies": {
"@oada/client": "^2.4.1",
"@oada/client": "^2.4.2",
"@oada/jobs": "^2.0.4",
"@oada/list-lib": "^2.1.6",
"@oada/types": "^1.5.1",
Expand All @@ -27,30 +27,30 @@
"convict": "^6.1.0",
"convict-format-with-moment": "^6.0.1",
"convict-format-with-validator": "^6.0.1",
"debug": "^4.3.2",
"dotenv": "^9.0.2",
"debug": "^4.3.1",
"dotenv": "^10.0.0",
"jsonpointer": "^4.1.0",
"lodash": "^4.17.21",
"make-promises-safe": "^5.1.0",
"moment": "^2.29.1",
"tslib": "^2.2.0"
"tslib": "^2.3.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.1",
"@types/bluebird": "^3.5.35",
"@types/convict": "^6.0.2",
"@types/convict-format-with-validator": "^6.0.2",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.169",
"@types/node": "^14.17.0",
"@yarnpkg/pnpify": "^3.0.0-rc.3",
"@types/lodash": "^4.14.170",
"@types/node": "^14.17.3",
"@yarnpkg/pnpify": "^3.0.0-rc.6",
"bluebird": "^3.7.2",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^7.2.0",
"object-hash": "^2.1.1",
"prettier": "^2.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.3.2"
"mocha": "^9.0.1",
"object-hash": "^2.2.0",
"prettier": "^2.3.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
}
}
Loading

0 comments on commit 28e556f

Please sign in to comment.