Skip to content

Commit 67a53b2

Browse files
committed
fix: Use correct deps
1 parent 394bdb4 commit 67a53b2

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.changeset/chatty-crabs-tell.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
"@debugids/rolldown": patch
3+
"@debugids/browser": patch
4+
"@debugids/esbuild": patch
5+
"@debugids/webpack": patch
6+
"@debugids/common": patch
7+
"@debugids/parcel-optimizer-debugids": patch
8+
"@debugids/rollup": patch
9+
"@debugids/rspack": patch
10+
"@debugids/node": patch
11+
"@debugids/vite": patch
12+
"@debugids/cli": patch
13+
---
14+
15+
fix: Use correct deps

packages/rolldown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:watch": "rollup --config rollup.config.mjs --watch"
2626
},
2727
"dependencies": {
28-
"@debugids/common": "0.1.0"
28+
"@debugids/rollup": "0.1.0"
2929
},
3030
"publishConfig": {
3131
"access": "public",

packages/rspack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:watch": "rollup --config rollup.config.mjs --watch"
2626
},
2727
"dependencies": {
28-
"@debugids/common": "0.1.0"
28+
"@debugids/webpack": "0.1.0"
2929
},
3030
"publishConfig": {
3131
"access": "public",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build:watch": "rollup --config rollup.config.mjs --watch"
2626
},
2727
"dependencies": {
28-
"@debugids/common": "0.1.0"
28+
"@debugids/rollup": "0.1.0"
2929
},
3030
"publishConfig": {
3131
"access": "public",

0 commit comments

Comments
 (0)