Skip to content

Commit 840f955

Browse files
committed
[REF]: Remove dev dependencies react and react-dom. Change version to 7.0.2
1 parent 5fd5117 commit 840f955

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dropzone-ui/react",
3-
"version": "7.0.0",
3+
"version": "7.0.2",
44
"description": "The best and most complete React library for managing file uploads. Multilanguage support. Server side support. Material design styles. Code generator on webpage.",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",
@@ -70,8 +70,6 @@
7070
"jest-environment-jsdom": "^29.0.3",
7171
"json-schema": "0.4.0",
7272
"prettier": "^2.5.1",
73-
"react": "^17.0.0 || ^18.0.0",
74-
"react-dom": "^17.0.0 || ^18.0.0",
7573
"rollup": "^2.63.0",
7674
"rollup-plugin-json": "^4.0.0",
7775
"rollup-plugin-jsx": "^1.0.3",

0 commit comments

Comments
 (0)