1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-23 18:11:47 +02:00

[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
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": {}
}