chore: update deps & update sentry

This commit is contained in:
Paul Pan 2023-12-20 23:23:04 +08:00
parent a723b02f19
commit 2dfdec85ed
4 changed files with 1088 additions and 1054 deletions

View File

@ -10,38 +10,38 @@
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@ant-design/pro-components": "^2.6.7",
"@sentry/react": "^7.58.1",
"@sentry/vite-plugin": "^2.4.0",
"antd": "^5.7.0",
"axios": "^1.4.0",
"github-markdown-css": "^5.2.0",
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.43",
"@sentry/react": "^7.90.0",
"@sentry/vite-plugin": "^2.10.2",
"antd": "^5.12.4",
"axios": "^1.6.2",
"github-markdown-css": "^5.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.14.1",
"react-router-dom": "^6.21.0",
"react-syntax-highlighter": "^15.5.0",
"rehype-mathjax": "^4.0.2",
"rehype-mathjax": "^4.0.3",
"rehype-raw": "^6.1.1",
"remark-emoji": "^3.1.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1"
},
"devDependencies": {
"@types/node": "^20.4.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "3.0.0",
"typescript": "^5.0.2",
"vite": "^4.4.0"
"typescript": "^5.3.3",
"vite": "^4.5.1"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,8 @@ import { RouteConfigs } from "./routes.tsx";
import "./index.css";
Sentry.init({
dsn: "https://4f90ea95bb8b462c8d8432ddbabac9b8@o354675.ingest.sentry.io/4505537167491072",
dsn: "https://903205e5bdddd0bb8f7625a63b161764@o4506423190355968.ingest.sentry.io/4506428723757056",
environment: import.meta.env.MODE,
integrations: [
new Sentry.BrowserTracing({
routingInstrumentation: Sentry.reactRouterV6Instrumentation(

View File

@ -9,7 +9,7 @@ export default defineConfig({
react(),
sentryVitePlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
org: "ldcraft",
org: "0x7f",
project: "woj-ui",
}),
],