Skip to content

Commit

Permalink
fix(shared): Remove testUtils & smaller updates (#1868)
Browse files Browse the repository at this point in the history
* chore(shared): Smaller package.json maintenance

* chore(repo): Remove testUtils from shared pkg

* chore(shared): Use correct testRegex

* fix(shared): Remove nested package.json files in dist

* chore(repo): Update lock file

* Create serious-meals-wink.md
  • Loading branch information
LekoArts committed Oct 12, 2023
1 parent 70f2510 commit 834dadb
Show file tree
Hide file tree
Showing 28 changed files with 222 additions and 121 deletions.
9 changes: 9 additions & 0 deletions .changeset/serious-meals-wink.md
@@ -0,0 +1,9 @@
---
"@clerk/shared": patch
---

Internal updates and improvements, with the only public change that npm should no longer complain about missing `react` peerDependency.

Updates:
- Remove `@clerk/shared/testUtils` export (which was only used for internal usage)
- Add `peerDependenciesMeta` to make `react` peerDep optional

0 comments on commit 834dadb

Please sign in to comment.