Skip to content

Commit 1764fcb

Browse files
committed
Update dependencies to latest versions in example apps
1 parent a558e96 commit 1764fcb

6 files changed

Lines changed: 31 additions & 31 deletions

File tree

examples/angular-vite-pwa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@angular/core": "^20",
1313
"@angular/platform-browser": "^20",
14-
"@evolu/common": "workspace:*",
15-
"@evolu/web": "workspace:*"
14+
"@evolu/common": "latest",
15+
"@evolu/web": "latest"
1616
},
1717
"devDependencies": {
1818
"@analogjs/vite-plugin-angular": "^1.20.1",

examples/react-electron/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@evolu/common": "workspace:*",
14-
"@evolu/react": "workspace:*",
15-
"@evolu/react-web": "workspace:*",
16-
"react": "catalog:react19",
17-
"react-dom": "catalog:react19"
13+
"@evolu/common": "latest",
14+
"@evolu/react": "latest",
15+
"@evolu/react-web": "latest",
16+
"react": "19.1.0",
17+
"react-dom": "19.1.0"
1818
},
1919
"devDependencies": {
20-
"@types/react": "catalog:react19",
21-
"@types/react-dom": "catalog:react19",
20+
"@types/react": "~19.1.13",
21+
"@types/react-dom": "~19.1.9",
2222
"@vitejs/plugin-react": "^5.0.1",
2323
"electron": "38.2.0",
2424
"electron-builder": "^26.0.12",

examples/react-expo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@blazejkustra/react-native-alert": "^1.0.0",
21-
"@evolu/common": "workspace:*",
22-
"@evolu/react": "workspace:*",
23-
"@evolu/react-native": "workspace:*",
21+
"@evolu/common": "latest",
22+
"@evolu/react": "latest",
23+
"@evolu/react-native": "latest",
2424
"@expo/metro-runtime": "^6.1.2",
2525
"@expo/vector-icons": "^15.0.2",
2626
"babel-plugin-module-resolver": "^5.0.2",
@@ -32,7 +32,7 @@
3232
"expo-secure-store": "~15.0.7",
3333
"expo-splash-screen": "~31.0.10",
3434
"expo-sqlite": "~16.0.8",
35-
"react": "catalog:react19",
35+
"react": "19.1.0",
3636
"react-native": "^0.81.4",
3737
"react-native-quick-crypto": "^0.7.17",
3838
"react-native-safe-area-context": "^5.6.0",
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@babel/core": "^7.28.0",
4444
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
45-
"@types/react": "catalog:react19",
45+
"@types/react": "~19.1.13",
4646
"shx": "^0.4.0",
4747
"typescript": "^5.9.2"
4848
}

examples/react-nextjs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@evolu/common": "workspace:*",
14-
"@evolu/react": "workspace:*",
15-
"@evolu/react-web": "workspace:*",
13+
"@evolu/common": "latest",
14+
"@evolu/react": "latest",
15+
"@evolu/react-web": "latest",
1616
"@tabler/icons-react": "^3.35.0",
1717
"clsx": "^2.1.1",
1818
"next": "^16.0.0",
19-
"react": "catalog:react19",
20-
"react-dom": "catalog:react19"
19+
"react": "19.1.0",
20+
"react-dom": "19.1.0"
2121
},
2222
"devDependencies": {
2323
"@eslint/eslintrc": "^3.3.1",
2424
"@tailwindcss/forms": "^0.5.10",
2525
"@tailwindcss/postcss": "^4.1.11",
2626
"@types/node": "^22.17.1",
27-
"@types/react": "catalog:react19",
28-
"@types/react-dom": "catalog:react19",
27+
"@types/react": "~19.1.13",
28+
"@types/react-dom": "~19.1.9",
2929
"eslint": "9.39.1",
3030
"eslint-config-next": "^16.0.0",
3131
"postcss": "^8.5.6",

examples/react-vite-pwa/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"preview": "vite preview"
1313
},
1414
"dependencies": {
15-
"@evolu/common": "workspace:*",
16-
"@evolu/react": "workspace:*",
17-
"@evolu/react-web": "workspace:*",
15+
"@evolu/common": "latest",
16+
"@evolu/react": "latest",
17+
"@evolu/react-web": "latest",
1818
"@tabler/icons-react": "^3.35.0",
1919
"clsx": "^2.1.1",
20-
"react": "catalog:react19",
21-
"react-dom": "catalog:react19",
20+
"react": "19.1.0",
21+
"react-dom": "19.1.0",
2222
"tailwindcss": "^4.1.12"
2323
},
2424
"devDependencies": {
2525
"@eslint/js": "^9.36.0",
2626
"@tailwindcss/forms": "^0.5.10",
2727
"@tailwindcss/vite": "^4.1.14",
28-
"@types/react": "catalog:react19",
29-
"@types/react-dom": "catalog:react19",
28+
"@types/react": "~19.1.13",
29+
"@types/react-dom": "~19.1.9",
3030
"@typescript-eslint/eslint-plugin": "^8.44.1",
3131
"@typescript-eslint/parser": "^8.44.1",
3232
"@vite-pwa/assets-generator": "^1.0.0",

examples/vue-vite-pwa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"preview": "vite preview"
1212
},
1313
"dependencies": {
14-
"@evolu/common": "workspace:*",
15-
"@evolu/vue": "workspace:*",
16-
"@evolu/web": "workspace:*",
14+
"@evolu/common": "latest",
15+
"@evolu/vue": "latest",
16+
"@evolu/web": "latest",
1717
"vue": "^3.5.24",
1818
"workbox-window": "^7.3.0"
1919
},

0 commit comments

Comments
 (0)