refactor: remove unused pretty-print-error dependency (#2992)

This commit is contained in:
Meier Lukas
2025-05-01 10:08:52 +02:00
committed by GitHub
parent 48aef9e862
commit 4dfde2ba05
7 changed files with 1 additions and 48 deletions

View File

@@ -46,7 +46,6 @@
"@trpc/server": "^11.1.2",
"lodash.clonedeep": "^4.5.0",
"next": "15.3.1",
"pretty-print-error": "^1.1.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"superjson": "2.2.2",

View File

@@ -37,7 +37,6 @@
"ldapts": "7.4.0",
"next": "15.3.1",
"next-auth": "5.0.0-beta.27",
"pretty-print-error": "^1.1.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"zod": "^3.24.3"

View File

@@ -24,8 +24,7 @@
"dependencies": {
"@homarr/certificates": "workspace:^0.1.0",
"@homarr/common": "workspace:^0.1.0",
"@homarr/log": "workspace:^0.1.0",
"pretty-print-error": "^1.1.2"
"@homarr/log": "workspace:^0.1.0"
},
"devDependencies": {
"@homarr/eslint-config": "workspace:^0.2.0",

View File

@@ -31,7 +31,6 @@
"@homarr/redis": "workspace:^0.1.0",
"dayjs": "^1.11.13",
"octokit": "^4.1.3",
"pretty-print-error": "^1.1.2",
"superjson": "2.2.2"
},
"devDependencies": {