Skip to content

Commit 3b4bd34

Browse files
Merge pull request #412 from rdkcentral/fix/lightning-core-version-bump
Upgraded Lightning core dependency to latest version (2.12.0).
2 parents 637417a + c6ca150 commit 3b4bd34

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
],
66
"eslint.alwaysShowStatus": true,
77
"editor.codeActionsOnSave": {
8-
"source.fixAll.eslint": true
8+
"source.fixAll.eslint": "explicit"
99
}
1010
}

package-lock.json

Lines changed: 7 additions & 7 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
@@ -25,7 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@babel/polyfill": "^7.11.5",
28-
"@lightningjs/core": "^2.7.0",
28+
"@lightningjs/core": "^2.12.0",
2929
"@metrological/sdk": "^1.0.2",
3030
"@michieljs/execute-as-promise": "^1.0.0",
3131
"deepmerge": "^4.2.2",

0 commit comments

Comments
 (0)