1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-29 04:28:09 +01:00

[ticket/16405] Update npm dependencies to latest versions

PHPBB3-16405
This commit is contained in:
Marc Alexander 2022-04-16 16:59:07 +02:00
parent a912f9d230
commit 68cb599354
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 1291 additions and 4872 deletions

6143
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -94,18 +94,18 @@
},
"homepage": "https://www.phpbb.com",
"devDependencies": {
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.2",
"eslint": "^7.27.0",
"eslint-config-xo": "^0.36.0",
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.7",
"eslint": "^8.13.0",
"eslint-config-xo": "^0.40.0",
"gulp": "^4.0.2",
"gulp-concat-css": "^3.1.0",
"gulp-postcss": "^9.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"postcss": "^8.2.15",
"postcss-sorting": "^6.0.0",
"stylelint": "^13.13.1",
"stylelint-order": "^4.1.0"
"gulp-sourcemaps": "^3.0.0",
"postcss": "^8.4.12",
"postcss-sorting": "^7.0.1",
"stylelint": "^14.7.0",
"stylelint-order": "^5.0.0"
}
}