Skip to content

Commit

Permalink
build(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jul 13, 2023
1 parent 6fd450b commit 8d8279c
Show file tree
Hide file tree
Showing 3 changed files with 355 additions and 959 deletions.
13 changes: 0 additions & 13 deletions .eslintrc

This file was deleted.

23 changes: 5 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build": "tsc --build tsconfig.build.json",
"clean": "rm -rf ./lib/",
"cm": "cz",
"lint": "eslint ./src --fix",
"prepare": "husky install",
"test:watch": "jest --watch",
"test": "jest --coverage",
Expand Down Expand Up @@ -47,20 +46,14 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@types/jest": "^27.5.2",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest": "^29.6.1",
"lint-staged": "^10.5.4",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
},
"peerDependencies": {
Expand All @@ -75,7 +68,7 @@
"access": "public"
},
"lint-staged": {
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
"*.ts": "prettier"
},
"release": {
"branches": [
Expand Down Expand Up @@ -132,12 +125,6 @@
"collectCoverageFrom": [
"<rootDir>/src/**/*.ts",
"!<rootDir>/src/types/**/*.ts"
],
"globals": {
"ts-jest": {
"diagnostics": false,
"isolatedModules": true
}
}
]
}
}
}
Loading

0 comments on commit 8d8279c

Please sign in to comment.