Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-dyck committed Jan 3, 2024
1 parent 2716b04 commit ae2e35a
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 79 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"test:watch": "vitest watch",
"check": "pnpm run typecheck && pnpm run lint && pnpm run test"
},
"packageManager": "pnpm@8.12.0",
"packageManager": "pnpm@8.14.0",
"engine-strict": true,
"engines": {
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=8.12.0"
"pnpm": ">=8.14.0"
},
"devDependencies": {
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@types/node": "20.10.6",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.56.0",
"typescript": "5.3.3",
"vitest": "1.0.4",
"vitest": "1.1.1",
"zod": "3.22.4"
}
}
160 changes: 87 additions & 73 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 ae2e35a

Please sign in to comment.