Skip to content

Commit

Permalink
fix: bundle use-error-boundary for strict ESM compat
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Apr 8, 2024
1 parent 5072233 commit 672b7ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
"scroll-into-view-if-needed": "^3.1.0",
"suspend-react": "^0.1.3",
"swr": "^2.2.5",
"type-fest": "^4.10.2",
"use-error-boundary": "^2.0.6"
"type-fest": "^4.10.2"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
Expand Down Expand Up @@ -107,6 +106,7 @@
"semantic-release": "^23.0.7",
"styled-components": "^6.1.8",
"typescript": "5.4.2",
"use-error-boundary": "^2.0.6",
"yalc": "1.0.0-pre.53"
},
"peerDependencies": {
Expand Down

0 comments on commit 672b7ed

Please sign in to comment.