-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pinned adapter dependencies (#880)
- Loading branch information
Showing
13 changed files
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ const templateFunction: TemplateFunction = async answers => { | |
"@types/node@14", | ||
] : []), | ||
...(useTypeChecking ? [ | ||
"typescript@~4.4", | ||
"typescript@~4.5", | ||
] : []), | ||
...(useTypeScript ? [ | ||
// enhance testing through TS tools | ||
|
@@ -69,22 +69,20 @@ const templateFunction: TemplateFunction = async answers => { | |
] : []), | ||
...(useReact ? [ | ||
// React | ||
"react@16", // Pinned to v16 for now, don't forget to update @types/react[-dom] aswell | ||
"react-dom@16", | ||
"react", | ||
"react-dom", | ||
// ioBroker react framework | ||
"@iobroker/[email protected].13", | ||
"@iobroker/[email protected].19", | ||
// UI library | ||
"@material-ui/core", | ||
] : []), | ||
...(useTypeChecking && useReact ? [ | ||
// React's type definitions | ||
"@types/react@16", | ||
"@types/react-dom@16", | ||
"@types/react", | ||
"@types/react-dom", | ||
] : []), | ||
...(useESLint ? [ | ||
// The downstream packages like typescript-eslint don't support ESLint 8 yet. | ||
// Until they do, pin the version | ||
"eslint@7" | ||
"eslint" | ||
] : []), | ||
...((useESLint && useTypeScript) ? [ | ||
"@typescript-eslint/eslint-plugin", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters