mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
sentry instrumentation
This commit is contained in:
+7
-6
@@ -23,11 +23,12 @@
|
||||
"@giscus/react": "^3.1.0",
|
||||
"@mdx-js/loader": "^3.1.0",
|
||||
"@mdx-js/react": "^3.1.0",
|
||||
"@next/bundle-analyzer": "15.3.0-canary.24",
|
||||
"@next/mdx": "15.3.0-canary.24",
|
||||
"@next/third-parties": "15.3.0-canary.24",
|
||||
"@next/bundle-analyzer": "15.3.0-canary.25",
|
||||
"@next/mdx": "15.3.0-canary.25",
|
||||
"@next/third-parties": "15.3.0-canary.25",
|
||||
"@octokit/graphql": "^8.2.1",
|
||||
"@octokit/graphql-schema": "^15.26.0",
|
||||
"@sentry/nextjs": "^9.10.1",
|
||||
"@upstash/redis": "^1.34.6",
|
||||
"clsx": "^2.1.1",
|
||||
"comma-number": "^2.1.0",
|
||||
@@ -39,14 +40,13 @@
|
||||
"html-entities": "^2.5.5",
|
||||
"lucide-react": "0.485.0",
|
||||
"modern-normalize": "^3.0.1",
|
||||
"next": "15.3.0-canary.24",
|
||||
"next": "15.3.0-canary.25",
|
||||
"obj-str": "^1.1.0",
|
||||
"polished": "^4.3.1",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "19.1.0",
|
||||
"react-countup": "^6.5.3",
|
||||
"react-dom": "19.1.0",
|
||||
"react-error-boundary": "^5.0.0",
|
||||
"react-innertext": "^1.1.5",
|
||||
"react-is": "19.1.0",
|
||||
"react-schemaorg": "^2.0.0",
|
||||
@@ -85,7 +85,7 @@
|
||||
"babel-plugin-react-compiler": "19.0.0-beta-aeaed83-20250323",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^9.23.0",
|
||||
"eslint-config-next": "15.3.0-canary.24",
|
||||
"eslint-config-next": "15.3.0-canary.25",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-plugin-css-modules": "^2.12.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
@@ -130,6 +130,7 @@
|
||||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@sentry/cli",
|
||||
"sharp",
|
||||
"simple-git-hooks"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user