Update dependencies and refactor SentryProvider component

This update includes version bumps for several dependencies across multiple packages and applications including "@sentry/nextjs", "lucide-react", "@types/node", "pnpm", and others. It also includes a change to the SentryProvider component where the SentryMonitoringService is now instantiated outside the MonitoringProvider function instead of using useRef inside the function.
This commit is contained in:
giancarlo
2024-05-31 19:38:56 +07:00
parent 4be66cb3da
commit 88ff32479a
18 changed files with 300 additions and 286 deletions

View File

@@ -37,7 +37,7 @@
"@tanstack/react-query": "5.40.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.379.0",
"lucide-react": "^0.381.0",
"next": "14.2.3",
"next-themes": "0.3.0",
"react": "18.3.1",

View File

@@ -24,7 +24,7 @@
"@tanstack/react-query": "5.40.0",
"@tanstack/react-table": "^8.17.3",
"@types/react": "^18.3.3",
"lucide-react": "^0.379.0",
"lucide-react": "^0.381.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",

View File

@@ -31,7 +31,7 @@
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.0",
"@types/react": "^18.3.3",
"lucide-react": "^0.379.0",
"lucide-react": "^0.381.0",
"next": "14.2.3",
"react-hook-form": "^7.51.4",
"react-i18next": "^14.1.2",

View File

@@ -23,7 +23,7 @@
"@supabase/supabase-js": "^2.43.4",
"@tanstack/react-query": "5.40.0",
"@types/react": "^18.3.3",
"lucide-react": "^0.379.0",
"lucide-react": "^0.381.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "^14.1.2"

View File

@@ -38,7 +38,7 @@
"@types/react-dom": "^18.3.0",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.379.0",
"lucide-react": "^0.381.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",