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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Bubniak <juraj.bubniak@gmail.com>2021-06-08 12:36:15 +0300
committerJuraj Bubniak <juraj.bubniak@gmail.com>2021-06-08 12:36:15 +0300
commit2dd435c21fcdcb1af253814b1198dc075553542d (patch)
tree9141d8ec3129256b4ae625ff0356653dd91d9a10 /package.json
parentc5db23f4a94421bc16c9de8f3124a8b1d29c0d4a (diff)
Update js deps.
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index b655564..6f3be51 100644
--- a/package.json
+++ b/package.json
@@ -10,14 +10,14 @@
"watch": "webpack --mode development --progress --watch"
},
"devDependencies": {
- "css-loader": "^5.2.0",
- "css-minimizer-webpack-plugin": "^1.3.0",
- "mini-css-extract-plugin": "^1.4.0",
- "node-sass": "^5.0.0",
+ "css-loader": "^5.2.6",
+ "css-minimizer-webpack-plugin": "^3.0.1",
+ "mini-css-extract-plugin": "^1.6.0",
+ "node-sass": "^6.0.0",
"normalize.css": "^8.0.1",
- "sass-loader": "^11.0.1",
- "webpack": "^5.30.0",
- "webpack-cli": "^4.6.0",
+ "sass-loader": "^12.0.0",
+ "webpack": "^5.38.1",
+ "webpack-cli": "^4.7.2",
"webpack-fix-style-only-entries": "^0.6.1"
}
}