Skip to content

Commit 5b22a71

Browse files
committed
chore: typesync
I got it working properly in monorepos, so I tested it with eslint. And then I noticed that we didn't need html-minifier-terser types either.
1 parent 9dd7937 commit 5b22a71

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed

apps/gpa-calculator/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"@eslint-types/unicorn": "^52.0.0",
4040
"@sherifforg/types": "^3.1.2",
4141
"@total-typescript/ts-reset": "^0.5.1",
42-
"@types/eslint": "^8.56.10",
43-
"@types/html-minifier-terser": "^7.0.2",
42+
"@types/eslint": "~8.56.10",
4443
"@typescript-eslint/eslint-plugin": "^7.16.1",
4544
"@vite-pwa/assets-generator": "^0.2.4",
4645
"browserslist": "^4.23.0",

apps/phs-map/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
"@eslint-types/unicorn": "^52.0.0",
4444
"@sherifforg/types": "^3.1.2",
4545
"@total-typescript/ts-reset": "^0.5.1",
46-
"@types/eslint": "^8.56.10",
47-
"@types/html-minifier-terser": "^7.0.2",
46+
"@types/eslint": "~8.56.10",
4847
"@types/pathfinding": "^0.0.9",
4948
"@typescript-eslint/eslint-plugin": "^7.16.1",
5049
"@vite-pwa/assets-generator": "^0.2.4",

pnpm-lock.yaml

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)