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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-08-24 15:57:08 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-08-24 15:57:08 +0300
commitd7fd2b074b80b12a176cbe64f726de5e1f6fd9a1 (patch)
tree02d7ee4ad11be73687c76e76e65c764a8c17c340 /package.json
parent2006afbc66ced76166e3712d35279b45dacf67b4 (diff)
Update devDependencies
* mocha ^9.0.3 → ^9.1.0 * sass ^1.37.0 → ^1.38.1 * xo ^0.42.0 → ^0.44.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 9a12fc8..73dea92 100644
--- a/package.json
+++ b/package.json
@@ -67,16 +67,16 @@
"gulp-stylus": "^2.7.0",
"less": "^4.1.1",
"less3": "npm:less@^3.13.1",
- "mocha": "^9.0.3",
+ "mocha": "^9.1.0",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
- "sass": "^1.37.0",
+ "sass": "^1.38.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylus": "^0.54.8",
- "xo": "^0.42.0"
+ "xo": "^0.44.0"
},
"mocha": {
"check-leaks": true,