Skip to content

Commit caf12a2

Browse files
committed
update tests
1 parent f9520fb commit caf12a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/specs/config_changes/PatchChangingRemovesNpmDeps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
# output
171171
{
172-
"version": "4",
172+
"version": "5",
173173
"specifiers": {
174174
"jsr:@scope/package_a@*": "0.0.1"
175175
},

tests/specs/config_changes/PatchChangingRemovesNpmDeps2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
# output
188188
{
189-
"version": "4",
189+
"version": "5",
190190
"specifiers": {
191191
"jsr:@scope/package_a@*": "0.0.1"
192192
},

tests/specs/config_changes/PatchNotChangingKeepsNpmDeps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169

170170
# output
171171
{
172-
"version": "4",
172+
"version": "5",
173173
"specifiers": {
174174
"jsr:@scope/package_a@*": "0.0.1",
175175
"npm:ts-morph@*": "21.0.1"

0 commit comments

Comments
 (0)