1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-16 21:58:17 +01:00

[ticket/16746] Update node dev dependencies to latest versions

PHPBB3-16746
This commit is contained in:
Marc Alexander 2021-05-13 20:43:41 +02:00
parent 69c0373a94
commit 34f5cff755
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 4967 additions and 4323 deletions

9259
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -90,20 +90,21 @@
},
"homepage": "https://www.phpbb.com",
"devDependencies": {
"cssnano": "4.1.10",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-postcss": "8.0.0",
"gulp-rename": "2.0.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"postcss-import": "12.0.1",
"postcss-pxtorem": "5.1.1",
"postcss-sorting": "5.0.1",
"stylelint": "13.2.1",
"stylelint-order": "4.0.0",
"xo": "^0.33.1",
"yargs-parser": ">=13.1.2"
"cssnano": "^5.0.2",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"postcss": "^8.2.15",
"postcss-import": "^14.0.2",
"postcss-pxtorem": "^6.0.0",
"postcss-sorting": "^6.0.0",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0",
"xo": "^0.40.1",
"yargs-parser": "^20.2.7"
}
}