File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 20
20
" @testrepo/dep02" ,
21
21
" @testrepo/new-namespace" ,
22
22
" @testrepo/namespace-casing" ,
23
- " @testrepo/with-dev-deps"
23
+ " @testrepo/with-dev-deps" ,
24
+ " @testrepo/compiled-by-legacy"
24
25
],
25
26
"bs-dependencies" : [
26
27
" @testrepo/main" ,
27
28
" @testrepo/dep01" ,
28
29
" @testrepo/dep02" ,
29
30
" @testrepo/new-namespace" ,
30
31
" @testrepo/namespace-casing" ,
31
- " @testrepo/with-dev-deps"
32
+ " @testrepo/with-dev-deps" ,
33
+ " @testrepo/compiled-by-legacy"
32
34
],
33
35
"reason" : {
34
36
"react-jsx" : 3
Original file line number Diff line number Diff line change 8
8
" packages/dep02" ,
9
9
" packages/new-namespace" ,
10
10
" packages/namespace-casing" ,
11
- " packages/with-dev-deps"
11
+ " packages/with-dev-deps" ,
12
+ " packages/compiled-by-legacy"
12
13
]
13
14
},
14
15
"dependencies" : {
Original file line number Diff line number Diff line change 12
12
"author" : " " ,
13
13
"license" : " MIT" ,
14
14
"dependencies" : {
15
+ "@testrepo/compiled-by-legacy" : " *" ,
15
16
"@testrepo/dep01" : " *"
16
17
}
17
18
}
Original file line number Diff line number Diff line change @@ -40,6 +40,12 @@ __metadata:
40
40
languageName : node
41
41
linkType : hard
42
42
43
+ " @testrepo/compiled-by-legacy@npm:*, @testrepo/compiled-by-legacy@workspace:packages/compiled-by-legacy " :
44
+ version : 0.0.0-use.local
45
+ resolution : " @testrepo/compiled-by-legacy@workspace:packages/compiled-by-legacy"
46
+ languageName : unknown
47
+ linkType : soft
48
+
43
49
" @testrepo/dep01@npm:*, @testrepo/dep01@workspace:packages/dep01 " :
44
50
version : 0.0.0-use.local
45
51
resolution : " @testrepo/dep01@workspace:packages/dep01"
@@ -58,6 +64,7 @@ __metadata:
58
64
version : 0.0.0-use.local
59
65
resolution : " @testrepo/main@workspace:packages/main"
60
66
dependencies :
67
+ " @testrepo/compiled-by-legacy " : " npm:*"
61
68
" @testrepo/dep01 " : " npm:*"
62
69
languageName : unknown
63
70
linkType : soft
You can’t perform that action at this time.
0 commit comments