Skip to content

Commit

Permalink
chore: dependencies (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahradelahi authored Dec 25, 2024
1 parent 513afc9 commit 1abc4b2
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 598 deletions.
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,29 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"lodash": "^4.17.21",
"p-safe": "^1.0.0",
"zod": "^3.23.8",
"zod": "^3.24.1",
"zod-request": "^0.2.2"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@changesets/cli": "^2.27.11",
"@shahrad/prettier-config": "^1.1.0",
"@types/chai": "^5.0.0",
"@types/lodash": "^4.17.10",
"@types/mocha": "^10.0.9",
"@types/node": "^20.16.11",
"@types/chai": "^5.0.1",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.10",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"chai": "^5.1.1",
"dotenv": "^16.4.5",
"chai": "^5.1.2",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"lodash": "^4.17.21",
"mocha": "^10.7.3",
"prettier": "^3.3.3",
"terser": "^5.34.1",
"mocha": "^10.8.2",
"prettier": "^3.4.2",
"tsd": "^0.31.2",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"undici": "^6.19.8"
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"undici": "^6.21.0"
},
"packageManager": "pnpm@9.15.1",
"engines": {
Expand Down
Loading

0 comments on commit 1abc4b2

Please sign in to comment.