mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: update dependencies
This commit is contained in:
675
package-lock.json
generated
675
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -23,28 +23,28 @@
|
|||||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@openstapps/logger": "0.7.0",
|
"@openstapps/logger": "0.8.0",
|
||||||
"commander": "8.1.0",
|
"commander": "8.3.0",
|
||||||
"deepmerge": "4.2.2",
|
"deepmerge": "4.2.2",
|
||||||
"flatted": "3.2.2",
|
"flatted": "3.2.4",
|
||||||
"got": "11.8.2",
|
"got": "11.8.3",
|
||||||
"typedoc": "0.18.0",
|
"typedoc": "0.18.0",
|
||||||
"typescript": "3.8.3"
|
"typescript": "3.8.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@openstapps/configuration": "0.27.0",
|
"@openstapps/configuration": "0.29.0",
|
||||||
"@testdeck/mocha": "0.1.2",
|
"@testdeck/mocha": "0.2.0",
|
||||||
"@types/chai": "4.2.21",
|
"@types/chai": "4.3.0",
|
||||||
"@types/mocha": "9.0.0",
|
"@types/mocha": "9.0.0",
|
||||||
"@types/node": "14.17.9",
|
"@types/node": "14.18.0",
|
||||||
"@types/rimraf": "3.0.1",
|
"@types/rimraf": "3.0.2",
|
||||||
"conventional-changelog-cli": "2.1.1",
|
|
||||||
"mocha": "9.1.1",
|
|
||||||
"chai": "4.3.4",
|
"chai": "4.3.4",
|
||||||
"nock": "13.1.1",
|
"conventional-changelog-cli": "2.1.1",
|
||||||
|
"mocha": "9.1.3",
|
||||||
|
"nock": "13.2.1",
|
||||||
"prepend-file-cli": "1.0.6",
|
"prepend-file-cli": "1.0.6",
|
||||||
"rimraf": "3.0.2",
|
"rimraf": "3.0.2",
|
||||||
"ts-node": "10.2.0",
|
"ts-node": "10.4.0",
|
||||||
"tslint": "6.1.3"
|
"tslint": "6.1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user