Skip to content

Commit

Permalink
Update requirements for js-controller and admin to current stable ver…
Browse files Browse the repository at this point in the history
…sions (#1116)
  • Loading branch information
AlCalzone authored Sep 13, 2024
1 parent d161a58 commit 27519f6
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
(at the beginning of a new line)
-->
## __WORK IN PROGRESS__
* (AlCalzone) Update required versions of `js-controller` and `admin` to the current stable versions (#1116)
* (AlCalzone) Remove deprecated `main` and `title` fields from `io-package.json` (#1115)
* (AlCalzone) Remove deprecated license field from `io-package.json` (#1114)
* (AlCalzone) Add Node.js 22 as a supported version, set 20 as the default choice (#1112)
Expand Down
4 changes: 2 additions & 2 deletions templates/io-package.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ export = (async answers => {
${supportCustom ? `"supportCustoms": true,` : ""}
${useReact ? `"eraseOnUpload": true,` : ""}
"dependencies": [
${isAdapter ? `{ "js-controller": ">=3.3.22" },` : ""}
${isAdapter ? `{ "js-controller": ">=6.0.11" },` : ""}
${isWidget ? `"vis",` : ""}
],
"globalDependencies": [
${isAdapter ? `{ "admin": "${useJsonConfig ? ">=5.1.13" : ">=5.0.0" }" },` : ""}
${isAdapter ? `{ "admin": "7.0.23" },` : ""}
],
},
"native": ${JSON.stringify(adapterSettings)},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/adapter_JS_React/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@
"supportCustoms": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/adapter_TS_React/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
"eraseOnUpload": true,
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/connectionIndicator_yes/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/connectionType/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/customAdapterSettings/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/description_empty_1/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/description_empty_2/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/description_valid/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/keywords/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/no_config/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/startMode_schedule/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down
4 changes: 2 additions & 2 deletions test/baselines/type_storage/io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
},
"dependencies": [
{
"js-controller": ">=3.3.22"
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
"admin": "7.0.23"
}
]
},
Expand Down

0 comments on commit 27519f6

Please sign in to comment.