Skip to content

Commit

Permalink
chore: Add react as root dependency
Browse files Browse the repository at this point in the history
This silences the yarn warning for missing peer dependency for
`@nighttrax/components`. This is actually a bug in yarn:
yarnpkg/yarn#5810. I don't particularly like
the workaround, but better than a noisy warning, I guess?

Fixes #60.
  • Loading branch information
NiGhTTraX committed Apr 26, 2021
1 parent 6ca0a49 commit 2dab7a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"eslint": "~7.25.0",
"eslint-plugin-import": "~2.22.1",
"lerna": "~4.0.0",
"react": "~17.0.0",
"typescript": "~4.2.0"
}
}

0 comments on commit 2dab7a9

Please sign in to comment.