mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-08 22:58:05 -05:00
build: upgrade Node.js deps
This commit is contained in:
19
package.json
19
package.json
@@ -7,15 +7,15 @@
|
||||
"url": "https://github.com/paulrberg"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.2.0",
|
||||
"@commitlint/config-conventional": "^17.2.0",
|
||||
"commitizen": "^4.2.5",
|
||||
"@commitlint/cli": "^17.4.2",
|
||||
"@commitlint/config-conventional": "^17.4.2",
|
||||
"commitizen": "^4.3.0",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"husky": "^8.0.2",
|
||||
"lint-staged": "^13.0.3",
|
||||
"prettier": "^2.7.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"solhint": "^3.3.7"
|
||||
"husky": "^8.0.3",
|
||||
"lint-staged": "^13.1.1",
|
||||
"prettier": "^2.8.4",
|
||||
"rimraf": "^4.1.2",
|
||||
"solhint": "^3.3.8"
|
||||
},
|
||||
"keywords": [
|
||||
"blockchain",
|
||||
@@ -28,9 +28,6 @@
|
||||
],
|
||||
"packageManager": "yarn@3.4.1",
|
||||
"private": true,
|
||||
"resolutions": {
|
||||
"solhint/@solidity-parser/parser": "^0.14.5"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf cache out",
|
||||
"lint": "yarn lint:sol && yarn prettier:check",
|
||||
|
||||
Reference in New Issue
Block a user