Skip to content

Commit 10d6f18

Browse files
committed
(simatec) dependencies updated
1 parent 354049a commit 10d6f18

5 files changed

Lines changed: 341 additions & 289 deletions

File tree

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
strategy:
2727
matrix:
28-
node-version: [20.x]
28+
node-version: [22.x]
2929

3030
steps:
3131
- uses: actions/checkout@v4
@@ -92,7 +92,7 @@ jobs:
9292
runs-on: ubuntu-latest
9393
strategy:
9494
matrix:
95-
node-version: [20.x]
95+
node-version: [22.x]
9696

9797
steps:
9898
- name: Checkout code

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ When the adapter crashes or an other Code error happens, this error message that
8181
<!--### __WORK IN PROGRESS__-->
8282
### __WORK IN PROGRESS__
8383
* (simatec) small fix
84+
* (simatec) dependencies updated
8485

8586
### 1.1.11 (2025-08-15)
8687
* (simatec) dependencies updated

io-package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@
154154
},
155155
"dependencies": [
156156
{
157-
"js-controller": ">=5.0.19"
157+
"js-controller": ">=6.0.11"
158158
}
159159
],
160160
"globalDependencies": [
161161
{
162-
"admin": ">=7.4.10"
162+
"admin": ">=7.6.17"
163163
}
164164
],
165165
"plugins": {

0 commit comments

Comments
 (0)