1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-23 11:22:15 +00:00

Updated Deps

Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-12-08 12:51:48 +01:00
parent a5212ec83e
commit fcc3163c7c
5 changed files with 551 additions and 1105 deletions

View File

@ -18,8 +18,8 @@
"ts-loader": "^8.0.3", "ts-loader": "^8.0.3",
"ts-node": "^9.0.0", "ts-node": "^9.0.0",
"typescript": "^4.0.3", "typescript": "^4.0.3",
"webpack": "^4.44.1", "webpack": "^5.10.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^4.2.0"
}, },
"scripts": { "scripts": {
"prepublishOnly": "yarn build", "prepublishOnly": "yarn build",

View File

@ -23,8 +23,8 @@
"eslint": "^7.4.0", "eslint": "^7.4.0",
"ts-loader": "^8.0.6", "ts-loader": "^8.0.6",
"typescript": "^4.0.3", "typescript": "^4.0.3",
"webpack": "^4.43.0", "webpack": "^5.10.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^4.2.0"
}, },
"scripts": { "scripts": {
"prepublishOnly": "yarn build", "prepublishOnly": "yarn build",

View File

@ -23,8 +23,8 @@
"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.2",
"webpack": "^4.44.1", "webpack": "^5.10.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^4.2.0"
}, },
"scripts": { "scripts": {
"prepublishOnly": "yarn build", "prepublishOnly": "yarn build",

View File

@ -9,7 +9,7 @@
"main": "./dist/URLManager.js", "main": "./dist/URLManager.js",
"types": "./dist/URLManager.d.ts", "types": "./dist/URLManager.d.ts",
"devDependencies": { "devDependencies": {
"@babel/core": "^7.11.4", "@babel/core": "^7.12.9",
"@babel/preset-env": "^7.11.0", "@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4", "@babel/preset-typescript": "^7.10.4",
"@types/chai": "^4.2.12", "@types/chai": "^4.2.12",
@ -17,11 +17,12 @@
"babel-loader": "^8.1.0", "babel-loader": "^8.1.0",
"codecov": "^3.7.2", "codecov": "^3.7.2",
"jest": "^26.4.2", "jest": "^26.4.2",
"ts-jest": "^26.4.4",
"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.2",
"webpack": "^4.44.1", "webpack": "^5.10.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^4.2.0"
}, },
"scripts": { "scripts": {
"prepublishOnly": "yarn build", "prepublishOnly": "yarn build",

1637
yarn.lock

File diff suppressed because it is too large Load Diff