[ticket/15980] Update packages in package.json as well

PHPBB3-15980
This commit is contained in:
Marc Alexander 2019-09-28 21:31:03 +02:00
parent 43e072d508
commit a85d5e25f0
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 1787 additions and 1276 deletions

3055
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -47,7 +47,7 @@
"homepage": "https://www.phpbb.com",
"devDependencies": {
"cssnano": "^4.1.10",
"del": "^5.0.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-postcss": "^8.0.0",
@ -57,9 +57,9 @@
"postcss-import": "^12.0.1",
"postcss-pxtorem": "^4.0.1",
"postcss-sorting": "^5.0.1",
"stylelint": "^10.1.0",
"stylelint-order": "^3.0.1",
"xo": "^0.24.0"
"stylelint": "^11.0.0",
"stylelint-order": "^3.1.1",
"xo": "^0.25.3"
},
"dependencies": {}
}