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] committed Jul 27, 2024
1 parent 4c2c14a commit 0e61960
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.15.1
20.16.0
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.5.0",
"packageManager": "pnpm@9.6.0",
"description": "",
"author": "hannoeru <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -48,14 +48,14 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@effect/schema": "^0.68.26",
"effect": "^3.5.6"
"@effect/schema": "^0.69.2",
"effect": "^3.5.8"
},
"devDependencies": {
"@antfu/eslint-config": "^2.23.0",
"@antfu/eslint-config": "^2.23.2",
"bumpp": "^9.4.1",
"eslint": "^9.7.0",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.0.4"
}
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.68.26",
"@effect/schema": "^0.69.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"formik": "^2.4.6",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
Loading

0 comments on commit 0e61960

Please sign in to comment.