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",
|
||||
"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": [
|
||||
"framework",
|
||||
"laravel",
|
||||
|
@ -89,6 +89,9 @@
|
|||
],
|
||||
"post-create-project-cmd": [
|
||||
"@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
7151
package-lock.json
generated
7151
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": {
|
||||
"a11y.css": "^4.5.2",
|
||||
"alertify.js": "^1.0.12",
|
||||
"mapbox-gl": "^0.52.0",
|
||||
"marked": "^0.6.0",
|
||||
"mapbox-gl": "^0.54.0",
|
||||
"marked": "^0.6.2",
|
||||
"normalize.css": "^8.0.1",
|
||||
"puppeteer": "^1.12.1"
|
||||
"puppeteer": "^1.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/preset-env": "^7.3.1",
|
||||
"ajv": "^6.7.0",
|
||||
"ajv-keywords": "^3.3.0",
|
||||
"autoprefixer": "^9.4.7",
|
||||
"@babel/core": "^7.4.4",
|
||||
"@babel/preset-env": "^7.4.4",
|
||||
"ajv": "^6.10.0",
|
||||
"ajv-keywords": "^3.4.0",
|
||||
"autoprefixer": "^9.5.1",
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"dotenv-webpack": "^1.7.0",
|
||||
"eslint": "^5.13.0",
|
||||
"eslint": "^5.16.0",
|
||||
"eslint-config-standard": "^12.0.0",
|
||||
"eslint-plugin-import": "^2.16.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-promise": "^4.0.1",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"eslint-plugin-node": "^9.0.1",
|
||||
"eslint-plugin-promise": "^4.1.1",
|
||||
"eslint-plugin-standard": "^4.0.0",
|
||||
"husky": "^1.3.1",
|
||||
"lint-staged": "^8.1.1",
|
||||
"postcss-cli": "^6.1.1",
|
||||
"husky": "^2.2.0",
|
||||
"lint-staged": "^8.1.6",
|
||||
"postcss-cli": "^6.1.2",
|
||||
"postcss-sass": "^0.3.5",
|
||||
"pre-commit": "^1.1.3",
|
||||
"source-list-map": "^2.0.1",
|
||||
"stylelint": "^9.10.1",
|
||||
"stylelint-config-standard": "^18.2.0",
|
||||
"uglify-js": "^3.4.9",
|
||||
"webpack": "^4.29.0",
|
||||
"webpack-cli": "^3.2.1",
|
||||
"stylelint": "^10.0.1",
|
||||
"stylelint-config-standard": "^18.3.0",
|
||||
"uglify-js": "^3.5.10",
|
||||
"webpack": "^4.30.0",
|
||||
"webpack-cli": "^3.3.1",
|
||||
"webpack-sources": "^1.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
|
|
Loading…
Add table
Reference in a new issue