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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-04 04:11:16 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-04 04:11:16 +0300
commit4790277a6d535b68a3d61bf2be44b6d84d46502c (patch)
tree140b59c597924957954ca1a11004fcc618cc99d8 /package.json
parente7326511e848bf0a3b65d0f40dccb677e8e818df (diff)
Replace webpack-rtl-plugin with rtlcss-webpack-plugin
The webpack-rtl-plugin package is out of date and throwing deprecation notices. Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 00673db774..48f3ab78c3 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,7 @@
"postcss-cli": "^9.0.1",
"postcss-loader": "^6.2.1",
"rtlcss": "^3.3.0",
+ "rtlcss-webpack-plugin": "^4.0.7",
"sass": "^1.42.1",
"sass-loader": "^12.4.0",
"tablesorter": "^2.31.3",
@@ -44,8 +45,7 @@
"updated-jqplot": "1.0.9",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
- "webpack-concat-files-plugin": "^0.5.2",
- "webpack-rtl-plugin": "^2.0.0"
+ "webpack-concat-files-plugin": "^0.5.2"
},
"devDependencies": {
"babel-jest": "^27.3.1",