Skip to content

Commit

Permalink
update effect (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Sep 5, 2023
1 parent 525cbd5 commit 4f1915b
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion starter-vite-tsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build-plugin": "tsc -p plugin-dev/tsconfig.json && yarn clean && yarn upgrade @effect/plugin-vite-react"
},
"dependencies": {
"effect": "2.0.0-next.27",
"effect": "2.0.0-next.30",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
74 changes: 37 additions & 37 deletions starter-vite-tsc/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"typescript": "^5.1.6"
},
"dependencies": {
"effect": "2.0.0-next.27"
"effect": "2.0.0-next.30"
}
}
72 changes: 36 additions & 36 deletions starter/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f1915b

Please sign in to comment.