Skip to content

Commit

Permalink
Merge pull request #3 from RickoNoNo3/dev
Browse files Browse the repository at this point in the history
Dev 1.3.8
  • Loading branch information
RickoNoNo3 committed May 16, 2022
2 parents 7995c59 + 544dbf4 commit f3038e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-winbox",
"version": "1.3.7",
"version": "1.3.8",
"description": "The React component for WinBox.js. Full Reactful props and state. A window manager for React",
"private": false,
"homepage": "https://github.com/rickonono3/react-winbox",
Expand All @@ -15,12 +15,12 @@
"winbox": "^0.2.1"
},
"peerDependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
},
"devDependencies": {
"@types/react": "^16.0.41",
"@types/react-dom": "^16.0.11",
"@types/react": ">=16.0.41",
"@types/react-dom": ">=16.0.11",
"@types/winbox": "^0.2.1",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
Expand Down

0 comments on commit f3038e8

Please sign in to comment.