Skip to content

Commit

Permalink
Merge pull request #126 from odama626/master
Browse files Browse the repository at this point in the history
move types to devDependencies
  • Loading branch information
jacobworrel authored Jan 28, 2024
2 parents 769d13a + 7a1e304 commit a413c33
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
"check": "npm-check -u -E"
},
"dependencies": {
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-window": "^1.8.2",
"react-select": "^5.2.2",
"react-window": "^1.8.6"
},
Expand All @@ -35,6 +32,9 @@
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-window": "^1.8.2",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
Expand Down Expand Up @@ -88,4 +88,4 @@
"<rootDir>/tests/setupTests.js"
]
}
}
}

0 comments on commit a413c33

Please sign in to comment.