Skip to content

Commit d77f7de

Browse files
committed
chore: update deps
1 parent 8abfb24 commit d77f7de

File tree

4 files changed

+7919
-6055
lines changed

4 files changed

+7919
-6055
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-preprocessor-directives",
33
"type": "module",
44
"version": "1.0.3",
5-
"packageManager": "pnpm@8.14.1",
5+
"packageManager": "pnpm@10.16.1",
66
"description": "",
77
"license": "MIT",
88
"homepage": "https://github.com/kejunmao/unplugin-preprocessor-directives#readme",
@@ -170,27 +170,27 @@
170170
}
171171
},
172172
"dependencies": {
173-
"@jridgewell/remapping": "^2.3.5",
174-
"magic-string": "^0.30.5",
175-
"unplugin": "^1.6.0"
173+
"@jridgewell/remapping": "catalog:build",
174+
"magic-string": "catalog:utils",
175+
"unplugin": "catalog:utils"
176176
},
177177
"devDependencies": {
178-
"@antfu/eslint-config": "^2.6.3",
179-
"@nuxt/kit": "^3.9.3",
180-
"@nuxt/schema": "^3.9.3",
181-
"@types/node": "^20.11.5",
182-
"bumpp": "^9.3.0",
183-
"chalk": "^5.3.0",
184-
"eslint": "^8.56.0",
185-
"esno": "^4.0.0",
186-
"fast-glob": "^3.3.2",
187-
"nodemon": "^3.0.3",
188-
"rimraf": "^5.0.5",
189-
"rollup": "^4.9.5",
190-
"tsup": "^8.0.1",
191-
"typescript": "^5.3.3",
192-
"vite": "^5.0.12",
193-
"vitest": "^1.2.1",
194-
"webpack": "^5.89.0"
178+
"@antfu/eslint-config": "catalog:eslint",
179+
"@nuxt/kit": "catalog:nuxt",
180+
"@nuxt/schema": "catalog:nuxt",
181+
"@types/node": "catalog:types",
182+
"bumpp": "catalog:build",
183+
"chalk": "catalog:utils",
184+
"eslint": "catalog:eslint",
185+
"esno": "catalog:build",
186+
"fast-glob": "catalog:utils",
187+
"nodemon": "catalog:build",
188+
"rimraf": "catalog:utils",
189+
"rollup": "catalog:build",
190+
"tsup": "catalog:build",
191+
"typescript": "catalog:build",
192+
"vite": "catalog:vite",
193+
"vitest": "catalog:vite",
194+
"webpack": "catalog:build"
195195
}
196-
}
196+
}

playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dev": "nodemon -w '../src/**/*.ts' -e .ts -x vite dev"
55
},
66
"devDependencies": {
7-
"vite": "^5.0.12",
8-
"vite-plugin-inspect": "^0.8.1"
7+
"vite": "catalog:vite",
8+
"vite-plugin-inspect": "catalog:vite"
99
}
1010
}

0 commit comments

Comments
 (0)