chore: update frontend packages (#2442)

* run audit

* migrate husky
This commit is contained in:
Severiano Badajoz
2021-09-22 10:22:44 -07:00
committed by GitHub
parent e2772d1da9
commit 5eb0ecc997
3 changed files with 215 additions and 435 deletions
+3 -7
View File
@@ -13,7 +13,8 @@
"fmt": "eslint --fix src __tests__",
"lint": "eslint --fix src __tests__",
"prod": "npm run build -- configuration/webpack/webpack.config.prod.js",
"test": "jest --testPathIgnorePatterns e2e"
"test": "jest --testPathIgnorePatterns e2e",
"prepare": "cd .. && husky install client/.husky"
},
"engineStrict": true,
"engines": {
@@ -117,7 +118,7 @@
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^4.2.5",
"husky": "^7.0.2",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"jest-environment-puppeteer": "^5.0.1",
@@ -196,10 +197,5 @@
]
}
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged --config \"./configuration/lint-staged/lint-staged.config.js\""
}
}
}