Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 28, 2023
1 parent b982937 commit b9b3b6c
Show file tree
Hide file tree
Showing 3 changed files with 1,074 additions and 832 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"trailingComma": "es5"
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"test": "pnpm lint && vitest run"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@vitest/coverage-c8": "^0.31.0",
"changelogen": "^0.5.3",
"eslint": "^8.39.0",
"eslint-config-unjs": "^0.1.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"@types/node": "^20.4.5",
"@vitest/coverage-v8": "^0.33.0",
"changelogen": "^0.5.4",
"eslint": "^8.46.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^3.0.0",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.31.0"
"vitest": "^0.33.0"
},
"packageManager": "pnpm@8.4.0"
}
"packageManager": "pnpm@8.6.10"
}
Loading

0 comments on commit b9b3b6c

Please sign in to comment.