Upgrade to Laravel 9 (#252)

This commit is contained in:
Jonny Barnes 2022-02-27 19:42:49 +00:00 committed by GitHub
parent 16a4d89d18
commit 78bd468d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 2235 additions and 3426 deletions

View file

@ -6,7 +6,7 @@
"license": "CC0-1.0",
"dependencies": {
"normalize.css": "^8.0.1",
"puppeteer": "^9.1.1"
"puppeteer": "^13.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
@ -27,8 +27,8 @@
"postcss-loader": "^6.1.1",
"pre-commit": "^1.1.3",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-webpack-plugin": "^2.1.1",
"stylelint-config-standard": "^25.0.0",
"stylelint-webpack-plugin": "^3.1.1",
"webpack": "^5.3.2",
"webpack-cli": "^4.0.0"
},