Skip to content

Commit

Permalink
Upgrade creator to TypeScript 4.8 (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Aug 27, 2022
1 parent bd3f78c commit e1cd2e7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* (AlCalzone & klein0r) Fix automatic releases by requesting write permissions in `deploy` workflow (#961) · [Migration guide](docs/updates/20220827_deploy_write_permissions.md)
* (AlCalzone) Prevent widgets from overwriting VIS link by removing `localLinks` from `io-package.json` (#962)
* (AlCalzone) Append `.git` to HTTPS repository URLs (#963)
* (AlCalzone) Upgrade creator to TypeScript 4.8 (#964)

## 2.1.1 (2022-04-01)
* (UncleSamSwiss) Setting `eraseOnUpload` to `true` for React adapters (#886) · [Migration guide](docs/updates/20220301_erase_on_upload.md)
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@esm2cjs/p-limit": "^4.0.0",
"@iobroker/adapter-dev": "^1.0.1",
"@typescript-eslint/parser": "^5.35.0",
"alcalzone-shared": "^4.0.1",
"alcalzone-shared": "^4.0.3",
"ansi-colors": "^4.1.3",
"axios": "^0.27.2",
"debug": "^4.3.4",
Expand All @@ -80,7 +80,7 @@
"json5": "^2.2.1",
"prettier": "^2.7.1",
"semver": "^7.3.7",
"typescript": "~4.7.4",
"typescript": "~4.8.2",
"yargs": "^17.5.1"
},
"scripts": {
Expand Down

0 comments on commit e1cd2e7

Please sign in to comment.