Skip to content

Commit

Permalink
Update requirements for js-controller and admin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 13, 2024
1 parent 18ce399 commit 944f50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/io-package.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,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

0 comments on commit 944f50f

Please sign in to comment.