Skip to content

Commit

Permalink
1487 update npm (#56)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
DutchBen and Ruben van Leeuwen authored Oct 21, 2024
1 parent 3c514f9 commit aa07791
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 372 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ WORKFLOW_INFORMATION_LINK_URL="https://workfloworchestrator.org/"
ENABLE_SUPPORT_MENU_ITEM=true
SUPPORT_MENU_ITEM_URL="https://workfloworchestrator.org/orchestrator-core/reference-docs/tldr/"

# Disable cache - usefull when in development
NEXT_PUBLIC_DISABLE_CACHE=false

# Auth variables
OAUTH2_ACTIVE=true
NEXTAUTH_PROVIDER_ID="keycloak"
Expand Down
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

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

0 comments on commit aa07791

Please sign in to comment.