Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
[WINDOW]: updated package.json for react 18. (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
leebeydoun committed Nov 2, 2022
1 parent ae28fe8 commit 3fdfcf3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-lobsters-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@resembli/react-virtualized-window": major
---

First stable release
4 changes: 2 additions & 2 deletions packages/react-virtualized-window/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"clean:build": "rimraf dist && swc ./src -d dist && tsc"
},
"peerDependencies": {
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^17.0.0"
"@types/react": "^17.0.0 || ^18.0.0",
"react": "^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down
24 changes: 14 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 3fdfcf3

Please sign in to comment.