mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 21:12:52 +00:00
refactor: update dependencies
This commit is contained in:
1909
package-lock.json
generated
1909
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -30,32 +30,32 @@
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openstapps/api": "0.12.0",
|
||||
"@openstapps/core": "0.23.1",
|
||||
"@openstapps/api": "0.16.0",
|
||||
"@openstapps/core": "0.29.0",
|
||||
"@openstapps/logger": "0.4.0",
|
||||
"commander": "2.20.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.21.1",
|
||||
"@openstapps/core-tools": "0.7.0",
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/chai-as-promised": "7.1.0",
|
||||
"@openstapps/core-tools": "0.9.0",
|
||||
"@types/chai": "4.2.3",
|
||||
"@types/chai-as-promised": "7.1.2",
|
||||
"@types/mocha": "5.2.7",
|
||||
"@types/nock": "10.0.3",
|
||||
"@types/node": "10.14.12",
|
||||
"chai": "4.2.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"conventional-changelog-cli": "2.0.21",
|
||||
"mocha": "6.1.4",
|
||||
"conventional-changelog-cli": "2.0.25",
|
||||
"mocha": "6.2.1",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"nock": "10.0.6",
|
||||
"nyc": "14.1.1",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"ts-node": "8.3.0",
|
||||
"tslint": "5.18.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.5.2"
|
||||
"ts-node": "8.4.1",
|
||||
"tslint": "5.20.0",
|
||||
"typedoc": "0.15.0",
|
||||
"typescript": "3.6.4"
|
||||
},
|
||||
"nyc": {
|
||||
"all": true,
|
||||
|
||||
Reference in New Issue
Block a user