Skip to content

Commit

Permalink
fix: Add missing build package
Browse files Browse the repository at this point in the history
  • Loading branch information
ashr81 committed Sep 9, 2023
1 parent 2c493b4 commit 28e566f
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 4 deletions.
90 changes: 88 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
},
"types": "lib/types/react-tiny-toast.d.ts",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
"react": ">=16.8.0 <17.0",
"react-dom": ">=16.8.0 <17.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.10.4",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
Expand Down

0 comments on commit 28e566f

Please sign in to comment.