Skip to content

Commit c9b8cf9

Browse files
authored
Merge branch 'master' into DominikB2014/revamp-insights-docs
2 parents fc4392e + d7040c0 commit c9b8cf9

File tree

195 files changed

+5104
-3055
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

195 files changed

+5104
-3055
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- uses: actions/[email protected]
65-
- uses: getsentry/action-setup-volta@c52be2ea13cfdc084edb806e81958c13e445941e # v1.2.0
65+
- name: Set up Node
66+
uses: actions/setup-node@v4
67+
with:
68+
node-version-file: 'package.json'
6669
- uses: actions/cache@v4
6770
id: cache
6871
with:

apps/changelog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@radix-ui/react-icons": "^1.3.2",
2626
"@radix-ui/react-toolbar": "^1.1.0",
2727
"@radix-ui/themes": "^3.1.3",
28-
"@sentry/nextjs": "9.0.0-alpha.2",
28+
"@sentry/nextjs": "^9.0.0",
2929
"@spotlightjs/spotlight": "^2.1.1",
3030
"next": "15.1.2",
3131
"next-auth": "^4.24.5",
@@ -68,4 +68,4 @@
6868
"@types/react": "npm:[email protected]",
6969
"@types/react-dom": "npm:[email protected]"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)