Skip to content

Commit

Permalink
chore: clean up outdated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chertik77 committed Jan 15, 2025
1 parent c021b10 commit b090b7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
7 changes: 1 addition & 6 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"*.{ts,tsx}": [
"prettier --write",
"eslint --fix -f mo",
"eslint -f mo",
"tsc-files --noEmit ./app/typings/express.d.ts"
]
"*.{ts,tsx}": ["prettier --write", "eslint --fix -f mo", "eslint -f mo"]
}
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.9",
"swagger-ui-express": "^5.0.0",
"validator": "^13.11.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand All @@ -54,7 +53,6 @@
"prisma": "^5.22.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsc-files": "^1.1.4",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5"
}
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3725,11 +3725,6 @@ ts-node@^10.4.0, ts-node@^10.9.2:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

tsc-files@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/tsc-files/-/tsc-files-1.1.4.tgz#e0b2042a9494500f528769f52a0d0105a48457dd"
integrity sha512-RePsRsOLru3BPpnf237y1Xe1oCGta8rmSYzM76kYo5tLGsv5R2r3s64yapYorGTPuuLyfS9NVbh9ydzmvNie2w==

tsconfig-paths@^4.2.0:
version "4.2.0"
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz"
Expand Down Expand Up @@ -3847,11 +3842,6 @@ validate-npm-package-license@^3.0.1:
spdx-correct "^3.0.0"
spdx-expression-parse "^3.0.0"

validator@^13.11.0:
version "13.11.0"
resolved "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz"
integrity sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==

vary@^1, vary@~1.1.2:
version "1.1.2"
resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
Expand Down

0 comments on commit b090b7a

Please sign in to comment.