Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Jan 28, 2023
1 parent c9e8ea7 commit 5d2044a
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 98 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,21 @@
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"up": "taze major -I"
"up": "taze major -r -w -I"
},
"devDependencies": {
"@antfu/ni": "^0.18.8",
"@kirklin/eslint-config": "^0.2.4",
"@antfu/ni": "^0.19.0",
"@kirklin/eslint-config": "^0.2.5",
"@types/node": "^18.11.18",
"bumpp": "^8.2.1",
"eslint": "^8.32.0",
"esno": "^0.16.3",
"pnpm": "^7.25.0",
"rimraf": "^4.1.1",
"pnpm": "^7.26.1",
"rimraf": "^4.1.2",
"taze": "^0.8.5",
"typescript": "^4.9.4",
"unbuild": "^1.1.1",
"vite": "^4.0.4",
"vitest": "^0.27.2"
"vitest": "^0.28.3"
}
}
Loading

0 comments on commit 5d2044a

Please sign in to comment.