mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 00:52:55 +00:00
refactor: remove deprecated and unused methods
This commit is contained in:
20
package.json
20
package.json
@@ -36,17 +36,15 @@
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openstapps/logger": "0.0.3",
|
||||
"@types/async": "2.0.50",
|
||||
"@openstapps/logger": "0.0.5",
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/del": "3.0.1",
|
||||
"@types/glob": "7.1.1",
|
||||
"@types/humanize-string": "1.0.0",
|
||||
"@types/mocha": "5.2.5",
|
||||
"@types/mocha": "5.2.6",
|
||||
"@types/mustache": "0.8.32",
|
||||
"@types/node": "10.12.18",
|
||||
"ajv": "6.6.2",
|
||||
"async": "2.6.1",
|
||||
"ajv": "6.9.1",
|
||||
"async-pool-native": "0.1.0",
|
||||
"chai": "4.2.0",
|
||||
"commander": "2.19.0",
|
||||
@@ -58,16 +56,16 @@
|
||||
"mocha-typescript": "1.1.17",
|
||||
"mustache": "3.0.1",
|
||||
"toposort": "2.0.2",
|
||||
"ts-json-schema-generator": "0.38.1",
|
||||
"ts-node": "7.0.1",
|
||||
"typedoc": "0.14.0"
|
||||
"ts-json-schema-generator": "0.40.0",
|
||||
"ts-node": "8.0.2",
|
||||
"typedoc": "0.14.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.5.0",
|
||||
"conventional-changelog-cli": "2.0.11",
|
||||
"@openstapps/configuration": "0.6.0",
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.12.0",
|
||||
"tslint": "5.12.1",
|
||||
"typescript": "3.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user