authelia/web/src
renovate[bot] 5f2edf3d42
build(deps): update dependency typescript to v4.4.2 (#2321)
* build(deps): update dependency typescript to v4.4.2

* fix(web): cast try catch err type to error

Typescript 4.x changes the default behaviour of try catch and its err type from `any` to [`unknown`](https://github.com/microsoft/TypeScript/pull/41013).

This change ensures that where we rely on said variable it is cast accordingly as an `Error`.

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-09-04 23:27:11 +10:00
..
assets/images [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
components test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
constants refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
hooks build(deps): update dependency typescript to v4.4.2 (#2321) 2021-09-04 23:27:11 +10:00
layouts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
models refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
services fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
themes build(deps): update dependency @material-ui/core to v4.12.0 (#2157) 2021-07-07 09:10:31 +10:00
utils refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
views build(deps): update dependency typescript to v4.4.2 (#2321) 2021-09-04 23:27:11 +10:00
App.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
App.tsx refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
react-app-env.d.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00