Skip to content

Commit 26323ab

Browse files
committed
chore: Update dependencies across Angular, Electron, Expo, and Tanstack examples.
1 parent a9b0aa0 commit 26323ab

File tree

6 files changed

+30
-28
lines changed

6 files changed

+30
-28
lines changed

bun.lock

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

examples/angular-vite-pwa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"generate-pwa-assets": "pwa-assets-generator"
1010
},
1111
"dependencies": {
12-
"@angular/core": "^21.1.5",
13-
"@angular/platform-browser": "^21.1.5",
12+
"@angular/core": "^21.2.1",
13+
"@angular/platform-browser": "^21.2.1",
1414
"@evolu/common": "workspace:*",
1515
"@evolu/web": "workspace:*"
1616
},
1717
"devDependencies": {
1818
"@analogjs/vite-plugin-angular": "^2.3.1",
1919
"@angular/build": "^21.1.5",
20-
"@angular/compiler-cli": "^21.1.5",
20+
"@angular/compiler-cli": "^21.2.1",
2121
"@tailwindcss/vite": "^4.2.1",
2222
"@vite-pwa/assets-generator": "^1.0.2",
2323
"tailwindcss": "^4.2.1",

examples/react-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "~19.2.14",
2121
"@types/react-dom": "~19.2.3",
2222
"@vitejs/plugin-react": "^5.1.4",
23-
"electron": "40.6.1",
23+
"electron": "40.7.0",
2424
"electron-builder": "^26.8.1",
2525
"typescript": "^5.9.3",
2626
"vite": "^7.3.1",

examples/react-expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@expo/vector-icons": "^15.1.1",
2727
"abort-signal-polyfill": "^1.0.0",
2828
"babel-plugin-module-resolver": "^5.0.2",
29-
"expo": "^55.0.4",
29+
"expo": "^55.0.5",
3030
"expo-constants": "^55.0.7",
3131
"expo-font": "^55.0.4",
3232
"expo-linking": "^55.0.7",
33-
"expo-router": "^55.0.3",
33+
"expo-router": "^55.0.4",
3434
"expo-secure-store": "~55.0.8",
3535
"expo-splash-screen": "~55.0.10",
3636
"expo-sqlite": "~55.0.10",

examples/tanstack-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@evolu/tanstack-start": "workspace:*",
13-
"@tanstack/react-router": "^1.0.0",
13+
"@tanstack/react-router": "^1.166.2",
1414
"react": "19.2.4",
1515
"react-dom": "19.2.4"
1616
},

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"@evolu/tsconfig": "workspace:*",
9393
"@op-engineering/op-sqlite": "^15.2.2",
9494
"@types/react": "~19.2.14",
95-
"expo": "^55.0.4",
95+
"expo": "^55.0.5",
9696
"expo-secure-store": "~55.0.8",
9797
"expo-sqlite": "~55.0.10",
9898
"react": "19.2.4",

0 commit comments

Comments
 (0)