dependabot[bot]
283672edfc
Bump vite from 2.5.3 to 2.6.14 in /maker-frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 2.5.3 to 2.6.14.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v2.6.14/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.6.14/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
541297d43f
Bump @types/react from 17.0.20 to 17.0.35 in /maker-frontend
Bumps [@types/react ](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 17.0.20 to 17.0.35.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
626dcb7430
Bump @typescript-eslint/parser from 4.31.0 to 4.33.0 in /maker-frontend
Bumps [@typescript-eslint/parser ](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.31.0 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
itchymax
088bf45112
Add new taker-frontend and rename old to maker-frontend
3 years ago
Daniel Karzel
558443b97d
Properly configure linting and fix lint errors
Also adds tsc as command so it can more easily be used in run configurations.
3 years ago
Thomas Eizinger
f265e01146
Bundling does not require type-checking
Bundling the frontend does not necessarily require type checking,
nor should type checking imply bundling.
TSC is also fairly slow. Separate the two and invoke tsc separately in
CI.
3 years ago
Philipp Hoenisch
95713fc4cd
Add table for rendering CFDs
3 years ago
Thomas Eizinger
47c2fee8c6
Replace axios with fetch
No need for a dependency for simple HTTP requests.
3 years ago
Daniel Karzel
be7fa3e612
Initial daemon and frontend for taker and maker
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
3 years ago