Chore: remove unused frontend dependencies (#7607)

This commit is contained in:
shamoon
2024-09-01 17:11:19 -07:00
committed by GitHub
parent a63904b7af
commit 8543202723
2 changed files with 2 additions and 225 deletions

View File

@@ -56,7 +56,6 @@
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@typescript-eslint/utils": "^8.0.0",
"concurrently": "^8.2.2",
"eslint": "^9.9.1",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0",
@@ -64,7 +63,6 @@
"jest-websocket-mock": "^2.5.0",
"patch-package": "^8.0.0",
"ts-node": "~10.9.1",
"typescript": "^5.5.4",
"wait-on": "^7.2.0"
"typescript": "^5.5.4"
}
}