Skip to content

Commit 6df4d64

Browse files
committed
fix: package.json
1 parent b09065d commit 6df4d64

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,12 @@
4343
"react-dom": ">=17",
4444
"react": ">=17"
4545
},
46-
"dependencies": {},
4746
"devDependencies": {
47+
"@babel/plugin-proposal-decorators": "^7.17.9",
48+
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
4849
"@emotion/react": "^11.1.5",
4950
"@emotion/styled": "^11.1.5",
5051
"@floating-ui/react-dom-interactions": "^0.8.0",
51-
"react-dom": "^17.0.1",
52-
"react": "^17.0.1",
53-
"@babel/plugin-proposal-decorators": "^7.17.9",
54-
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
5552
"@testing-library/jest-dom": "^4.2.4",
5653
"@testing-library/react": "^9.5.0",
5754
"@testing-library/user-event": "^7.2.1",
@@ -85,7 +82,9 @@
8582
"npm-run-all": "^4.1.5",
8683
"polished": "^4.2.2",
8784
"prettier": "^2.6.2",
85+
"react-dom": "^17.0.1",
8886
"react-scripts": "^5.0.1",
87+
"react": "^17.0.1",
8988
"typescript": "^4.6.4"
9089
}
9190
}

0 commit comments

Comments
 (0)