Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinraja committed Apr 7, 2023
1 parent 8fe9eaa commit d5a1eeb
Show file tree
Hide file tree
Showing 8 changed files with 972 additions and 742 deletions.
9 changes: 8 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
{
"root": true,
"extends": "@sachinraja"
"extends": "@sachinraja",
"rules": {
"unicorn/prevent-abbreviations": ["error", {
"allowList": {
"addJsDocComment": true
}
}]
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
},
"devDependencies": {
"@sachinraja/eslint-config": "0.2.0",
"@types/node": "18.11.18",
"dprint": "0.34.1",
"eslint": "8.30.0",
"tsup": "6.5.0",
"tsx": "3.12.1",
"@types/node": "18.15.11",
"dprint": "0.35.3",
"eslint": "8.37.0",
"tsup": "6.7.0",
"tsx": "3.12.6",
"typescript": "4.9.4",
"vite": "4.0.3",
"vitest": "0.26.2",
"zod": "3.20.2"
"vite": "4.2.1",
"vitest": "0.29.8",
"zod": "3.21.4"
},
"sideEffects": false,
"tsup": {
Expand Down
Loading

0 comments on commit d5a1eeb

Please sign in to comment.