mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #6178 from marc1706/ticket/16746
[ticket/16746] Update node modules to latest versions
This commit is contained in:
commit
f619fc3f73
3 changed files with 19431 additions and 2331 deletions
2
.github/check-stylesheet.sh
vendored
2
.github/check-stylesheet.sh
vendored
|
@ -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
21757
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -105,6 +105,5 @@
|
|||
"stylelint-order": "4.0.0",
|
||||
"xo": "^0.33.1",
|
||||
"yargs-parser": ">=13.1.2"
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue