Skip to content

Commit 919bc4d

Browse files
committed
chore: update deps
1 parent 34cbabf commit 919bc4d

File tree

2 files changed

+279
-317
lines changed

2 files changed

+279
-317
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@antfu/utils",
33
"type": "module",
44
"version": "0.7.4",
5-
"packageManager": "pnpm@8.6.0",
5+
"packageManager": "pnpm@8.6.5",
66
"description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -44,24 +44,24 @@
4444
"test": "vitest"
4545
},
4646
"devDependencies": {
47-
"@antfu/eslint-config": "^0.39.3",
48-
"@antfu/ni": "^0.21.3",
47+
"@antfu/eslint-config": "^0.39.6",
48+
"@antfu/ni": "^0.21.4",
4949
"@rollup/plugin-alias": "^5.0.0",
50-
"@rollup/plugin-commonjs": "^25.0.0",
50+
"@rollup/plugin-commonjs": "^25.0.2",
5151
"@rollup/plugin-json": "^6.0.0",
52-
"@rollup/plugin-node-resolve": "^15.0.2",
53-
"@types/node": "^18.16.16",
52+
"@rollup/plugin-node-resolve": "^15.1.0",
53+
"@types/node": "^18.16.19",
5454
"@types/throttle-debounce": "^5.0.0",
55-
"bumpp": "^9.1.0",
56-
"eslint": "^8.41.0",
55+
"bumpp": "^9.1.1",
56+
"eslint": "^8.44.0",
5757
"esno": "^0.16.3",
5858
"p-limit": "^4.0.0",
59-
"rollup": "^3.23.0",
59+
"rollup": "^3.26.0",
6060
"rollup-plugin-dts": "^5.3.0",
6161
"rollup-plugin-esbuild": "^5.0.0",
6262
"throttle-debounce": "5.0.0",
63-
"typescript": "^5.0.4",
63+
"typescript": "^5.1.6",
6464
"vite": "^4.3.9",
65-
"vitest": "^0.31.1"
65+
"vitest": "^0.32.2"
6666
}
6767
}

0 commit comments

Comments
 (0)