Skip to content

Commit 5a8c7e6

Browse files
committed
Macports fix
1 parent 5192da0 commit 5a8c7e6

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"license": "ISC",
4242
"type": "module",
4343
"dependencies": {
44-
"@codifycli/plugin-core": "1.1.0-beta22",
44+
"@codifycli/plugin-core": "1.1.0-beta23",
4545
"@codifycli/schemas": "1.1.0-beta8",
4646
"ajv": "^8.18.0",
4747
"ajv-formats": "^2.1.1",

test/macports/macports.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ describe('Macports resource integration tests', { skip: !Utils.isMacOS() }, () =
1111
await PluginTester.fullTest(pluginPath, [{
1212
type: 'macports',
1313
install: [
14-
{ name: 'libelf', version: '@0.8.13_4' },
14+
{ name: 'libelf', version: '@0.8.13_6' },
1515
'aom'
1616
]
1717
}], {

0 commit comments

Comments
 (0)