Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Jun 1, 2024
1 parent 4c919f1 commit 0eda56b
Show file tree
Hide file tree
Showing 29 changed files with 962 additions and 1,038 deletions.
24 changes: 24 additions & 0 deletions .changeset/giant-dancers-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
"@typed/vite-plugin-types": patch
"@typed/environment": patch
"@typed/vite-plugin": patch
"@typed/async-data": patch
"@typed/navigation": patch
"@typed/storybook": patch
"@typed/compiler": patch
"@typed/template": patch
"@typed/context": patch
"@typed/decoder": patch
"@typed/router": patch
"@typed/server": patch
"@typed/guard": patch
"@typed/route": patch
"@typed/core": patch
"@typed/path": patch
"@typed/dom": patch
"@typed/fx": patch
"@typed/id": patch
"@typed/ui": patch
---

Upgrade Effect deps
4 changes: 2 additions & 2 deletions examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"@typed/template": "workspace:*",
"effect": "3.2.5"
"effect": "3.2.7"
},
"devDependencies": {
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-compression": "^0.5.1",
"vite-tsconfig-paths": "^4.3.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/fx-tracing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/opentelemetry": "^0.34.12",
"@effect/opentelemetry": "^0.34.14",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.1",
"@opentelemetry/otlp-exporter-base": "^0.51.1",
"@opentelemetry/sdk-node": "^0.51.1",
"@opentelemetry/sdk-trace-base": "^1.24.1",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"effect": "3.2.5"
"effect": "3.2.7"
}
}
18 changes: 9 additions & 9 deletions examples/realworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/opentelemetry": "^0.34.12",
"@effect/platform": "^0.55.1",
"@effect/platform-node": "^0.51.1",
"@effect/schema": "0.67.14",
"@effect/sql": "^0.3.1",
"@effect/sql-pg": "^0.3.2",
"@effect/opentelemetry": "^0.34.14",
"@effect/platform": "^0.55.3",
"@effect/platform-node": "^0.51.3",
"@effect/schema": "0.67.16",
"@effect/sql": "^0.3.4",
"@effect/sql-pg": "^0.3.5",
"@opentelemetry/exporter-trace-otlp-http": "^0.51.1",
"@opentelemetry/sdk-trace-base": "^1.24.1",
"@typed/async-data": "workspace:*",
Expand All @@ -48,7 +48,7 @@
"@types/source-map-support": "^0.5.10",
"bcrypt": "^5.1.1",
"date-fns": "^3.6.0",
"effect": "3.2.5",
"effect": "3.2.7",
"effect-http": "^0.67.2",
"effect-http-node": "^0.13.3",
"effect-http-security": "^0.1.2",
Expand All @@ -62,14 +62,14 @@
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"happy-dom": "14.11.1",
"happy-dom": "14.12.0",
"mock-storage": "^1.1.0",
"rollup-plugin-visualizer": "^5.12.0",
"schema-openapi": "^0.38.2",
"terser": "^5.31.0",
"tsx": "^4.11.0",
"vavite": "^4.1.1",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-compression": "^0.5.1",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0"
Expand Down
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.55.1",
"@effect/platform-node": "^0.51.1",
"@effect/platform": "^0.55.3",
"@effect/platform-node": "^0.51.3",
"@typed/fx": "workspace:*",
"@typed/template": "workspace:*",
"effect": "3.2.5"
"effect": "3.2.7"
},
"devDependencies": {
"tsx": "^4.11.0"
Expand Down
20 changes: 10 additions & 10 deletions examples/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.1.4",
"@storybook/addon-interactions": "^8.1.4",
"@storybook/addon-links": "^8.1.4",
"@storybook/blocks": "^8.1.4",
"@storybook/html": "^8.1.4",
"@storybook/html-vite": "^8.1.4",
"@storybook/test": "^8.1.4",
"@storybook/types": "^8.1.4",
"@storybook/addon-essentials": "^8.1.5",
"@storybook/addon-interactions": "^8.1.5",
"@storybook/addon-links": "^8.1.5",
"@storybook/blocks": "^8.1.5",
"@storybook/html": "^8.1.5",
"@storybook/html-vite": "^8.1.5",
"@storybook/test": "^8.1.5",
"@storybook/types": "^8.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.1.4",
"vite": "^5.2.11"
"storybook": "^8.1.5",
"vite": "^5.2.12"
}
}
12 changes: 6 additions & 6 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.55.1",
"@effect/platform-browser": "^0.35.1",
"@effect/platform-node": "^0.51.1",
"@effect/schema": "0.67.14",
"@effect/platform": "^0.55.3",
"@effect/platform-browser": "^0.35.3",
"@effect/platform-node": "^0.51.3",
"@effect/schema": "0.67.16",
"@typed/context": "workspace:*",
"@typed/core": "workspace:*",
"@typed/dom": "workspace:*",
Expand All @@ -31,7 +31,7 @@
"@typed/router": "workspace:*",
"@typed/template": "workspace:*",
"@typed/ui": "workspace:*",
"effect": "3.2.5",
"effect": "3.2.7",
"todomvc-app-css": "^2.4.3",
"todomvc-common": "^1.0.5"
},
Expand All @@ -41,7 +41,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"terser": "^5.31.0",
"tsx": "^4.11.0",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-top-level-await": "^1.4.1",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"@babel/plugin-transform-modules-commonjs": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.3",
"@changesets/cli": "^2.27.5",
"@effect/babel-plugin": "^0.2.0",
"@effect/build-utils": "^0.7.6",
"@effect/codemod": "^0.0.15",
"@effect/docgen": "^0.4.3",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "0.1.0",
"@types/chai": "^4.3.16",
"@types/node": "^20.12.12",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-react": "^4.3.0",
Expand All @@ -59,11 +59,11 @@
"babel-plugin-annotate-pure-calls": "^0.4.0",
"cac": "^6.7.14",
"concurrently": "^8.2.2",
"effect": "^3.2.5",
"effect": "^3.2.7",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
Expand All @@ -75,13 +75,13 @@
"tsx": "^4.11.0",
"typescript": "^5.4.5",
"ultra-runner": "^3.10.5",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-tsconfig-paths": "^1.4.1",
"vitest": "1.6.0",
"zx": "^8.1.2"
},
"dependencies": {
"@effect/vitest": "^0.5.5"
"@effect/vitest": "^0.5.7"
},
"packageManager": "[email protected]+sha1.648f6014eb363abb36618f2ba59282a9eeb3e879"
}
4 changes: 2 additions & 2 deletions packages/async-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.14",
"effect": "^3.2.5",
"@effect/schema": "^0.67.16",
"effect": "^3.2.7",
"fast-check": "^3.19.0"
}
}
5 changes: 4 additions & 1 deletion packages/compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,8 @@
"keywords": [],
"author": "Typed contributors",
"license": "MIT",
"sideEffects": []
"sideEffects": [],
"dependencies": {
"@typed/core": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"effect": "^3.2.5"
"effect": "^3.2.7"
},
"peerDependencies": {
"effect": "^2.4.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.55.1",
"@effect/platform-node": "^0.51.1",
"@effect/schema": "^0.67.14",
"@effect/platform": "^0.55.3",
"@effect/platform-node": "^0.51.3",
"@effect/schema": "^0.67.16",
"@typed/async-data": "workspace:*",
"@typed/context": "workspace:*",
"@typed/decoder": "workspace:*",
Expand All @@ -60,10 +60,10 @@
"@typed/ui": "workspace:*",
"@typed/vite-plugin": "workspace:*",
"@typed/vite-plugin-types": "workspace:*",
"effect": "^3.2.5",
"effect": "^3.2.7",
"vavite": "^4.1.1"
},
"devDependencies": {
"vite": "^5.2.11"
"vite": "^5.2.12"
}
}
4 changes: 2 additions & 2 deletions packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.14",
"effect": "^3.2.5"
"@effect/schema": "^0.67.16",
"effect": "^3.2.7"
}
}
4 changes: 2 additions & 2 deletions packages/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.14",
"@effect/schema": "^0.67.16",
"@typed/context": "workspace:*",
"effect": "^3.2.5",
"effect": "^3.2.7",
"typed-query-selector": "^2.11.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"sideEffects": [],
"dependencies": {
"@typed/context": "workspace:*",
"effect": "^3.2.5"
"effect": "^3.2.7"
}
}
6 changes: 3 additions & 3 deletions packages/fx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.14",
"@effect/typeclass": "0.24.21",
"@effect/schema": "^0.67.16",
"@effect/typeclass": "0.24.23",
"@typed/async-data": "workspace:*",
"@typed/context": "workspace:*",
"@typed/guard": "workspace:*",
"effect": "^3.2.5",
"effect": "^3.2.7",
"fast-check": "^3.19.0",
"fast-deep-equal": "^3.1.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/guard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.14",
"effect": "^3.2.5"
"@effect/schema": "^0.67.16",
"effect": "^3.2.7"
}
}
4 changes: 2 additions & 2 deletions packages/id/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/schema": "^0.67.14",
"@effect/schema": "^0.67.16",
"@typed/context": "workspace:*",
"effect": "^3.2.5",
"effect": "^3.2.7",
"fast-check": "^3.19.0"
}
}
10 changes: 5 additions & 5 deletions packages/navigation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,20 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.55.1",
"@effect/schema": "^0.67.14",
"@effect/platform": "^0.55.3",
"@effect/schema": "^0.67.16",
"@typed/context": "workspace:*",
"@typed/dom": "workspace:*",
"@typed/fx": "workspace:*",
"@typed/id": "workspace:*",
"effect": "^3.2.5"
"effect": "^3.2.7"
},
"optionalPeerDependencies": {
"@virtualstate/navigation": "1.0.1-alpha.199"
},
"devDependencies": {
"@effect/platform-node": "^0.51.1",
"@effect/platform-node": "^0.51.3",
"@virtualstate/navigation": "1.0.1-alpha.203",
"happy-dom": "14.11.1"
"happy-dom": "14.12.0"
}
}
6 changes: 3 additions & 3 deletions packages/path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"license": "MIT",
"sideEffects": [],
"dependencies": {
"@effect/platform": "^0.55.1",
"@effect/schema": "^0.67.14",
"effect": "^3.2.5",
"@effect/platform": "^0.55.3",
"@effect/schema": "^0.67.16",
"effect": "^3.2.7",
"ts-toolbelt": "^9.6.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0eda56b

Please sign in to comment.