Dependency updates
This commit is contained in:
parent
d3027a8a39
commit
4290fb8765
3 changed files with 1269 additions and 3078 deletions
19
package.json
19
package.json
|
@ -6,7 +6,7 @@
|
|||
"license": "CC0-1.0",
|
||||
"dependencies": {
|
||||
"normalize.css": "^8.0.1",
|
||||
"puppeteer": "^5.3.1",
|
||||
"puppeteer": "^7.1.0",
|
||||
"stylelint-a11y": "^1.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -20,14 +20,12 @@
|
|||
"cssnano": "^4.1.10",
|
||||
"eslint": "^7.13.0",
|
||||
"eslint-webpack-plugin": "^2.3.0",
|
||||
"husky": "^4.3.0",
|
||||
"lint-staged": "^10.4.0",
|
||||
"mini-css-extract-plugin": "^1.0.0",
|
||||
"postcss": "^8.1.6",
|
||||
"postcss-combine-duplicated-selectors": "^10.0.2",
|
||||
"postcss-combine-media-query": "^1.0.1",
|
||||
"postcss-import": "^14.0.0",
|
||||
"postcss-loader": "^4.0.4",
|
||||
"postcss-loader": "^5.0.0",
|
||||
"pre-commit": "^1.1.3",
|
||||
"stylelint": "^13.7.2",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
|
@ -46,19 +44,6 @@
|
|||
"make:js": "npm run lint:es6 && npm run webpack && npm run uglifyjs",
|
||||
"webpack": "webpack"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"./resources/es6/*.js": [
|
||||
"eslint"
|
||||
],
|
||||
"*.scss": [
|
||||
"stylelint --syntax=scss"
|
||||
]
|
||||
},
|
||||
"browserslist": [
|
||||
"last 2 versions",
|
||||
"> 1%",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue