Skip to content

Commit

Permalink
feat: update exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bingtsingw committed Jun 28, 2023
1 parent 2e3a8d2 commit 4f250da
Show file tree
Hide file tree
Showing 11 changed files with 303 additions and 261 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,29 +82,29 @@
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.22.5",
"@bingtsingw/mrm-preset": "^0.10.0",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@release-it/conventional-changelog": "^5.1.1",
"@types/jest": "^29.5.2",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.43.0",
"eslint-config-alloy": "^5.0.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"mrm": "^4.1.14",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"release-it": "^15.11.0",
"tsup": "^7.0.0",
"typescript": "^5.1.3"
"tsup": "^7.1.0",
"typescript": "^5.1.5"
},
"tsup": {
"entry": [
Expand Down
Loading

0 comments on commit 4f250da

Please sign in to comment.