Skip to content

Commit 4bd2e2b

Browse files
committed
chore: update deps
1 parent 9af0296 commit 4bd2e2b

File tree

2 files changed

+712
-892
lines changed

2 files changed

+712
-892
lines changed

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@
33
"version": "0.6.0",
44
"packageManager": "pnpm@7.0.1",
55
"description": "Opinionated collection of common JavaScript / TypeScript utils by @antfu",
6-
"keywords": [
7-
"utils"
8-
],
9-
"homepage": "https://github.com/antfu/utils#readme",
10-
"bugs": {
11-
"url": "https://github.com/antfu/utils/issues"
12-
},
13-
"license": "MIT",
146
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
7+
"license": "MIT",
8+
"funding": "https://github.com/sponsors/antfu",
9+
"homepage": "https://github.com/antfu/utils#readme",
1510
"repository": {
1611
"type": "git",
1712
"url": "git+https://github.com/antfu/utils.git"
1813
},
19-
"funding": "https://github.com/sponsors/antfu",
20-
"main": "dist/index.cjs",
21-
"module": "dist/index.mjs",
22-
"types": "index.d.ts",
14+
"bugs": {
15+
"url": "https://github.com/antfu/utils/issues"
16+
},
17+
"keywords": [
18+
"utils"
19+
],
20+
"sideEffects": false,
2321
"exports": {
2422
".": {
25-
"import": "./dist/index.mjs",
23+
"types": "./index.d.ts",
2624
"require": "./dist/index.cjs",
27-
"types": "./index.d.ts"
25+
"import": "./dist/index.mjs"
2826
}
2927
},
28+
"main": "dist/index.cjs",
29+
"module": "dist/index.mjs",
30+
"types": "index.d.ts",
3031
"files": [
3132
"dist",
3233
"*.d.ts"
3334
],
34-
"sideEffects": false,
3535
"scripts": {
3636
"build": "rollup -c",
3737
"dev": "nr build --watch",
@@ -43,24 +43,24 @@
4343
"test": "vitest"
4444
},
4545
"devDependencies": {
46-
"@antfu/eslint-config": "^0.23.0",
47-
"@antfu/ni": "^0.16.2",
46+
"@antfu/eslint-config": "^0.27.0",
47+
"@antfu/ni": "^0.18.2",
4848
"@rollup/plugin-alias": "^3.1.9",
4949
"@rollup/plugin-commonjs": "^22.0.0",
5050
"@rollup/plugin-json": "^4.1.0",
5151
"@rollup/plugin-node-resolve": "^13.3.0",
52-
"@types/node": "^17.0.31",
53-
"@types/throttle-debounce": "^2.1.0",
54-
"bumpp": "^7.1.1",
55-
"eslint": "^8.15.0",
56-
"esno": "^0.14.1",
52+
"@types/node": "^18.11.4",
53+
"@types/throttle-debounce": "^5.0.0",
54+
"bumpp": "^8.2.1",
55+
"eslint": "^8.26.0",
56+
"esno": "^0.16.3",
5757
"p-limit": "^4.0.0",
5858
"rollup": "^2.72.1",
5959
"rollup-plugin-dts": "^4.2.1",
60-
"rollup-plugin-esbuild": "^4.9.1",
61-
"throttle-debounce": "^3.0.1",
62-
"typescript": "^4.6.4",
63-
"vite": "^2.9.8",
64-
"vitest": "^0.12.3"
60+
"rollup-plugin-esbuild": "^4.10.1",
61+
"throttle-debounce": "^5.0.0",
62+
"typescript": "^4.8.4",
63+
"vite": "^3.1.8",
64+
"vitest": "^0.24.3"
6565
}
6666
}

0 commit comments

Comments
 (0)