fix: removed sentry

This commit is contained in:
ckt1031
2023-09-23 13:34:40 +08:00
parent cf42a31c40
commit 1de8539d25
6 changed files with 27 additions and 104 deletions

16
web/package-lock.json generated
View File

@@ -11,13 +11,13 @@
"@vitejs/plugin-react-swc": "^3.3.2",
"axios": "^1.5.0",
"history": "^5.3.0",
"marked": "^9.0.0",
"marked": "^9.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.16.0",
"react-toastify": "^9.1.3",
"react-turnstile": "^1.1.1",
"react-turnstile": "^1.1.2",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4",
"vite": "^4.4.9",
@@ -1382,9 +1382,9 @@
}
},
"node_modules/marked": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-9.0.0.tgz",
"integrity": "sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz",
"integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==",
"bin": {
"marked": "bin/marked.js"
},
@@ -1717,9 +1717,9 @@
}
},
"node_modules/react-turnstile": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/react-turnstile/-/react-turnstile-1.1.1.tgz",
"integrity": "sha512-oUxMFUKmYm655yqbGDreqshyMtzgNdpmeKprRGpEzsTfhE1lXO0MmSBpiRS+6TxXYxLEipwnS7vR9Q88dbeHWg==",
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/react-turnstile/-/react-turnstile-1.1.2.tgz",
"integrity": "sha512-wfhSf4JtXlmLRkfxMryU8yEeCbh401muKoInhx+TegYwP8RprUW5XPZa8WnCNZiYpMy1i6IXAb1Ar7xj5HxJag==",
"peerDependencies": {
"react": ">= 17.0.0",
"react-dom": ">= 17.0.0"