Commit graph

9 commits

Author SHA1 Message Date
Thebora Kompanioni
88ed96ffb4
ci(deps): update codeql actions from v2 to v3 (#763) 2024-05-22 15:34:31 +05:30
Thebora Kompanioni
82f2ae730f
build(deps): update dependencies (#757)
* build(deps): update testing libs dependencies

 @testing-library/jest-dom    ^6.2.0  →    ^6.4.5
 @testing-library/react      ^14.1.2  →   ^15.0.7
 @types/jest                ^29.5.11  →  ^29.5.12

* build(deps): update react from v18.2.0 to v18.3.1

 @types/react      ^18.2.47  →  ^18.3.2
 @types/react-dom  ^18.2.18  →  ^18.3.0
 react             ^18.2.0  →  ^18.3.1
 react-dom         ^18.2.0  →  ^18.3.1

* build(deps): update i18next lib dependencies

* ci(deps): update github actions deps

* build(deps): update bootstrap from v5.3.2 to v5.3.3

 @emotion/react  ^11.11.3  →  ^11.11.4
 bootstrap         ^5.3.2  →    ^5.3.3

* build(deps): update react-router-dom from v6.21.1 to v6.23.1

* build(dev-deps): update prettier from v3.1.1 to v3.2.5
2024-05-17 18:19:33 +05:30
Thebora Kompanioni
dc0e83be33
deps(workflow): update github actions to newest versions (#552) 2022-10-26 21:37:01 +02:00
Thebora Kompanioni
e37fcf04c5
chore(github): add issue templates (#526)
* chore(github): add issue templates

* chore(github): minor improvement to issue templates

Co-authored-by: Gigi <109058+dergigi@users.noreply.github.com>
2022-10-03 18:30:26 +02:00
Thebora Kompanioni
087eb0782e
deps: update dependencies (#425)
* deps: remove unused lib moving-letters

* deps: update react-bootstrap from v2.4.0 to v2.5.0-beta.1

* deps: update react-router-bootstrap from v0.26.1 to v0.26.2

* deps: update bootstrap from v5.1.3 to v5.2.0

* dev: update node from v16.11.0 to v16.16.0 in GitHub build action

* dev: harmonize options button styles on Receive and Earn page
2022-07-26 16:29:49 +02:00
Thebora Kompanioni
f32e95ac8e
dev: enable npm config engine-strict (#197)
* dev: enable engine-strict to enforce specified npm/node min versions

* dev: update npm min version from v7.0.0 to v8.0.0

* dev: update node min version from v16.0.0 to v16.11.0
2022-04-04 09:30:42 +02:00
Thebora Kompanioni
90fa57374b
test: add basic test suite (#130)
* test: add basic test for App component

* test: add basic test for Wallets component

* Debug log only in dev env (spare test environment)

* ci: enable tests in GitHub build workflow

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-03-03 11:04:31 +01:00
d11n
eb59bd7b76
Add build workflow (#25)
* Add build workflow

Perform the lint, test and build tasks on master and pull requests targeting master.

* Format CSS file

* Exclude non-existing tests for now
2022-01-27 15:51:00 +01:00
d11n
d2e81c9b6a
Create codeql-analysis.yml 2022-01-04 14:29:28 +01:00