Skip to content

Commit

Permalink
chore: update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 6, 2023
1 parent 90a308f commit 1b85ebf
Show file tree
Hide file tree
Showing 3 changed files with 735 additions and 809 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"test": "pnpm lint && vitest run --coverage"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@vitest/coverage-c8": "^0.31.4",
"@types/node": "^20.2.5",
"@vitest/coverage-v8": "^0.32.0",
"changelogen": "^0.5.3",
"eslint": "^8.42.0",
"eslint-config-unjs": "^0.2.0",
"eslint-config-unjs": "^0.2.1",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.31.4"
"vitest": "^0.32.0"
},
"packageManager": "pnpm@7.33.0"
"packageManager": "pnpm@8.6.1"
}

0 comments on commit 1b85ebf

Please sign in to comment.