Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 2, 2023
1 parent 34cbabf commit 919bc4d
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 317 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@antfu/utils",
"type": "module",
"version": "0.7.4",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.6.5",
"description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -44,24 +44,24 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.3",
"@antfu/ni": "^0.21.3",
"@antfu/eslint-config": "^0.39.6",
"@antfu/ni": "^0.21.4",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/node": "^18.16.16",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/node": "^18.16.19",
"@types/throttle-debounce": "^5.0.0",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"bumpp": "^9.1.1",
"eslint": "^8.44.0",
"esno": "^0.16.3",
"p-limit": "^4.0.0",
"rollup": "^3.23.0",
"rollup": "^3.26.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"throttle-debounce": "5.0.0",
"typescript": "^5.0.4",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.31.1"
"vitest": "^0.32.2"
}
}
Loading

0 comments on commit 919bc4d

Please sign in to comment.