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

Updated Packages Versions

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 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"
},

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"
},

View File

@ -10,7 +10,6 @@
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/ObjectUtil.js",
"browser": "./dist/browser.js",
"types": "./dist/ObjectUtil.d.ts",
"devDependencies": {
"@babel/core": "^7.11.4",

View File

@ -12,7 +12,7 @@
"main": "./dist/Queue.js",
"types": "./dist/Queue.d.ts",
"devDependencies": {
"typescript": "^3.9.5"
"typescript": "^4.0.3"
},
"scripts": {
"prepublishOnly": "yarn build",

View File

@ -6,7 +6,6 @@
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/URLManager.js",
"browser": "./dist/browser.js",
"types": "./dist/URLManager.d.ts",
"devDependencies": {
"@babel/core": "^7.11.4",

2946
yarn.lock

File diff suppressed because it is too large Load Diff