Skip to content

Commit

Permalink
fix(action): fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
h7ml committed May 7, 2022
1 parent 65d09b4 commit 1811f81
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* **api:** replace API interface ([04593e7](https://github.com/dgiot/dgiot-dashboard/commit/04593e7de3175de1d218d7b343ba8dc483488a46))
* create factory ([811ebc9](https://github.com/dgiot/dgiot-dashboard/commit/811ebc9edbc7234c5422ebdeeab509b85dcbcc98))
* dashboard json ([5476603](https://github.com/dgiot/dgiot-dashboard/commit/5476603dad0ac1230ef13407f2055f58e6a75927))
* **dashboardid:** jump to dashboard with fixed ID ([65d09b4](https://github.com/dgiot/dgiot-dashboard/commit/65d09b47f1ed25fef34993575e0a97662472a3bb))
* device(task) ([153b249](https://github.com/dgiot/dgiot-dashboard/commit/153b249658a2a15f38aaa0584f5795a55aa7ff6b))
* **device:** rewrite device list interface ([0fdb3c8](https://github.com/dgiot/dgiot-dashboard/commit/0fdb3c8182ba074466d4fa5e33bf2bfab9014696))
* **device:** rewrite device management interface ([85ad1b0](https://github.com/dgiot/dgiot-dashboard/commit/85ad1b072954fba850f9d0de27a280e6187e03de))
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* **api:** replace API interface ([04593e7](https://github.com/dgiot/dgiot-dashboard/commit/04593e7de3175de1d218d7b343ba8dc483488a46))
* create factory ([811ebc9](https://github.com/dgiot/dgiot-dashboard/commit/811ebc9edbc7234c5422ebdeeab509b85dcbcc98))
* dashboard json ([5476603](https://github.com/dgiot/dgiot-dashboard/commit/5476603dad0ac1230ef13407f2055f58e6a75927))
* **dashboardid:** jump to dashboard with fixed ID ([65d09b4](https://github.com/dgiot/dgiot-dashboard/commit/65d09b47f1ed25fef34993575e0a97662472a3bb))
* device(task) ([153b249](https://github.com/dgiot/dgiot-dashboard/commit/153b249658a2a15f38aaa0584f5795a55aa7ff6b))
* **device:** rewrite device list interface ([0fdb3c8](https://github.com/dgiot/dgiot-dashboard/commit/0fdb3c8182ba074466d4fa5e33bf2bfab9014696))
* **device:** rewrite device management interface ([85ad1b0](https://github.com/dgiot/dgiot-dashboard/commit/85ad1b072954fba850f9d0de27a280e6187e03de))
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* **api:** replace API interface ([04593e7](https://github.com/dgiot/dgiot-dashboard/commit/04593e7de3175de1d218d7b343ba8dc483488a46))
* create factory ([811ebc9](https://github.com/dgiot/dgiot-dashboard/commit/811ebc9edbc7234c5422ebdeeab509b85dcbcc98))
* dashboard json ([5476603](https://github.com/dgiot/dgiot-dashboard/commit/5476603dad0ac1230ef13407f2055f58e6a75927))
* **dashboardid:** jump to dashboard with fixed ID ([65d09b4](https://github.com/dgiot/dgiot-dashboard/commit/65d09b47f1ed25fef34993575e0a97662472a3bb))
* device(task) ([153b249](https://github.com/dgiot/dgiot-dashboard/commit/153b249658a2a15f38aaa0584f5795a55aa7ff6b))
* **device:** rewrite device list interface ([0fdb3c8](https://github.com/dgiot/dgiot-dashboard/commit/0fdb3c8182ba074466d4fa5e33bf2bfab9014696))
* **device:** rewrite device management interface ([85ad1b0](https://github.com/dgiot/dgiot-dashboard/commit/85ad1b072954fba850f9d0de27a280e6187e03de))
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"url": "git+https://github.com/dgiot/dgiot-dashboard.git"
},
"dependencies": {
"vue": "^2.5.17",
"react": "16.8.0",
"react-dom": "17.0.0",
"typescript": "2.7.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 1811f81

Please sign in to comment.