Basic compser and npm update

This commit is contained in:
Jonny Barnes 2019-01-25 17:36:56 +00:00
parent ae77ef3423
commit b8eee482a8
3 changed files with 5853 additions and 4063 deletions

30
composer.lock generated
View file

@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.86.2", "version": "3.87.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "50224232ac7a4e2a6fa4ebbe0281e5b7503acf76" "reference": "80b7978ac0cabcf1a7ee6456e8d8ac714e836c4c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/50224232ac7a4e2a6fa4ebbe0281e5b7503acf76", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/80b7978ac0cabcf1a7ee6456e8d8ac714e836c4c",
"reference": "50224232ac7a4e2a6fa4ebbe0281e5b7503acf76", "reference": "80b7978ac0cabcf1a7ee6456e8d8ac714e836c4c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -87,7 +87,7 @@
"s3", "s3",
"sdk" "sdk"
], ],
"time": "2019-01-18T21:10:44+00:00" "time": "2019-01-24T23:01:13+00:00"
}, },
{ {
"name": "bosnadev/database", "name": "bosnadev/database",
@ -1779,16 +1779,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v5.7.21", "version": "v5.7.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3" "reference": "64a7749bd9e8df68addce1d01a54bcf606141f29"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/25f74458a242b61cc9e9c09d31f94fb13ed805f3", "url": "https://api.github.com/repos/laravel/framework/zipball/64a7749bd9e8df68addce1d01a54bcf606141f29",
"reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3", "reference": "64a7749bd9e8df68addce1d01a54bcf606141f29",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1921,7 +1921,7 @@
"framework", "framework",
"laravel" "laravel"
], ],
"time": "2019-01-15T15:20:32+00:00" "time": "2019-01-22T15:08:35+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
@ -2933,16 +2933,16 @@
}, },
{ {
"name": "nexmo/client", "name": "nexmo/client",
"version": "1.6.0", "version": "1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Nexmo/nexmo-php.git", "url": "https://github.com/Nexmo/nexmo-php.git",
"reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4" "reference": "3dc03ca1dab726a23b757110897740e54304fc65"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/01809cc1e17a5af275913c49bb5d444eb6cc06d4", "url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/3dc03ca1dab726a23b757110897740e54304fc65",
"reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4", "reference": "3dc03ca1dab726a23b757110897740e54304fc65",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2977,7 +2977,7 @@
} }
], ],
"description": "PHP Client for using Nexmo's API.", "description": "PHP Client for using Nexmo's API.",
"time": "2018-12-17T10:47:50+00:00" "time": "2019-01-02T09:06:47+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",

9838
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,42 +5,42 @@
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk", "repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
"license": "CC0-1.0", "license": "CC0-1.0",
"dependencies": { "dependencies": {
"a11y.css": "^4.5.0", "a11y.css": "^4.5.2",
"alertify.js": "^1.0.12", "alertify.js": "^1.0.12",
"mapbox-gl": "^0.44.2", "mapbox-gl": "^0.44.2",
"marked": "^0.3.19", "marked": "^0.3.19",
"normalize.css": "^8.0.0", "normalize.css": "^8.0.1",
"puppeteer": "^1.5.0" "puppeteer": "^1.11.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.0.0-beta.44", "@babel/core": "^7.2.2",
"@babel/preset-env": "^7.0.0-beta.44", "@babel/preset-env": "^7.3.1",
"ajv": "^6.4.0", "ajv": "^6.7.0",
"ajv-keywords": "^3.1.0", "ajv-keywords": "^3.2.0",
"autoprefixer": "^8.3.0", "autoprefixer": "^8.6.5",
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-loader": "^8.0.0-beta.2", "babel-loader": "^8.0.5",
"babel-preset-env": "^1.6.1", "babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0", "babel-runtime": "^6.26.0",
"dotenv-webpack": "^1.5.5", "dotenv-webpack": "^1.7.0",
"eslint": "^4.19.1", "eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0", "eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0", "eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^6.0.1", "eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0", "eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.0.1", "eslint-plugin-standard": "^3.1.0",
"husky": "^1.0.0-rc.2", "husky": "^1.3.1",
"lint-staged": "^7.0.4", "lint-staged": "^7.3.0",
"postcss-cli": "^5.0.0", "postcss-cli": "^5.0.1",
"postcss-sass": "^0.3.0", "postcss-sass": "^0.3.5",
"pre-commit": "^1.1.3", "pre-commit": "^1.1.3",
"source-list-map": "^2.0.0", "source-list-map": "^2.0.1",
"stylelint": "^9.2.0", "stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0", "stylelint-config-standard": "^18.2.0",
"uglify-js": "^3.3.22", "uglify-js": "^3.4.9",
"webpack": "^4.6.0", "webpack": "^4.29.0",
"webpack-cli": "^2.0.15", "webpack-cli": "^2.1.5",
"webpack-sources": "^1.1.0" "webpack-sources": "^1.3.0"
}, },
"scripts": { "scripts": {
"compress": "scripts/compress", "compress": "scripts/compress",