Skip to content

Commit b090b7a

Browse files
committed
chore: clean up outdated packages
1 parent c021b10 commit b090b7a

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.lintstagedrc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"*.{ts,tsx}": [
3-
"prettier --write",
4-
"eslint --fix -f mo",
5-
"eslint -f mo",
6-
"tsc-files --noEmit ./app/typings/express.d.ts"
7-
]
2+
"*.{ts,tsx}": ["prettier --write", "eslint --fix -f mo", "eslint -f mo"]
83
}

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"multer": "^1.4.5-lts.1",
2828
"nodemailer": "^6.9.9",
2929
"swagger-ui-express": "^5.0.0",
30-
"validator": "^13.11.0",
3130
"zod": "^3.23.8"
3231
},
3332
"devDependencies": {
@@ -54,7 +53,6 @@
5453
"prisma": "^5.22.0",
5554
"ts-node": "^10.9.2",
5655
"ts-node-dev": "^2.0.0",
57-
"tsc-files": "^1.1.4",
5856
"tsconfig-paths": "^4.2.0",
5957
"typescript": "^5.4.5"
6058
}

yarn.lock

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3725,11 +3725,6 @@ ts-node@^10.4.0, ts-node@^10.9.2:
37253725
v8-compile-cache-lib "^3.0.1"
37263726
yn "3.1.1"
37273727

3728-
tsc-files@^1.1.4:
3729-
version "1.1.4"
3730-
resolved "https://registry.yarnpkg.com/tsc-files/-/tsc-files-1.1.4.tgz#e0b2042a9494500f528769f52a0d0105a48457dd"
3731-
integrity sha512-RePsRsOLru3BPpnf237y1Xe1oCGta8rmSYzM76kYo5tLGsv5R2r3s64yapYorGTPuuLyfS9NVbh9ydzmvNie2w==
3732-
37333728
tsconfig-paths@^4.2.0:
37343729
version "4.2.0"
37353730
resolved "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz"
@@ -3847,11 +3842,6 @@ validate-npm-package-license@^3.0.1:
38473842
spdx-correct "^3.0.0"
38483843
spdx-expression-parse "^3.0.0"
38493844

3850-
validator@^13.11.0:
3851-
version "13.11.0"
3852-
resolved "https://registry.npmjs.org/validator/-/validator-13.11.0.tgz"
3853-
integrity sha512-Ii+sehpSfZy+At5nPdnyMhx78fEoPDkR2XW/zimHEL3MyGJQOCQ7WeP20jPYRz7ZCpcKLB21NxuXHF3bxjStBQ==
3854-
38553845
vary@^1, vary@~1.1.2:
38563846
version "1.1.2"
38573847
resolved "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"

0 commit comments

Comments
 (0)