Skip to content

Commit

Permalink
fix(react): remove unnecessary @types/use-sync-external-store (#257)
Browse files Browse the repository at this point in the history
# Overview

<!--
    A clear and concise description of what this pr is about.
 -->

I remove unnecessary @types/use-sync-external-store

## PR Checklist

- [x] I did below actions if need

1. I read the [Contributing
Guide](https://github.com/suspensive/react/blob/main/CONTRIBUTING.md)
2. I added documents and tests.
  • Loading branch information
manudeli authored Oct 23, 2023
1 parent b5864d5 commit b908c02
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 58 deletions.
5 changes: 5 additions & 0 deletions .changeset/orange-hotels-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suspensive/react": patch
---

fix(react): remove unnecessary @types/use-sync-external-store
1 change: 0 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@types/node": "^18.16.2",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/use-sync-external-store": "^0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
80 changes: 23 additions & 57 deletions pnpm-lock.yaml

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

2 comments on commit b908c02

@vercel
Copy link

@vercel vercel bot commented on b908c02 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b908c02 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

visualization – ./websites/visualization

visualization.suspensive.org
visualization-suspensive.vercel.app
visualization-git-main-suspensive.vercel.app

Please sign in to comment.