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>2022-03-25 08:37:45 +0300
committerGitHub <noreply@github.com>2022-03-25 08:37:45 +0300
commitececbb06b2ff7d21e832e2ef05a12ad3e2c25254 (patch)
tree74b6e344640bdd533ae1b72e19a0b393251fcd79 /package.json
parent95a03262573b5c7313d982fc3d6b3e2dbafba569 (diff)
Update devDependencies (#441)
* gulp-sass ^5.0.0 → ^5.1.0 * gulp-stylus ^2.7.0 → ^2.7.1 * mocha ^9.1.3 → ^9.2.2 * node-sass ^7.0.0 → ^7.0.1 * postcss ^8.4.4 → ^8.4.12 * prettier ^2.5.0 → ^2.6.1 * sass ^1.44.0 → ^1.49.9 * stylus ^0.55.0 → ^0.57.0 * xo ^0.47.0 → ^0.48.0
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package.json b/package.json
index 91a6908..080d9c1 100644
--- a/package.json
+++ b/package.json
@@ -63,20 +63,20 @@
"gulp": "^4.0.2",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.1",
- "gulp-sass": "^5.0.0",
- "gulp-stylus": "^2.7.0",
+ "gulp-sass": "^5.1.0",
+ "gulp-stylus": "^2.7.1",
"less": "^4.1.2",
"less3": "npm:less@^3.13.1",
- "mocha": "^9.1.3",
- "node-sass": "^7.0.0",
+ "mocha": "^9.2.2",
+ "node-sass": "^7.0.1",
"npm-run-all": "^4.1.5",
- "postcss": "^8.4.4",
- "prettier": "^2.5.0",
- "sass": "^1.44.0",
+ "postcss": "^8.4.12",
+ "prettier": "^2.6.1",
+ "sass": "^1.49.9",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
- "stylus": "^0.55.0",
- "xo": "^0.47.0"
+ "stylus": "^0.57.0",
+ "xo": "^0.48.0"
},
"mocha": {
"check-leaks": true,