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

View File

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

View File

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

View File

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

View File

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

2946
yarn.lock

File diff suppressed because it is too large Load Diff