Skip to content

Commit 73f0b44

Browse files
committed
chore: upgrade deps
1 parent f16ab83 commit 73f0b44

File tree

5 files changed

+845
-1627
lines changed

5 files changed

+845
-1627
lines changed

package.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,27 @@
11
{
22
"name": "unplugin-raw",
3+
"type": "module",
34
"version": "0.6.3",
4-
"packageManager": "pnpm@10.22.0",
5+
"packageManager": "pnpm@10.26.0",
56
"description": "Transform file to a default-export string.",
6-
"type": "module",
7-
"keywords": [
8-
"unplugin",
9-
"rollup",
10-
"vite",
11-
"esbuild",
12-
"webpack"
13-
],
7+
"author": "Kevin Deng <[email protected]>",
148
"license": "MIT",
9+
"funding": "https://github.com/sponsors/sxzz",
1510
"homepage": "https://github.com/unplugin/unplugin-raw#readme",
16-
"bugs": {
17-
"url": "https://github.com/unplugin/unplugin-raw/issues"
18-
},
1911
"repository": {
2012
"type": "git",
2113
"url": "git+https://github.com/unplugin/unplugin-raw.git"
2214
},
23-
"author": "Kevin Deng <[email protected]>",
24-
"funding": "https://github.com/sponsors/sxzz",
25-
"files": [
26-
"dist"
15+
"bugs": {
16+
"url": "https://github.com/unplugin/unplugin-raw/issues"
17+
},
18+
"keywords": [
19+
"unplugin",
20+
"rollup",
21+
"vite",
22+
"esbuild",
23+
"webpack"
2724
],
28-
"main": "./dist/index.mjs",
29-
"module": "./dist/index.mjs",
30-
"types": "./dist/index.d.mts",
3125
"exports": {
3226
".": "./dist/index.mjs",
3327
"./api": "./dist/api.mjs",
@@ -39,6 +33,9 @@
3933
"./webpack": "./dist/webpack.mjs",
4034
"./package.json": "./package.json"
4135
},
36+
"main": "./dist/index.mjs",
37+
"module": "./dist/index.mjs",
38+
"types": "./dist/index.d.mts",
4239
"typesVersions": {
4340
"*": {
4441
"*": [
@@ -47,9 +44,15 @@
4744
]
4845
}
4946
},
47+
"files": [
48+
"dist"
49+
],
5050
"publishConfig": {
5151
"access": "public"
5252
},
53+
"engines": {
54+
"node": ">=20.19.0"
55+
},
5356
"scripts": {
5457
"lint": "eslint --cache .",
5558
"lint:fix": "pnpm run lint --fix",
@@ -69,26 +72,23 @@
6972
}
7073
},
7174
"dependencies": {
72-
"unplugin": "^2.3.10",
75+
"unplugin": "^2.3.11",
7376
"unplugin-utils": "^0.3.1"
7477
},
7578
"devDependencies": {
76-
"@sxzz/eslint-config": "^7.2.10",
77-
"@sxzz/prettier-config": "^2.2.5",
78-
"@types/node": "^24.10.1",
79-
"bumpp": "^10.3.1",
80-
"esbuild": "^0.27.0",
81-
"eslint": "^9.39.1",
82-
"prettier": "^3.6.2",
83-
"rolldown": "^1.0.0-beta.50",
84-
"rollup": "^4.53.2",
85-
"tsdown": "^0.16.5",
79+
"@sxzz/eslint-config": "^7.4.3",
80+
"@sxzz/prettier-config": "^2.2.6",
81+
"@types/node": "^25.0.3",
82+
"bumpp": "^10.3.2",
83+
"esbuild": "^0.27.2",
84+
"eslint": "^9.39.2",
85+
"prettier": "^3.7.4",
86+
"rolldown": "^1.0.0-beta.55",
87+
"rollup": "^4.53.5",
88+
"tsdown": "^0.18.1",
8689
"typescript": "^5.9.3",
87-
"vite": "^7.2.2",
88-
"vitest": "^4.0.10"
89-
},
90-
"engines": {
91-
"node": ">=20.18.0"
90+
"vite": "^7.3.0",
91+
"vitest": "^4.0.16"
9292
},
9393
"prettier": "@sxzz/prettier-config"
9494
}

0 commit comments

Comments
 (0)