Merge pull request #6178 from marc1706/ticket/16746

[ticket/16746] Update node modules to latest versions
This commit is contained in:
Marc Alexander 2021-04-02 11:20:18 +02:00 committed by GitHub
commit f619fc3f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19431 additions and 2331 deletions

View file

@ -12,7 +12,7 @@ set -e
set +x
sudo npm install -g > /dev/null
npm install > /dev/null
npm ci > /dev/null
set -x
node_modules/stylelint/bin/stylelint.js "phpBB/styles/prosilver/theme/*.css"
node_modules/stylelint/bin/stylelint.js "phpBB/adm/style/*.css"

21757
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -105,6 +105,5 @@
"stylelint-order": "4.0.0",
"xo": "^0.33.1",
"yargs-parser": ">=13.1.2"
},
"dependencies": {}
}
}