Skip to content

Commit e4f22b4

Browse files
committed
test(shrinkwrap-extractor): Fix fixture for project.c
1 parent 4517f78 commit e4f22b4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

internal/shrinkwrap-extractor/test/expected/package.c/npm-shrinkwrap.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/shrinkwrap-extractor/test/fixture/project.c/package-lock.fixture.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"version": "1.0.0",
3434
"license": "Apache-2.0",
3535
"dependencies": {
36-
"@sapui5/some-thirdparty": "^1.0.0",
36+
"@sapui5/some-thirdparty": "^2.0.0",
3737
"@ui5/module-a": "^1.0.0",
3838
"@ui5/module-b": "^1.0.0"
3939
},
@@ -45,7 +45,7 @@
4545
"license": "Apache-2.0",
4646
"dependencies": {
4747
"@ui5/module-b": "^1.0.0",
48-
"@sapui5/some-thirdparty": "^2.0.0"
48+
"@sapui5/some-thirdparty": "^1.0.0"
4949
},
5050
"devDependencies": {}
5151
},
@@ -54,15 +54,15 @@
5454
"version": "1.0.0",
5555
"license": "Apache-2.0",
5656
"dependencies": {
57-
"@sapui5/some-thirdparty": "^2.0.0"
57+
"@sapui5/some-thirdparty": "^1.0.0"
5858
},
5959
"devDependencies": {}
6060
},
6161
"node_modules/@sapui5/some-thirdparty": {
62-
"version": "2.0.0"
63-
},
64-
"node_modules/@ui5/target/node_modules/@sapui5/some-thirdparty": {
6562
"version": "1.0.0"
63+
},
64+
"packages/target/node_modules/@sapui5/some-thirdparty": {
65+
"version": "2.0.0"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)