mirror of
https://github.com/unjs/unplugin.git
synced 2026-02-01 16:56:37 +00:00
perf: make webpack-sources as an optional peer dependencies, close #410
This commit is contained in:
parent
0145dfdf3f
commit
e93c9c9360
11
package.json
11
package.json
@ -42,9 +42,16 @@
|
||||
"test": "nr test:build && vitest run --pool=forks",
|
||||
"test:build": "jiti scripts/buildFixtures.ts"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"webpack-sources": "^3"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"webpack-sources": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"acorn": "^8.12.1",
|
||||
"webpack-sources": "^3.2.3",
|
||||
"webpack-virtual-modules": "^0.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -62,7 +69,7 @@
|
||||
"conventional-changelog-cli": "^5.0.0",
|
||||
"esbuild": "^0.23.0",
|
||||
"esbuild-plugin-copy": "^2.1.1",
|
||||
"eslint": "^9.9.0",
|
||||
"eslint": "^9.9.1",
|
||||
"fast-glob": "^3.3.2",
|
||||
"fs-extra": "^11.2.0",
|
||||
"jiti": "^1.21.6",
|
||||
|
||||
803
pnpm-lock.yaml
generated
803
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user