Skip to content

Commit

Permalink
fix(build): fix build dependencies typescript versions
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed May 7, 2022
1 parent 1811f81 commit 040b851
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Bug Fixes

* action ([b72124f](https://github.com/dgiot/dgiot-dashboard/commit/b72124f100c005a8db5794cff91786658e8649cd))
* **action:** fix build error ([1811f81](https://github.com/dgiot/dgiot-dashboard/commit/1811f813c1b327c20ca99476c77eaced10d4c5f1))
* **action:** fix dgiot-dashboard/settings#git-gc ([10c32cb](https://github.com/dgiot/dgiot-dashboard/commit/10c32cba4ccc03cc813839ce1545eb0f34f7e09b))
* **axios:** repair request parameter return logic ([6183d9e](https://github.com/dgiot/dgiot-dashboard/commit/6183d9e8ad9119e046a4401464203875194db257))
* clear console ([05876ed](https://github.com/dgiot/dgiot-dashboard/commit/05876ed85293de06cfbda2d46f064d72ea743848))
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Bug Fixes

* action ([b72124f](https://github.com/dgiot/dgiot-dashboard/commit/b72124f100c005a8db5794cff91786658e8649cd))
* **action:** fix build error ([1811f81](https://github.com/dgiot/dgiot-dashboard/commit/1811f813c1b327c20ca99476c77eaced10d4c5f1))
* **action:** fix dgiot-dashboard/settings#git-gc ([10c32cb](https://github.com/dgiot/dgiot-dashboard/commit/10c32cba4ccc03cc813839ce1545eb0f34f7e09b))
* **axios:** repair request parameter return logic ([6183d9e](https://github.com/dgiot/dgiot-dashboard/commit/6183d9e8ad9119e046a4401464203875194db257))
* clear console ([05876ed](https://github.com/dgiot/dgiot-dashboard/commit/05876ed85293de06cfbda2d46f064d72ea743848))
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Bug Fixes

* action ([b72124f](https://github.com/dgiot/dgiot-dashboard/commit/b72124f100c005a8db5794cff91786658e8649cd))
* **action:** fix build error ([1811f81](https://github.com/dgiot/dgiot-dashboard/commit/1811f813c1b327c20ca99476c77eaced10d4c5f1))
* **action:** fix dgiot-dashboard/settings#git-gc ([10c32cb](https://github.com/dgiot/dgiot-dashboard/commit/10c32cba4ccc03cc813839ce1545eb0f34f7e09b))
* **axios:** repair request parameter return logic ([6183d9e](https://github.com/dgiot/dgiot-dashboard/commit/6183d9e8ad9119e046a4401464203875194db257))
* clear console ([05876ed](https://github.com/dgiot/dgiot-dashboard/commit/05876ed85293de06cfbda2d46f064d72ea743848))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"vue": "^2.5.17",
"react": "16.8.0",
"react-dom": "17.0.0",
"typescript": "2.7.0",
"typescript": "4.6.0",
"@dgiot/dgiot-component": "0.0.3",
"@dgiot/dgiot-icons": "0.0.19",
"@dgiot/dgiot-monaco": "^0.2.2",
Expand Down

0 comments on commit 040b851

Please sign in to comment.