We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04429af commit 333c62fCopy full SHA for 333c62f
3 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "unplugin-preprocessor-directives",
3
"type": "module",
4
"version": "1.2.0",
5
- "packageManager": "pnpm@10.16.1",
+ "packageManager": "pnpm@10.20.0",
6
"description": "",
7
"license": "MIT",
8
"homepage": "https://github.com/kejunmao/unplugin-preprocessor-directives#readme",
@@ -196,6 +196,7 @@
196
},
197
"dependencies": {
198
"@jridgewell/remapping": "catalog:build",
199
+ "@rollup/pluginutils": "^5.3.0",
200
"dotenv-expand": "^12.0.3",
201
"magic-string": "catalog:utils",
202
"picocolors": "^1.1.1",
@@ -215,7 +216,7 @@
215
216
"nodemon": "catalog:build",
217
"rimraf": "catalog:utils",
218
"rollup": "catalog:build",
- "tsdown": "^0.15.12",
219
+ "tsdown": "^0.16.0",
220
"typescript": "catalog:build",
221
"vite": "catalog:vite",
222
"vitest": "catalog:vite",
0 commit comments