Skip to content

Commit 8208575

Browse files
Upgraded Lightning core dependency to latest version (2.12.0).
1 parent 8a841d7 commit 8208575

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.0",
3030
"@michieljs/execute-as-promise": "^1.0.0",
3131
"deepmerge": "^4.2.2",

0 commit comments

Comments
 (0)