Skip to content

Commit 0d93f01

Browse files
committed
chore: upgrade deps
1 parent 2ef3736 commit 0d93f01

File tree

3 files changed

+963
-1852
lines changed

3 files changed

+963
-1852
lines changed

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,27 @@
11
{
22
"name": "unplugin-replace",
3+
"type": "module",
34
"version": "0.6.2",
4-
"packageManager": "pnpm@10.21.0",
5+
"packageManager": "pnpm@10.26.0",
56
"description": "A universal bundler plugin which replaces targeted strings in files.",
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-replace#readme",
16-
"bugs": {
17-
"url": "https://github.com/unplugin/unplugin-replace/issues"
18-
},
1911
"repository": {
2012
"type": "git",
2113
"url": "git+https://github.com/unplugin/unplugin-replace.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-replace/issues"
17+
},
18+
"keywords": [
19+
"unplugin",
20+
"rollup",
21+
"vite",
22+
"esbuild",
23+
"webpack"
2724
],
28-
"main": "./dist/index.js",
29-
"module": "./dist/index.js",
30-
"types": "./dist/index.d.ts",
3125
"exports": {
3226
".": "./dist/index.js",
3327
"./vite": "./dist/vite.js",
@@ -39,6 +33,9 @@
3933
"./farm": "./dist/farm.js",
4034
"./*": "./*"
4135
},
36+
"main": "./dist/index.js",
37+
"module": "./dist/index.js",
38+
"types": "./dist/index.d.ts",
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",
@@ -62,29 +65,26 @@
6265
},
6366
"dependencies": {
6467
"rolldown-string": "^0.2.1",
65-
"unplugin": "^2.3.10"
68+
"unplugin": "^2.3.11"
6669
},
6770
"devDependencies": {
68-
"@sxzz/eslint-config": "^7.2.8",
69-
"@sxzz/prettier-config": "^2.2.4",
70-
"@sxzz/test-utils": "^0.5.12",
71-
"@types/node": "^24.10.0",
72-
"bumpp": "^10.3.1",
73-
"esbuild": "^0.27.0",
74-
"eslint": "^9.39.1",
71+
"@sxzz/eslint-config": "^7.4.3",
72+
"@sxzz/prettier-config": "^2.2.6",
73+
"@sxzz/test-utils": "^0.5.14",
74+
"@types/node": "^25.0.2",
75+
"bumpp": "^10.3.2",
76+
"esbuild": "^0.27.1",
77+
"eslint": "^9.39.2",
7578
"fast-glob": "^3.3.3",
76-
"prettier": "^3.6.2",
79+
"prettier": "^3.7.4",
7780
"rolldown": "1.0.0-beta.54",
78-
"rollup": "^4.53.1",
79-
"tsdown": "^0.16.1",
80-
"tsx": "^4.20.6",
81+
"rollup": "^4.53.4",
82+
"tsdown": "^0.18.0",
83+
"tsx": "^4.21.0",
8184
"typescript": "^5.9.3",
82-
"vite": "^7.2.2",
83-
"vitest": "^4.0.8",
84-
"webpack": "^5.102.1"
85-
},
86-
"engines": {
87-
"node": ">=20.19.0"
85+
"vite": "^7.3.0",
86+
"vitest": "^4.0.15",
87+
"webpack": "^5.103.0"
8888
},
8989
"prettier": "@sxzz/prettier-config"
9090
}

0 commit comments

Comments
 (0)