Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
fix: Mock server plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 authored and Ludwig Richter committed Apr 10, 2021
1 parent 2969416 commit d766f91
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 197 deletions.
82 changes: 43 additions & 39 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"dependencies": {
"@adobe/react-spectrum": "^3.9.0",
"@fliegwerk/logsemts": "^0.4.0-0",
"@react-spectrum/table": "^3.0.0-alpha.10",
"@react-spectrum/tabs": "^3.0.0-beta.0",
"@spectrum-icons/illustrations": "^3.2.1",
Expand All @@ -38,6 +39,7 @@
"@wuespace/telestion-client-core": "^0.12.0",
"@wuespace/telestion-client-prop-types": "^0.12.0",
"@wuespace/vertx-mock-server": "^0.12.0",
"chalk": "^3.0.0",
"electron": "^12.0.2",
"leaflet": "^1.7.1",
"react": "^17.0.2",
Expand Down
3 changes: 3 additions & 0 deletions src/model/messages/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export * from './amplitude';
export * from './baro-data';
export * from './flight-state';
export * from './gps-data';
export * from './nine-dof';
export * from './spectrum';
export * from './velocity';
Loading

0 comments on commit d766f91

Please sign in to comment.