Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2024
1 parent f160f15 commit b0e6dce
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 389 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
20.18.0
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "formik-effect-schema",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.12.2",
"description": "",
"author": "hannoeru <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,14 +48,14 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@effect/schema": "^0.72.0",
"effect": "^3.7.0"
"@effect/schema": "^0.75.5",
"effect": "^3.9.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"bumpp": "^9.5.2",
"@antfu/eslint-config": "^3.8.0",
"bumpp": "^9.7.1",
"eslint": "^9.13.0",
"typescript": "^5.5.4",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^2.1.3"
}
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@effect/schema": "^0.72.0",
"@effect/schema": "^0.75.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"formik": "^2.4.6",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"typescript": "^5.6.3",
"vite": "^5.4.9"
}
}
Loading

0 comments on commit b0e6dce

Please sign in to comment.