mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 19:22:51 +00:00
refactor: update dependencies, keeping behavior
This commit is contained in:
14
package.json
14
package.json
@@ -21,26 +21,26 @@
|
||||
"author": "Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"contributors": [
|
||||
"Anselm Rochus Stordeur",
|
||||
"Jovan Krunic"
|
||||
"Jovan Krunic",
|
||||
"Rainer Killinger <mail-openstapps@killinger.co>"
|
||||
],
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@types/node": "10.17.14",
|
||||
"@types/semver": "6.2.0",
|
||||
"@types/semver": "7.1.0",
|
||||
"@types/yaml": "1.2.0",
|
||||
"chalk": "3.0.0",
|
||||
"commander": "4.1.1",
|
||||
"semver": "6.3.0",
|
||||
"tslint": "5.20.1",
|
||||
"semver": "7.1.3",
|
||||
"tslint": "6.0.0",
|
||||
"tslint-eslint-rules": "5.4.0",
|
||||
"yaml": "1.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-cli": "2.0.31",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "3.0.1",
|
||||
"ts-node": "8.6.2",
|
||||
"typedoc": "0.15.3",
|
||||
"rimraf": "3.0.2",
|
||||
"typedoc": "0.16.10",
|
||||
"typescript": "3.7.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user