1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-07-30 16:50:46 +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/index.js",
"browser": "./dist/browser.js",
"types": "./dist/index.d.ts",
"devDependencies": {
"@babel/core": "^7.11.4",
@ -18,7 +17,7 @@
"babel-loader": "^8.1.0",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"typescript": "^4.0.3",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},