1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 06:08:19 +01:00

[ticket/16414] Update all deps to newest versions

PHPBB3-16414
This commit is contained in:
hanakin 2020-03-24 10:18:09 -10:00
parent ce97002307
commit bb94204496
2 changed files with 3486 additions and 2800 deletions

6244
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,15 +44,7 @@
},
"browserslist": [
"> 1%",
"not ie 11",
"not samsung 10.1",
"not and_uc 12.12",
"not op_mini all",
"edge >= 18",
"ff >= 72",
"chrome >= 79",
"safari >= 13",
"ios >= 12.4"
"last 2 versions"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
@ -61,10 +53,6 @@
"type": "git",
"url": "git+https://github.com/phpbb/phpbb.git"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"keywords": [
"phpBB",
"phpbb",
@ -80,20 +68,20 @@
},
"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": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"postcss-import": "^12.0.1",
"postcss-pxtorem": "^4.0.1",
"postcss-sorting": "^5.0.1",
"stylelint": "^11.1.1",
"stylelint-order": "^3.1.1",
"xo": "^0.25.4"
"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.28.0"
},
"dependencies": {}
}