Skip to content

Commit

Permalink
chore: keycloak, react-dom and its types upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithsimons committed May 13, 2024
1 parent d122f15 commit 54180ca
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
52 changes: 30 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"file-saver": "^2.0.5",
"i18next": "^23.11.1",
"i18next-browser-languagedetector": "^7.2.1",
"keycloak-js": "^21.1.1",
"keycloak-js": "^24.0.4",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.46.2",
"react-i18next": "^14.1.0",
Expand All @@ -62,7 +62,7 @@
"@types/lodash": "^4.14.185",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.13",
Expand Down Expand Up @@ -97,4 +97,4 @@
"build:custom-config": "bash scripts/custom-config.sh",
"check:dependencies": "java -jar ./scripts/download/org.eclipse.dash.licenses.jar ./package-lock.json -project automotive.tractusx -summary DEPENDENCIES || true"
}
}
}

0 comments on commit 54180ca

Please sign in to comment.