Skip to content

Commit 2626314

Browse files
authored
Merge pull request #33 from phillipivan/main
update companion-module-base
2 parents ec2efa5 + accaf97 commit 2626314

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aimedia-lexilive",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"main": "src/main.js",
55
"type": "module",
66
"scripts": {
@@ -15,15 +15,15 @@
1515
"url": "git+https://github.com/bitfocus/companion-module-aimedia-lexilive.git"
1616
},
1717
"dependencies": {
18-
"@companion-module/base": "~1.13.4",
18+
"@companion-module/base": "~1.13.5",
1919
"axios": "^1.13.2",
2020
"lodash": "^4.17.21",
2121
"p-queue": "^9.0.1"
2222
},
2323
"devDependencies": {
2424
"@companion-module/tools": "^2.4.2",
2525
"eslint": "^9.39.1",
26-
"prettier": "^3.7.2"
26+
"prettier": "^3.7.3"
2727
},
2828
"engines": {
2929
"node": "^22.13"

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ __metadata:
55
version: 8
66
cacheKey: 10c0
77

8-
"@companion-module/base@npm:~1.13.4":
9-
version: 1.13.4
10-
resolution: "@companion-module/base@npm:1.13.4"
8+
"@companion-module/base@npm:~1.13.5":
9+
version: 1.13.5
10+
resolution: "@companion-module/base@npm:1.13.5"
1111
dependencies:
1212
ajv: "npm:^8.17.1"
1313
colord: "npm:^2.9.3"
@@ -18,7 +18,7 @@ __metadata:
1818
p-queue: "npm:^6.6.2"
1919
p-timeout: "npm:^4.1.0"
2020
tslib: "npm:^2.8.1"
21-
checksum: 10c0/1d57fc67d10cef7cda1d627daac8c79b03be1059a18ff5476f0427a35909fa8d53cd29c1bb0c8d37a65c59e15b0ee561b8faeb318f2511efae6974e4c3d9a9e5
21+
checksum: 10c0/cb88a1a57a1aa1c60b4198bc055446ec8184a16bd724c39596bd112b309bd570af120462f1642146d363abfbe62ca9adad07c9cfc2eb2a875693413b8e308956
2222
languageName: node
2323
linkType: hard
2424

@@ -575,13 +575,13 @@ __metadata:
575575
version: 0.0.0-use.local
576576
resolution: "aimedia-lexilive@workspace:."
577577
dependencies:
578-
"@companion-module/base": "npm:~1.13.4"
578+
"@companion-module/base": "npm:~1.13.5"
579579
"@companion-module/tools": "npm:^2.4.2"
580580
axios: "npm:^1.13.2"
581581
eslint: "npm:^9.39.1"
582582
lodash: "npm:^4.17.21"
583583
p-queue: "npm:^9.0.1"
584-
prettier: "npm:^3.7.2"
584+
prettier: "npm:^3.7.3"
585585
languageName: unknown
586586
linkType: soft
587587

@@ -2023,12 +2023,12 @@ __metadata:
20232023
languageName: node
20242024
linkType: hard
20252025

2026-
"prettier@npm:^3.7.2":
2027-
version: 3.7.2
2028-
resolution: "prettier@npm:3.7.2"
2026+
"prettier@npm:^3.7.3":
2027+
version: 3.7.3
2028+
resolution: "prettier@npm:3.7.3"
20292029
bin:
20302030
prettier: bin/prettier.cjs
2031-
checksum: 10c0/df3d658df301face0918f8ecbd4354f32e1151d83a3a4720c7f252342baf631466568f708e0e57beea55bbc56415c40208adc76a91d5f1a88f3e743d0d775dc0
2031+
checksum: 10c0/ee86bb06121c74dadc54f30b6f99aff6288966d9b842ce501d6991e20d20c6ce2d45028651b3b0955ca6e5fa89c1bee1e72b6f810243a93cef8bc69737972ef7
20322032
languageName: node
20332033
linkType: hard
20342034

0 commit comments

Comments
 (0)