Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 30, 2023
1 parent 5b2b75c commit b2aa462
Show file tree
Hide file tree
Showing 3 changed files with 1,647 additions and 833 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

strategy:
matrix:
node: [14.x, 16.x]
node: [16.x, 18.x]
os: [ubuntu-latest]
fail-fast: false

Expand Down
30 changes: 15 additions & 15 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.2",
"packageManager": "pnpm@7.0.1",
"packageManager": "pnpm@8.6.0",
"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.32.0",
"@antfu/ni": "^0.18.8",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/node": "^18.11.9",
"@antfu/eslint-config": "^0.39.3",
"@antfu/ni": "^0.21.3",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@types/node": "^18.16.16",
"@types/throttle-debounce": "^5.0.0",
"bumpp": "^8.2.1",
"eslint": "^8.28.0",
"bumpp": "^9.1.0",
"eslint": "^8.41.0",
"esno": "^0.16.3",
"p-limit": "^4.0.0",
"rollup": "^3.5.0",
"rollup-plugin-dts": "^5.0.0",
"rollup": "^3.23.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"throttle-debounce": "5.0.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.3"
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vitest": "^0.31.1"
}
}
Loading

0 comments on commit b2aa462

Please sign in to comment.