Skip to content

Commit b09065d

Browse files
committed
feat: try fixing
1 parent 9636a48 commit b09065d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,15 @@
4343
"react-dom": ">=17",
4444
"react": ">=17"
4545
},
46-
"dependencies": {
46+
"dependencies": {},
47+
"devDependencies": {
4748
"@emotion/react": "^11.1.5",
4849
"@emotion/styled": "^11.1.5",
4950
"@floating-ui/react-dom-interactions": "^0.8.0",
5051
"react-dom": "^17.0.1",
51-
"react": "^17.0.1"
52-
},
53-
"devDependencies": {
52+
"react": "^17.0.1",
5453
"@babel/plugin-proposal-decorators": "^7.17.9",
5554
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
56-
"@floating-ui/react-dom-interactions": "^0.8.0",
5755
"@testing-library/jest-dom": "^4.2.4",
5856
"@testing-library/react": "^9.5.0",
5957
"@testing-library/user-event": "^7.2.1",

0 commit comments

Comments
 (0)