Update keycloakify
This commit is contained in:
parent
cea7f22662
commit
1b89a6bd74
|
@ -23,7 +23,7 @@
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"keycloakify": "^6.8.11",
|
"keycloakify": "^6.10.0",
|
||||||
"react": "18.1.0",
|
"react": "18.1.0",
|
||||||
"react-dom": "18.1.0",
|
"react-dom": "18.1.0",
|
||||||
"evt": "^2.4.1"
|
"evt": "^2.4.1"
|
||||||
|
|
|
@ -12,7 +12,7 @@ export function useI18n(props: Props) {
|
||||||
"gender": "Gender",
|
"gender": "Gender",
|
||||||
// Here we overwrite the default english value for the message "doForgotPassword"
|
// Here we overwrite the default english value for the message "doForgotPassword"
|
||||||
// that is "Forgot Password?" see: https://github.com/InseeFrLab/keycloakify/blob/f0ae5ea908e0aa42391af323b6d5e2fd371af851/src/lib/i18n/generated_messages/18.0.1/login/en.ts#L17
|
// that is "Forgot Password?" see: https://github.com/InseeFrLab/keycloakify/blob/f0ae5ea908e0aa42391af323b6d5e2fd371af851/src/lib/i18n/generated_messages/18.0.1/login/en.ts#L17
|
||||||
"doForgotPassword": "I forgot my password"
|
"doForgotPassword": "I forgot my password",
|
||||||
},
|
},
|
||||||
"fr": {
|
"fr": {
|
||||||
/* spell-checker: disable */
|
/* spell-checker: disable */
|
||||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -5989,10 +5989,10 @@ jsonpointer@^5.0.0:
|
||||||
array-includes "^3.1.5"
|
array-includes "^3.1.5"
|
||||||
object.assign "^4.1.2"
|
object.assign "^4.1.2"
|
||||||
|
|
||||||
keycloakify@^6.8.11:
|
keycloakify@^6.10.0:
|
||||||
version "6.8.11"
|
version "6.10.0"
|
||||||
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-6.8.11.tgz#babfbc53e84f876c732f83b429ab8df0fe664b09"
|
resolved "https://registry.yarnpkg.com/keycloakify/-/keycloakify-6.10.0.tgz#8c8599b7e7a8c5647bf9f04c50bbf0d96dc2041b"
|
||||||
integrity sha512-oNRUvZo7T6BZZylgCO7+8NAGpvxdnjeSZn+m0bCXE8KYOrI2OEfFEXgetE80jhtzSa/GraVd1mhmfMJQJiH7pA==
|
integrity sha512-DMSynCibXoeVrwU7bKAZ+C6KkNeNkDfcSqUaKq/nE5UIvbG7aym3Ou9/NFRazokHXZvUUnAQPeJI0mCJ2hrSmQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@octokit/rest" "^18.12.0"
|
"@octokit/rest" "^18.12.0"
|
||||||
cheerio "^1.0.0-rc.5"
|
cheerio "^1.0.0-rc.5"
|
||||||
|
@ -6002,7 +6002,7 @@ keycloakify@^6.8.11:
|
||||||
minimal-polyfills "^2.2.2"
|
minimal-polyfills "^2.2.2"
|
||||||
minimist "^1.2.6"
|
minimist "^1.2.6"
|
||||||
path-browserify "^1.0.1"
|
path-browserify "^1.0.1"
|
||||||
powerhooks "^0.20.32"
|
powerhooks "^0.22.0"
|
||||||
react-markdown "^5.0.3"
|
react-markdown "^5.0.3"
|
||||||
rfc4648 "^1.5.2"
|
rfc4648 "^1.5.2"
|
||||||
scripting-tools "^0.19.13"
|
scripting-tools "^0.19.13"
|
||||||
|
@ -7402,10 +7402,10 @@ postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.4, postcss@^8.4.7:
|
||||||
picocolors "^1.0.0"
|
picocolors "^1.0.0"
|
||||||
source-map-js "^1.0.2"
|
source-map-js "^1.0.2"
|
||||||
|
|
||||||
powerhooks@^0.20.32:
|
powerhooks@^0.22.0:
|
||||||
version "0.20.32"
|
version "0.22.0"
|
||||||
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-0.20.32.tgz#c9ddff1dcd7d7bb250e54ea284a6c65d9c228e09"
|
resolved "https://registry.yarnpkg.com/powerhooks/-/powerhooks-0.22.0.tgz#501cbdd28fd5427dd54e1796cd1089a02a101543"
|
||||||
integrity sha512-lp0rW5sAl8xrenhtB5eZOCwMFcPTtm55pn5++jeEMT1KaO/Rvd7hjaai+PPpDdwIbi5TaF+Zf5XhVO6gvfmXZQ==
|
integrity sha512-3HTG7MA9i8rE9Pk25TTO9bXAY12WWi+bypO5ZWGUN03MlqM1gWQDtxrTPJjx2zR3e6DbO+0jaunTdHv22fYNbg==
|
||||||
dependencies:
|
dependencies:
|
||||||
evt "^2.4.13"
|
evt "^2.4.13"
|
||||||
memoizee "^0.4.15"
|
memoizee "^0.4.15"
|
||||||
|
|
Loading…
Reference in a new issue