Update dependencies

This commit is contained in:
grandeljay 2022-06-08 12:36:39 +02:00
parent 686c644751
commit 6b024302d3
7679 changed files with 179547 additions and 183379 deletions

View file

@ -1,6 +1,6 @@
{
"name": "gulp-rtlcss",
"version": "1.4.2",
"version": "2.0.0",
"description": "Gulp plugin that uses RTLCSS to convert LTR CSS to RTL.",
"main": "index.js",
"scripts": {
@ -20,7 +20,7 @@
],
"dependencies": {
"plugin-error": "^1.0.1",
"rtlcss": "^2.4.0",
"rtlcss": "^3.5.0",
"through2": "^2.0.5",
"vinyl-sourcemaps-apply": "^0.2.1"
},