updating dependencies
This commit is contained in:
parent
09af2302fd
commit
fd12d9bbf9
4 changed files with 3670 additions and 3958 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "jonnybarnes/jonnybarnes.uk",
|
"name": "jonnybarnes/jonnybarnes.uk",
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "The code for jonnybanres.uk, based on Laravel 5.4",
|
"description": "The code for jonnybanres.uk, based on Laravel 5.8",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"framework",
|
"framework",
|
||||||
"laravel",
|
"laravel",
|
||||||
|
@ -89,6 +89,9 @@
|
||||||
],
|
],
|
||||||
"post-create-project-cmd": [
|
"post-create-project-cmd": [
|
||||||
"@php artisan key:generate --ansi"
|
"@php artisan key:generate --ansi"
|
||||||
|
],
|
||||||
|
"test": [
|
||||||
|
"vendor/bin/phpunit --stop-on-failure"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
432
composer.lock
generated
432
composer.lock
generated
File diff suppressed because it is too large
Load diff
7107
package-lock.json
generated
7107
package-lock.json
generated
File diff suppressed because it is too large
Load diff
40
package.json
40
package.json
|
@ -7,39 +7,39 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"a11y.css": "^4.5.2",
|
"a11y.css": "^4.5.2",
|
||||||
"alertify.js": "^1.0.12",
|
"alertify.js": "^1.0.12",
|
||||||
"mapbox-gl": "^0.52.0",
|
"mapbox-gl": "^0.54.0",
|
||||||
"marked": "^0.6.0",
|
"marked": "^0.6.2",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
"puppeteer": "^1.12.1"
|
"puppeteer": "^1.15.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.2.2",
|
"@babel/core": "^7.4.4",
|
||||||
"@babel/preset-env": "^7.3.1",
|
"@babel/preset-env": "^7.4.4",
|
||||||
"ajv": "^6.7.0",
|
"ajv": "^6.10.0",
|
||||||
"ajv-keywords": "^3.3.0",
|
"ajv-keywords": "^3.4.0",
|
||||||
"autoprefixer": "^9.4.7",
|
"autoprefixer": "^9.5.1",
|
||||||
"babel-cli": "^6.26.0",
|
"babel-cli": "^6.26.0",
|
||||||
"babel-loader": "^8.0.5",
|
"babel-loader": "^8.0.5",
|
||||||
"babel-preset-env": "^1.7.0",
|
"babel-preset-env": "^1.7.0",
|
||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"dotenv-webpack": "^1.7.0",
|
"dotenv-webpack": "^1.7.0",
|
||||||
"eslint": "^5.13.0",
|
"eslint": "^5.16.0",
|
||||||
"eslint-config-standard": "^12.0.0",
|
"eslint-config-standard": "^12.0.0",
|
||||||
"eslint-plugin-import": "^2.16.0",
|
"eslint-plugin-import": "^2.17.2",
|
||||||
"eslint-plugin-node": "^8.0.1",
|
"eslint-plugin-node": "^9.0.1",
|
||||||
"eslint-plugin-promise": "^4.0.1",
|
"eslint-plugin-promise": "^4.1.1",
|
||||||
"eslint-plugin-standard": "^4.0.0",
|
"eslint-plugin-standard": "^4.0.0",
|
||||||
"husky": "^1.3.1",
|
"husky": "^2.2.0",
|
||||||
"lint-staged": "^8.1.1",
|
"lint-staged": "^8.1.6",
|
||||||
"postcss-cli": "^6.1.1",
|
"postcss-cli": "^6.1.2",
|
||||||
"postcss-sass": "^0.3.5",
|
"postcss-sass": "^0.3.5",
|
||||||
"pre-commit": "^1.1.3",
|
"pre-commit": "^1.1.3",
|
||||||
"source-list-map": "^2.0.1",
|
"source-list-map": "^2.0.1",
|
||||||
"stylelint": "^9.10.1",
|
"stylelint": "^10.0.1",
|
||||||
"stylelint-config-standard": "^18.2.0",
|
"stylelint-config-standard": "^18.3.0",
|
||||||
"uglify-js": "^3.4.9",
|
"uglify-js": "^3.5.10",
|
||||||
"webpack": "^4.29.0",
|
"webpack": "^4.30.0",
|
||||||
"webpack-cli": "^3.2.1",
|
"webpack-cli": "^3.3.1",
|
||||||
"webpack-sources": "^1.3.0"
|
"webpack-sources": "^1.3.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue