updated to a new version of the keycloak-admin (#929)

This commit is contained in:
Erik Jan de Wit 2021-07-30 14:53:19 +02:00 committed by GitHub
parent 36e90a8023
commit 73a7cd4265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 17 deletions

View file

@ -1,9 +0,0 @@
version: '3'
services:
keycloak-admin-ui:
build:
context: .
args:
KEYCLOAK_ENDPOINT: ${KEYCLOAK_ENDPOINT:-'http:\/\/localhost:8180'}
ports:
- "80:80"

15
package-lock.json generated
View file

@ -5,6 +5,7 @@
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "keycloak-admin-ui",
"version": "0.0.1", "version": "0.0.1",
"license": "Apache", "license": "Apache",
"dependencies": { "dependencies": {
@ -14,7 +15,7 @@
"@patternfly/react-table": "4.29.0", "@patternfly/react-table": "4.29.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"i18next": "^20.3.5", "i18next": "^20.3.5",
"keycloak-admin": "1.14.19", "keycloak-admin": "^1.14.20",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "^17.0.2", "react": "^17.0.2",
@ -11673,9 +11674,9 @@
"dev": true "dev": true
}, },
"node_modules/keycloak-admin": { "node_modules/keycloak-admin": {
"version": "1.14.19", "version": "1.14.20",
"resolved": "https://registry.npmjs.org/keycloak-admin/-/keycloak-admin-1.14.19.tgz", "resolved": "https://registry.npmjs.org/keycloak-admin/-/keycloak-admin-1.14.20.tgz",
"integrity": "sha512-GaBimICRSw5wBwFCP3Xyhk5/UiCCL7xLwHO+/9WvqXe+zFnMf7hN/8Oh7CQPcIKMycVgiL+dkT3KGOiqOqKjlg==", "integrity": "sha512-z89AgTSfHe2ToVzTxkzsVrrlqo+H+e2dsY7afb/gpeZTiMrIBI46LX1QR59ExktxbmSie3GwknSB0fM56SRpOQ==",
"dependencies": { "dependencies": {
"axios": "^0.21.0", "axios": "^0.21.0",
"camelize": "^1.0.0", "camelize": "^1.0.0",
@ -25746,9 +25747,9 @@
"dev": true "dev": true
}, },
"keycloak-admin": { "keycloak-admin": {
"version": "1.14.19", "version": "1.14.20",
"resolved": "https://registry.npmjs.org/keycloak-admin/-/keycloak-admin-1.14.19.tgz", "resolved": "https://registry.npmjs.org/keycloak-admin/-/keycloak-admin-1.14.20.tgz",
"integrity": "sha512-GaBimICRSw5wBwFCP3Xyhk5/UiCCL7xLwHO+/9WvqXe+zFnMf7hN/8Oh7CQPcIKMycVgiL+dkT3KGOiqOqKjlg==", "integrity": "sha512-z89AgTSfHe2ToVzTxkzsVrrlqo+H+e2dsY7afb/gpeZTiMrIBI46LX1QR59ExktxbmSie3GwknSB0fM56SRpOQ==",
"requires": { "requires": {
"axios": "^0.21.0", "axios": "^0.21.0",
"camelize": "^1.0.0", "camelize": "^1.0.0",

View file

@ -30,7 +30,7 @@
"@patternfly/react-table": "4.29.0", "@patternfly/react-table": "4.29.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"i18next": "^20.3.5", "i18next": "^20.3.5",
"keycloak-admin": "1.14.19", "keycloak-admin": "^1.14.20",
"lodash": "^4.17.20", "lodash": "^4.17.20",
"moment": "^2.29.1", "moment": "^2.29.1",
"react": "^17.0.2", "react": "^17.0.2",