Skip to content

Commit aa07791

Browse files
DutchBenRuben van Leeuwen
andauthored
1487 update npm (#56)
* 1487: Updates to latest version of elastic ui * 1487: Updates all minor versions * 1487: Updates lib version to 2.5.0 * 1487: Updates @types/node major version * 1487: Updates typescript * 1487: Remove directly importing css from elasticEUI. Not needed anymore * 1487: Downgrade to react-redux 8.* * 1487: Remove overrides * 1487: Downgrade react-redux to 8* * 1487: Readd ovverride for react-no-ssr * 1487: Update to latest version of elastic eui * 1487: Npm minor version upgrade * 1487: Update lib and jest-config version --------- Co-authored-by: Ruben van Leeuwen <ruben.vanleeuwen@surf.nl>
1 parent 3c514f9 commit aa07791

File tree

5 files changed

+307
-372
lines changed

5 files changed

+307
-372
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ WORKFLOW_INFORMATION_LINK_URL="https://workfloworchestrator.org/"
1111
ENABLE_SUPPORT_MENU_ITEM=true
1212
SUPPORT_MENU_ITEM_URL="https://workfloworchestrator.org/orchestrator-core/reference-docs/tldr/"
1313

14+
# Disable cache - usefull when in development
15+
NEXT_PUBLIC_DISABLE_CACHE=false
16+
1417
# Auth variables
1518
OAUTH2_ACTIVE=true
1619
NEXTAUTH_PROVIDER_ID="keycloak"

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)