Update minor and patch devDependencies and regenerate package-lock.json

This commit is contained in:
XhmikosR
2021-04-08 09:35:24 +03:00
parent 5ffe395b3a
commit 5304cfc126
2 changed files with 1887 additions and 2017 deletions

3872
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,34 +15,34 @@
"dependencies": {
"good-listener": "^1.2.2",
"select": "^1.1.2",
"tiny-emitter": "^2.0.0"
"tiny-emitter": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"chai": "^4.2.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "^7.20.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^5.0.9",
"karma": "^6.0.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^5.2.0",
"karma": "^6.3.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.4",
"karma-webpack": "^5.0.0-alpha.5",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"prettier": "2.2.1",
"sinon": "^9.2.3",
"karma-sinon": "^1.0.5",
"karma-webpack": "^5.0.0",
"lint-staged": "^10.5.4",
"mocha": "^8.4.0",
"prettier": "2.3.0",
"sinon": "^9.2.4",
"tsd": "^0.7.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.15.0",
"webpack-cli": "^4.4.0"
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"scripts": {
"test:types": "tsd",