Skip to content

Commit d3a81fa

Browse files
cursoragentclaude
andcommitted
Fix package dependencies and CI configuration
- Add missing runtime dependencies to rrvideo package (@sentry-internal/rrweb-player and @open-tech-world/cli-progress-bar) - Restore yarn cache configuration in CI workflow for both test and artifacts jobs - Upgrade @sveltejs/vite-plugin-svelte from v3 to v5 for Vite 6 compatibility Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2512a4e commit d3a81fa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: 20
28+
cache: 'yarn'
2829

2930
- name: Install Dependencies
3031
run: yarn install --frozen-lockfile --network-timeout 300000
@@ -62,6 +63,7 @@ jobs:
6263
uses: actions/setup-node@v4
6364
with:
6465
node-version: 20
66+
cache: 'yarn'
6567

6668
- name: Install Dependencies
6769
run: yarn install --frozen-lockfile --network-timeout 300000

packages/rrvideo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414
},
1515
"license": "MIT",
1616
"dependencies": {
17+
"@sentry-internal/rrweb-player": "2.41.0",
1718
"@sentry-internal/rrweb-types": "2.41.0",
19+
"@open-tech-world/cli-progress-bar": "^1.0.0",
1820
"fs-extra": "^10.0.1",
19-
"inquirer": "^8.2.0",
2021
"minimist": "^1.2.6",
2122
"playwright": "^1.22.2"
2223
},

packages/rrweb-player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@sveltejs/adapter-auto": "^3.0.0",
77
"@sveltejs/kit": "^2.0.0",
88
"@sveltejs/package": "^2.0.0",
9-
"@sveltejs/vite-plugin-svelte": "^3.0.0",
9+
"@sveltejs/vite-plugin-svelte": "^5.0.0",
1010
"@typescript-eslint/eslint-plugin": "^7.0.0",
1111
"@typescript-eslint/parser": "^7.0.0",
1212
"eslint-plugin-svelte": "^2.37.0",

0 commit comments

Comments
 (0)