Commit Graph

35 Commits

Author SHA1 Message Date
snyk-bot
4163184e58
fix: upgrade @reduxjs/toolkit from 1.9.0 to 1.9.3
Snyk has created this PR to upgrade @reduxjs/toolkit from 1.9.0 to 1.9.3.

See this package in npm:
https://www.npmjs.com/package/@reduxjs/toolkit

See this project in Snyk:
https://app.snyk.io/org/mastermindzh/project/1579c544-8846-4f3a-a47d-08a9afd505f2?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-03-28 03:24:09 +00:00
619acfad91
Merge pull request #4 from Mastermindzh/snyk-fix-15ceb24d288dc99aa169f1fe38d9993a
[Snyk] Security upgrade nginx from 1.17.3 to 1.22.1
2023-03-27 09:56:06 +02:00
snyk-bot
5ce30c3f7e
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN10-APT-1049974
- https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944
- https://snyk.io/vuln/SNYK-DEBIAN10-FREETYPE-1019582
- https://snyk.io/vuln/SNYK-DEBIAN10-GZIP-2444259
- https://snyk.io/vuln/SNYK-DEBIAN10-LIBTASN16-3061094
2023-03-27 07:55:50 +00:00
d16e0f2726 chore: update dependencies 2022-11-08 21:35:48 +01:00
9bb18afa14 ignore oidc fetch stuff 2022-08-30 13:47:13 +02:00
f76f91e667 Added login command for cypress and SSO protected pages 2022-08-25 14:10:46 +02:00
e20fea679a Added CypressStrictMode 2022-08-15 11:51:40 +02:00
c0a0ea66a6 eslint now receives the glob itself 2022-08-08 14:48:59 +02:00
4b61b4a370 Added styled components
- also removed existing css
  - left the capabilities included
2022-08-08 14:08:16 +02:00
e733c4a9f6
Merge pull request #2 from Inforitnl/master
Sync back to private stuff
2022-07-26 11:18:17 +02:00
b9d3025163 Added react-oidc (use demo/demo)
Added an example of an authentication protected page (tenders)
Added an example with the built in proxy (to combat CORS) (tendersguru)
2022-07-26 11:15:36 +02:00
8496f5cfbe Moved examples into example directory
Moved routes to separate file
Used route constants
2022-07-26 10:32:11 +02:00
de1484e9a1
Merge branch 'Mastermindzh:master' into master 2022-07-25 12:44:35 +02:00
7b6cd6d286 added globignore for type files 2022-07-25 12:26:23 +02:00
2728820b71
Merge branch 'Mastermindzh:master' into master 2022-07-25 11:22:28 +02:00
78f7009ab3 fixed docs.... 2022-07-25 11:21:52 +02:00
ca0f973d07
Merge branch 'Mastermindzh:master' into master 2022-07-25 11:20:50 +02:00
87e5d4067a Moved config to infrastructure :) 2022-07-25 11:20:14 +02:00
126c80c7c4
Merge pull request #2 from Inforitnl/update/from-upstream
Update/from upstream
2022-07-25 11:16:50 +02:00
3d5e41ec42 Merge branch 'master' of github.com:Mastermindzh/react-starter-kit into update/from-upstream 2022-07-25 11:15:48 +02:00
33fe4249a2 typo :) 2022-07-25 10:16:13 +02:00
5829588665 Added the possibility to override partial configs during deployments
Added default output to jest (for terminal output...)
Upgraded npm packages. Left jest on 27 because of breaking changes in 28
2022-07-25 10:13:47 +02:00
dc81451685
Merge branch 'Mastermindzh:master' into master 2022-07-19 12:22:54 +02:00
3324b299fd e2e step now starts a server before running tests 2022-07-19 12:21:33 +02:00
d41e9d3af4 forking outside of github instructions 2022-07-19 11:17:38 +02:00
5856a761cd
Merge pull request #1 from Inforitnl/master
i18n, more test config, etc
2022-07-19 10:41:23 +02:00
2e49bd9f09 - Added npm run commands to support inforitnl/front-end-build
- Fixed e2e test which targeted the wrong word.
- Updated minor/patch versions of npm packages
- Added junit output for test runners
2022-07-19 10:40:02 +02:00
0003df5fab - Added translations
- Added pluralization example
  - Added formatter example (with Luxon)
  - Used HTTP loader
- Added a suspense fallback page for app loading
- Added cypress eslint rules
2022-07-08 15:05:05 +02:00
7d9c7037bc added cypress eslint config 2022-07-07 14:10:41 +02:00
294e054524 added cypress ignores and removed a space for the navbar 2022-06-30 11:03:31 +02:00
3a72c2131d reconfigured husky for the new version 2022-06-27 18:21:31 +02:00
ce501ae58a re-installed lint-staged and husky 2022-06-27 18:09:02 +02:00
27ab739bf8 updated readme 2022-06-27 18:06:28 +02:00
30f27d26e6 added cypress 2022-06-27 18:04:55 +02:00
3cb1759648 - Updated to React 18
- Updated for public release
  - Git was reset for privacy reasons
2022-06-27 16:41:03 +02:00