Skip to content

Commit

Permalink
chore: Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach authored May 16, 2024
1 parent a645c49 commit 0aca92f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,10 @@
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:types": "tsc",
"precommit-lint": "lint-staged",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"prepare": "npm run rebuild",
"rebuild": "npm run clean && npm run build",
"test": "mocha"
},
"pre-commit": [
"precommit-msg",
"precommit-lint"
],
"lint-staged": {
"*.js": [
"eslint --fix"
]
},
"prettier": {
"bracketSpacing": false,
"printWidth": 100,
Expand Down Expand Up @@ -82,14 +71,7 @@
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"conventional-changelog-conventionalcommits": "^7.0.2",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-promise": "^6.1.1",
"lint-staged": "^15.2.0",
"mocha": "^10.2.0",
"pre-commit": "^1.2.2",
"prettier": "^3.1.0",
"semantic-release": "^22.0.10",
"sinon": "^17.0.1",
Expand Down

0 comments on commit 0aca92f

Please sign in to comment.