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 Sep 21, 2024
1 parent 9b736ad commit eaa9e4e
Show file tree
Hide file tree
Showing 3 changed files with 682 additions and 319 deletions.
10 changes: 5 additions & 5 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.11.0",
"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.73.4",
"effect": "^3.8.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.0.0",
"@antfu/eslint-config": "^3.7.1",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitest": "^2.1.1"
}
Expand Down
6 changes: 3 additions & 3 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.73.4",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"formik": "^2.4.6",
"typescript": "^5.5.4",
"vite": "^5.4.2"
"typescript": "^5.6.2",
"vite": "^5.4.7"
}
}
Loading

0 comments on commit eaa9e4e

Please sign in to comment.