Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Jul 1, 2024
1 parent 8ffbcea commit 39ff750
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 106 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,15 @@
"bugs": {
"url": "https://github.com/hannoeru/formik-effech-schema/issues"
},
"keywords": ["effect", "formik", "adapter", "schema", "validation", "form", "react"],
"keywords": [
"effect",
"formik",
"adapter",
"schema",
"validation",
"form",
"react"
],
"sideEffects": false,
"exports": {
".": {
Expand Down Expand Up @@ -45,7 +53,6 @@
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@types/node": "^20.14.9",
"bumpp": "^9.4.1",
"eslint": "^9.6.0",
"typescript": "^5.5.2",
Expand Down
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@effect/schema": "^0.68.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"formik": "^2.4.6",
"typescript": "^5.2.2",
"vite": "^5.3.1"
"typescript": "^5.5.2",
"vite": "^5.3.2"
}
}
120 changes: 19 additions & 101 deletions pnpm-lock.yaml

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

0 comments on commit 39ff750

Please sign in to comment.