Skip to content

Commit 2a3d28e

Browse files
adamzielbrandonpaytonwojteknbgrgicak
authored
Remove unused dependencies (#116)
## Motivation for the change, related issues We have a lot of dependencies which makes upgrading difficult. See #106 for more context. This PR removes the ones that seemed unused and moves a few entries over to the devDependencies list. After this PR, we could see which deps give us the most headache and look into removing them in one way or another. ## Testing Instructions (or ideally a Blueprint) Cross your fingers and wait for CI. --------- Co-authored-by: Brandon Payton <[email protected]> Co-authored-by: Wojtek Naruniec <[email protected]> Co-authored-by: Bero <[email protected]>
1 parent a00cf62 commit 2a3d28e

File tree

11 files changed

+1138
-5978
lines changed

11 files changed

+1138
-5978
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"root": true,
33
"ignorePatterns": ["**/*"],
4-
"plugins": ["@nx", "playground-dev", "erasable-syntax-only"],
4+
"plugins": ["@nx", "playground-dev"],
55
"overrides": [
66
{
77
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],

0 commit comments

Comments
 (0)