Merge pull request #162 from jonnybarnes/dependency-updates-20200610

Update dependency versions 20200610
This commit is contained in:
Jonny Barnes 2020-06-10 20:59:27 +01:00 committed by GitHub
commit dd4573cb45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3803 additions and 2857 deletions

View file

@ -30,8 +30,7 @@ env:
- setup=basic - setup=basic
php: php:
- 7.3 - 7.4
- 7.4.2
before_install: before_install:
- printf "\n" | pecl install imagick - printf "\n" | pecl install imagick

View file

@ -9,7 +9,7 @@
], ],
"license": "CC0-1.0", "license": "CC0-1.0",
"require": { "require": {
"php": "^7.3", "php": "^7.4",
"ext-intl": "*", "ext-intl": "*",
"ext-json": "*", "ext-json": "*",
"ext-dom": "*", "ext-dom": "*",

2676
composer.lock generated

File diff suppressed because it is too large Load diff

3965
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,17 +10,17 @@
"stylelint-a11y": "^1.2.3" "stylelint-a11y": "^1.2.3"
}, },
"devDependencies": { "devDependencies": {
"css-loader": "^3.4.2", "css-loader": "^3.5.3",
"husky": "^4.2.3", "husky": "^4.2.5",
"lint-staged": "^10.0.7", "lint-staged": "^10.2.9",
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1", "node-sass": "^4.14.1",
"pre-commit": "^1.1.3", "pre-commit": "^1.1.3",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
"style-loader": "^1.1.3", "style-loader": "^1.2.1",
"stylelint": "^13.2.0", "stylelint": "^13.6.0",
"stylelint-config-standard": "^20.0.0", "stylelint-config-standard": "^20.0.0",
"webpack": "^4.41.6", "webpack": "^4.43.0",
"webpack-cli": "^3.3.11" "webpack-cli": "^3.3.11"
}, },
"scripts": { "scripts": {