Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-03-20 21:13:55 +0300
committersualko <klaus@jsxc.org>2021-03-20 21:13:55 +0300
commit7cec298c7e821df85467aa547cf88859b1e72fa3 (patch)
treee11a7165dc644cad543c725270a5ccb326a3abeb /package.json
parent3ad19703c437e56f8152d9fe180359facaca580c (diff)
chore: update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 17 insertions, 12 deletions
diff --git a/package.json b/package.json
index f73e9707..bee09e0b 100644
--- a/package.json
+++ b/package.json
@@ -41,19 +41,24 @@
}
},
"lint-staged": {
- "src/*": ["eslint", "prettier --check"],
- "scss/*": ["stylelint --cache"]
+ "src/*": [
+ "eslint",
+ "prettier --check"
+ ],
+ "scss/*": [
+ "stylelint --cache"
+ ]
},
"devDependencies": {
- "@commitlint/cli": "^11.0.0",
- "@commitlint/config-conventional": "^11.0.0",
- "@commitlint/travis-cli": "^11.0.0",
+ "@commitlint/cli": "^12.0.1",
+ "@commitlint/config-conventional": "^12.0.1",
+ "@commitlint/travis-cli": "^12.0.1",
"@octokit/rest": "^18.0.9",
"@types/chai": "^4.2.14",
"@types/emojione": "^2.2.5",
"@types/handlebars": "^4.1.0",
"@types/jquery": "^3.5.4",
- "@types/mocha": "^8.0.4",
+ "@types/mocha": "^8.2.2",
"@types/node": "^14.14.9",
"@types/sinon": "^9.0.9",
"@types/strophe.js": "^1.2.0",
@@ -66,15 +71,15 @@
"css-loader": "^5.0.1",
"dotenv": "^8.2.0",
"eslint": "^7.18.0",
- "eslint-config-prettier": "^7.2.0",
+ "eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
- "eslint-plugin-jsdoc": "^31.0.7",
+ "eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-prefer-arrow": "^1.2.2",
- "execa": "^4.1.0",
+ "execa": "^5.0.0",
"git-branch": "^2.0.1",
"git-revision-webpack-plugin": "^3.0.6",
"husky": "^4.3.0",
- "inquirer": "^7.3.3",
+ "inquirer": "^8.0.0",
"istanbul": "^0.4.5",
"js-beautify": "^1.13.0",
"karma": "^5.2.3",
@@ -95,7 +100,7 @@
"simple-git": "^2.23.0",
"sinon": "^9.2.1",
"stylelint": "^13.8.0",
- "stylelint-config-sass-guidelines": "^7.1.0",
+ "stylelint-config-sass-guidelines": "^8.0.0",
"terser-webpack-plugin": "^4.0.0",
"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
@@ -132,8 +137,8 @@
"node-sass": "^5.0.0",
"otr": "github:sualko/otr#es6-modules",
"precompile-handlebars": "^1.0.5",
- "qrcode": "^1.4.4",
"prettier": "^2.2.1",
+ "qrcode": "^1.4.4",
"screenfull": "^5.0.2",
"sha1": "^1.1.1",
"strophe.js": "^1.4.0",