Skip to content

Commit

Permalink
chore: update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Jan 10, 2024
1 parent 34bc322 commit 4e50094
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 336 deletions.
6 changes: 3 additions & 3 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"@typed/template": "workspace:*",
"effect": "2.0.0-next.62"
"effect": "2.0.3"
},
"devDependencies": {
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-compression": "^0.5.1",
"vite-tsconfig-paths": "^4.2.2"
"vite-tsconfig-paths": "^4.2.3"
}
}
4 changes: 2 additions & 2 deletions examples/fx-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/opentelemetry": "^0.29.0",
"@effect/opentelemetry": "^0.30.3",
"@opentelemetry/exporter-trace-otlp-http": "^0.46.0",
"@opentelemetry/otlp-exporter-base": "^0.46.0",
"@opentelemetry/sdk-node": "^0.46.0",
"@opentelemetry/sdk-trace-base": "^1.19.0",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"effect": "2.0.0-next.62"
"effect": "2.0.3"
}
}
6 changes: 3 additions & 3 deletions examples/simple-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.39.0",
"@effect/platform-node": "^0.39.0",
"@effect/platform": "^0.41.0",
"@effect/platform-node": "^0.41.0",
"@typed/fx": "workspace:*",
"@typed/template": "workspace:*",
"effect": "2.0.0-next.62"
"effect": "2.0.3"
},
"devDependencies": {
"tsx": "^4.7.0"
Expand Down
16 changes: 8 additions & 8 deletions examples/todomvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.39.0",
"@effect/platform-browser": "^0.25.0",
"@effect/platform-node": "^0.39.0",
"@effect/schema": "0.56.1",
"@effect/platform": "^0.41.0",
"@effect/platform-browser": "^0.27.0",
"@effect/platform-node": "^0.41.0",
"@effect/schema": "0.59.1",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
Expand All @@ -30,20 +30,20 @@
"@typed/router": "workspace:*",
"@typed/template": "workspace:*",
"@typed/ui": "workspace:*",
"effect": "2.0.0-next.62",
"effect": "2.0.3",
"todomvc-app-css": "^2.4.3",
"todomvc-common": "^1.0.5"
},
"devDependencies": {
"@giacomorebonato/vavite": "^0.0.4",
"mock-storage": "^1.1.0",
"rollup-plugin-visualizer": "^5.11.0",
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.26.0",
"tsx": "^4.7.0",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.1",
"vite-plugin-top-level-await": "^1.4.1",
"vite-tsconfig-paths": "^4.2.2"
"vite-tsconfig-paths": "^4.2.3"
}
}
Loading

0 comments on commit 4e50094

Please sign in to comment.