Skip to content

Commit b008a38

Browse files
authored
move @types/react and @types/react-dom to devDependencies (#155)
1 parent 9ebb2ce commit b008a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
"dependencies": {
5959
"@babel/runtime": "^7.18.3",
6060
"@popperjs/core": "^2.11.5",
61-
"@types/react": "^18.0.11",
62-
"@types/react-dom": "^18.0.5",
6361
"react-popper": "^2.3.0"
6462
},
6563
"devDependencies": {
@@ -76,6 +74,8 @@
7674
"@testing-library/react": "^13.3.0",
7775
"@testing-library/user-event": "^14.2.0",
7876
"@types/jest": "^28.1.1",
77+
"@types/react": "^18.0.11",
78+
"@types/react-dom": "^18.0.5",
7979
"@typescript-eslint/eslint-plugin": "^5.27.0",
8080
"@typescript-eslint/parser": "^5.27.0",
8181
"babel-loader": "^8.2.5",

0 commit comments

Comments
 (0)