1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-14 19:59:17 +00:00

Updated Packages Versions

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-10-20 12:28:20 +02:00
parent ac5f0dfd69
commit 9df370ab7f
6 changed files with 1352 additions and 1610 deletions

View File

@ -10,7 +10,6 @@
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/Logger.js",
"browser": "./dist/browser.js",
"types": "./dist/Logger.d.ts",
"dependencies": {
"ansi-colors": "^4.1.1"
@ -18,12 +17,12 @@
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@typescript-eslint/eslint-plugin": "^3.5.0",
"@typescript-eslint/parser": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"babel-loader": "^8.1.0",
"eslint": "^7.4.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"ts-loader": "^8.0.6",
"typescript": "^4.0.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},