Skip to content

Commit 4c9f6fa

Browse files
stefanhuberclaude
andauthored
chore: update dependencies to latest compatible versions (#47)
Update @faker-js/faker 9→10, @capacitor/core 7→8, and @smartcompanion/native-audio-player 0.2→0.4. Keep eslint at v9 and typescript at v5 due to @stencil/eslint-plugin peer dep constraints. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5d74718 commit 4c9f6fa

7 files changed

Lines changed: 24 additions & 25 deletions

File tree

package-lock.json

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"prettier": "^3.8.1",
2828
"rimraf": "^6.0.0",
2929
"tslib": "^2.8.1",
30-
"typescript": "^5.8.3",
30+
"typescript": "^5.9.3",
3131
"typescript-eslint": "^8.56.0",
3232
"vitest": "^4.1.4"
3333
}

packages/data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"license": "BSD-2-Clause",
2828
"devDependencies": {
29-
"@faker-js/faker": "^9.8.0",
29+
"@faker-js/faker": "^10.4.0",
3030
"@types/react": "^19.1.6",
3131
"@types/react-dom": "^19.1.5"
3232
}

packages/data/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"target": "ES6",
77
"moduleResolution": "node",
88
"sourceMap": true,
9-
"esModuleInterop": true,
9+
"esModuleInterop": true,
1010
"noImplicitAny": true,
1111
"declaration": true,
1212
"jsx": "react", // bugfix: ../../node_modules/@types/mdx/types.d.ts:73:46 - error TS2503: Cannot find namespace 'JSX'.

packages/services/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"license": "BSD-2-Clause",
2525
"devDependencies": {
26-
"@capacitor/core": "^7.4.2",
26+
"@capacitor/core": "^8.3.1",
2727
"@smartcompanion/data": "*",
28-
"@smartcompanion/native-audio-player": "^0.2.0"
28+
"@smartcompanion/native-audio-player": "^0.4.0"
2929
}
3030
}

packages/services/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"target": "es2019",
88
"moduleResolution": "node",
99
"sourceMap": true,
10-
"esModuleInterop": true,
10+
"esModuleInterop": true,
1111
"noImplicitAny": true,
1212
"declaration": true,
1313
"skipLibCheck": true,

packages/ui/custom-elements.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"timestamp": "2026-04-16T19:26:28",
2+
"timestamp": "2026-04-16T20:01:20",
33
"compiler": {
44
"name": "@stencil/core",
5-
"version": "4.43.3",
5+
"version": "4.43.4",
66
"typescriptVersion": "5.8.3"
77
},
88
"components": [

0 commit comments

Comments
 (0)