Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
chore: update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
sukovanej committed Jun 21, 2024
1 parent 4bf1b3a commit 18dbaab
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 121 deletions.
5 changes: 5 additions & 0 deletions .changeset/young-hornets-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'schema-openapi': patch
---

Update effect to 3.4.0.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@
"@effect/docgen": "^0.4.3",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@effect/schema": "^0.68.1",
"@effect/schema": "^0.68.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/express": "^4.17.21",
"@types/swagger-ui-express": "^4.1.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^1.6.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"effect": "3.3.5",
"effect": "3.4.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-codegen": "0.28.0",
Expand All @@ -68,13 +68,13 @@
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"swagger-ui-express": "^5.0.1",
"tsx": "^4.15.6",
"typescript": "^5.4.5",
"tsx": "^4.15.7",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@effect/schema": "^0.68.0",
"effect": "^3.3.0"
"effect": "^3.4.0"
},
"pnpm": {
"updateConfig": {
Expand Down
Loading

0 comments on commit 18dbaab

Please sign in to comment.