Compare commits

..

No commits in common. "9da19e63210c9f71c49dd8a1c8617a5731fee3f6" and "2a33ab7d661a0c0dce8c49d50b1f31ff113c2f3e" have entirely different histories.

3 changed files with 3 additions and 49 deletions

43
package-lock.json generated
View File

@ -50,7 +50,6 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-pdf": "^7.3.3", "react-pdf": "^7.3.3",
"react-redux": "^8.0.2", "react-redux": "^8.0.2",
"react-rnd": "^10.4.11",
"react-router": "^6.3.0", "react-router": "^6.3.0",
"react-router-dom": "^6.3.0", "react-router-dom": "^6.3.0",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
@ -18561,15 +18560,6 @@
"react-dom": "*" "react-dom": "*"
} }
}, },
"node_modules/re-resizable": {
"version": "6.10.0",
"resolved": "https://registry.npmmirror.com/re-resizable/-/re-resizable-6.10.0.tgz",
"integrity": "sha512-hysSK0xmA5nz24HBVztlk4yCqCLCvS32E6ZpWxVKop9x3tqCa4yAj1++facrmkOf62JsJHjmjABdKxXofYioCw==",
"peerDependencies": {
"react": "^16.13.1 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react": { "node_modules/react": {
"version": "18.2.0", "version": "18.2.0",
"resolved": "https://registry.npmmirror.com/react/-/react-18.2.0.tgz", "resolved": "https://registry.npmmirror.com/react/-/react-18.2.0.tgz",
@ -18770,19 +18760,6 @@
"react": "^18.2.0" "react": "^18.2.0"
} }
}, },
"node_modules/react-draggable": {
"version": "4.4.6",
"resolved": "https://registry.npmmirror.com/react-draggable/-/react-draggable-4.4.6.tgz",
"integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==",
"dependencies": {
"clsx": "^1.1.1",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"react": ">= 16.3.0",
"react-dom": ">= 16.3.0"
}
},
"node_modules/react-error-overlay": { "node_modules/react-error-overlay": {
"version": "6.0.11", "version": "6.0.11",
"resolved": "https://registry.npmmirror.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz", "resolved": "https://registry.npmmirror.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz",
@ -18894,20 +18871,6 @@
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
} }
}, },
"node_modules/react-rnd": {
"version": "10.4.13",
"resolved": "https://registry.npmmirror.com/react-rnd/-/react-rnd-10.4.13.tgz",
"integrity": "sha512-Vgbf0iihspcQ6nkaFhpOGWfmnuVbhkhoB0hBbYl8aRDA4horsQHESc4E1z7O/P27kFFjK2aqM0u5CGzfr9gEZA==",
"dependencies": {
"re-resizable": "6.10.0",
"react-draggable": "4.4.6",
"tslib": "2.6.2"
},
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
}
},
"node_modules/react-router": { "node_modules/react-router": {
"version": "6.4.3", "version": "6.4.3",
"resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.4.3.tgz", "resolved": "https://registry.npmmirror.com/react-router/-/react-router-6.4.3.tgz",
@ -21022,9 +20985,9 @@
} }
}, },
"node_modules/tslib": { "node_modules/tslib": {
"version": "2.6.2", "version": "2.4.1",
"resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.6.2.tgz", "resolved": "https://registry.npmmirror.com/tslib/-/tslib-2.4.1.tgz",
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" "integrity": "sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA=="
}, },
"node_modules/tsutils": { "node_modules/tsutils": {
"version": "3.21.0", "version": "3.21.0",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 KiB

View File

@ -1,9 +0,0 @@
import { Image } from "antd"
const Page = () => {
return (
<>
<Image src="../../../"/>
</>
)
}
export default Page