composer update && npm update

This commit is contained in:
Jonny Barnes 2017-09-08 14:27:22 +01:00
parent 2c9d43a6b8
commit cc1e192798
3 changed files with 707 additions and 392 deletions

10
composer.lock generated
View file

@ -8,16 +8,16 @@
"packages": [
{
"name": "aws/aws-sdk-php",
"version": "3.36.2",
"version": "3.36.3",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "98bff6b24863bb0da970449d18f6745b9270add9"
"reference": "7ffaee4359c161339867e565f18f6e3b7e77e44e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/98bff6b24863bb0da970449d18f6745b9270add9",
"reference": "98bff6b24863bb0da970449d18f6745b9270add9",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/7ffaee4359c161339867e565f18f6e3b7e77e44e",
"reference": "7ffaee4359c161339867e565f18f6e3b7e77e44e",
"shasum": ""
},
"require": {
@ -84,7 +84,7 @@
"s3",
"sdk"
],
"time": "2017-09-06T16:44:34+00:00"
"time": "2017-09-07T22:30:02+00:00"
},
{
"name": "barnabywalters/mf-cleaner",

1069
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -13,29 +13,29 @@
},
"devDependencies": {
"ajv": "^5.2.2",
"autoprefixer": "^7.1.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^7.1.1",
"autoprefixer": "^7.1.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-runtime": "^6.25.0",
"babel-runtime": "^6.26.0",
"dotenv-webpack": "^1.5.4",
"eslint": "^4.4.1",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"lint-staged": "^4.0.3",
"lint-staged": "^4.1.3",
"postcss-cli": "^4.1.0",
"pre-commit": "^1.1.3",
"source-list-map": "^2.0.0",
"stylelint": "^8.0.0",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0",
"uglify-js": "^3.0.27",
"webpack": "^3.5.3",
"uglify-js": "^3.0.28",
"webpack": "^3.5.6",
"webpack-sources": "^1.0.1"
},
"scripts": {