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-12-01 15:04:09 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-12-01 15:05:40 +0300
commit990c7e6ecb8ed3a6495dbda9816b5ef7bec080e2 (patch)
tree225e2332943b413b4f54668c1e3c536b0e36b642 /package.json
parent34ccd448f9d5086da8525aa186ecd211c406e49a (diff)
Update devDependencies and switch to npm >= 7
* less ^4.1.1 → ^4.1.2 * mocha ^9.1.2 → ^9.1.3 * xo ^0.44.0 → ^0.47.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 8a8ba7c..600c1bd 100644
--- a/package.json
+++ b/package.json
@@ -65,9 +65,9 @@
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"gulp-stylus": "^2.7.0",
- "less": "^4.1.1",
+ "less": "^4.1.2",
"less3": "npm:less@^3.13.1",
- "mocha": "^9.1.2",
+ "mocha": "^9.1.3",
"node-sass": "^6.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.4",
@@ -76,7 +76,7 @@
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylus": "^0.55.0",
- "xo": "^0.44.0"
+ "xo": "^0.47.0"
},
"mocha": {
"check-leaks": true,