Skip to content

Commit 63d574e

Browse files
committed
chore: update deps
1 parent 2634653 commit 63d574e

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"description": "Components auto importing for Vite",
55
"homepage": "https://github.com/antfu/vite-plugin-components",
66
"bugs": "https://github.com/antfu/vite-plugin-components/issues",
7+
"license": "MIT",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/antfu/vite-plugin-components"
1011
},
1112
"funding": "https://github.com/sponsors/antfu",
12-
"license": "MIT",
1313
"author": "antfu <[email protected]>",
14-
"main": "dist/index.js",
15-
"module": "dist/index.mjs",
16-
"types": "dist/index.d.ts",
1714
"files": [
1815
"dist"
1916
],
17+
"main": "dist/index.js",
18+
"module": "dist/index.mjs",
19+
"types": "dist/index.d.ts",
2020
"scripts": {
2121
"build": "tsup src/index.ts --dts --format cjs,esm",
2222
"dev": "npm run build -- --watch",
@@ -27,6 +27,9 @@
2727
"test": "jest",
2828
"test:update": "jest --u"
2929
},
30+
"peerDependencies": {
31+
"vite": "^2.0.0-beta.69"
32+
},
3033
"dependencies": {
3134
"chokidar": "^3.5.1",
3235
"debug": "^4.3.2",
@@ -36,6 +39,7 @@
3639
},
3740
"devDependencies": {
3841
"@antfu/eslint-config": "^0.6.6",
42+
"@antfu/utils": "^0.2.0",
3943
"@types/debug": "^4.1.5",
4044
"@types/jest": "^26.0.23",
4145
"@types/minimatch": "^3.0.4",
@@ -49,8 +53,5 @@
4953
"tsup": "^4.11.2",
5054
"typescript": "^4.3.2",
5155
"vite": "^2.3.7"
52-
},
53-
"peerDependencies": {
54-
"vite": "^2.0.0-beta.69"
5556
}
5657
}

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)