mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 03:32:52 +00:00
refactor: update dependencies
This commit is contained in:
committed by
Rainer Killinger
parent
edc6e6fad5
commit
9de064756a
36
package.json
36
package.json
@@ -24,7 +24,7 @@
|
||||
"contributors": [
|
||||
"Anselm Stordeur <anselmstordeur@gmail.com>",
|
||||
"Jovan Krunic <jovan.krunic@gmail.com>",
|
||||
"Rainer Killinger<mail-openstapps@killinger.co>"
|
||||
"Rainer Killinger <mail-openstapps@killinger.co>"
|
||||
],
|
||||
"typings": "./lib/logger.d.ts",
|
||||
"main": "./lib/logger.js",
|
||||
@@ -55,31 +55,31 @@
|
||||
"statements": 95
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.21.0",
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/chai-as-promised": "7.1.0",
|
||||
"@types/chai-spies": "1.0.0",
|
||||
"@types/mocha": "5.2.7",
|
||||
"@openstapps/configuration": "0.24.0",
|
||||
"@types/chai": "4.2.10",
|
||||
"@types/chai-as-promised": "7.1.2",
|
||||
"@types/chai-spies": "1.0.1",
|
||||
"@types/mocha": "7.0.2",
|
||||
"chai": "4.2.0",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"chai-spies": "1.0.0",
|
||||
"conventional-changelog-cli": "2.0.21",
|
||||
"mocha": "6.1.4",
|
||||
"conventional-changelog-cli": "2.0.31",
|
||||
"mocha": "7.1.0",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"nyc": "14.1.1",
|
||||
"nyc": "15.0.0",
|
||||
"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.3"
|
||||
"rimraf": "3.0.2",
|
||||
"ts-node": "8.6.2",
|
||||
"tslint": "6.0.0",
|
||||
"typedoc": "0.16.11",
|
||||
"typescript": "3.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "10.14.12",
|
||||
"@types/nodemailer": "6.2.0",
|
||||
"chalk": "2.4.2",
|
||||
"@types/node": "10.17.17",
|
||||
"@types/nodemailer": "6.4.0",
|
||||
"chalk": "3.0.0",
|
||||
"flatted": "2.0.1",
|
||||
"moment": "2.24.0",
|
||||
"nodemailer": "6.2.1"
|
||||
"nodemailer": "6.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user