web: Update Web API Client version (#1292)
This commit is contained in:
parent
cc6d5765f2
commit
cff37caa57
|
@ -15,7 +15,7 @@
|
|||
"@babel/preset-env": "^7.15.0",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@goauthentik/api": "^2021.8.1-rc1-1629795562",
|
||||
"@goauthentik/api": "^2021.8.1-rc1-1629803802",
|
||||
"@lingui/cli": "^3.10.2",
|
||||
"@lingui/core": "^3.10.4",
|
||||
"@lingui/macro": "^3.10.2",
|
||||
|
@ -1689,9 +1689,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@goauthentik/api": {
|
||||
"version": "2021.8.1-rc1-1629795562",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.8.1-rc1-1629795562.tgz",
|
||||
"integrity": "sha512-U8jlLhzc/sVqpvRYQo5Sto5nqwRwTJoFECL6x4fdkY+9V4GyUgGQNGeghRuq3/l8FWfJ1q7I82GZIZRm/E+J+A=="
|
||||
"version": "2021.8.1-rc1-1629803802",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.8.1-rc1-1629803802.tgz",
|
||||
"integrity": "sha512-aHXfm73XI1KG2xN3EhhCT1RR+OO02PDyCOzieWsuRlkCM3q3IXhwPw8apqVGrw0fX71l9rdGzo2N2UDPMTZ7yA=="
|
||||
},
|
||||
"node_modules/@humanwhocodes/config-array": {
|
||||
"version": "0.5.0",
|
||||
|
@ -9566,9 +9566,9 @@
|
|||
"integrity": "sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg=="
|
||||
},
|
||||
"@goauthentik/api": {
|
||||
"version": "2021.8.1-rc1-1629795562",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.8.1-rc1-1629795562.tgz",
|
||||
"integrity": "sha512-U8jlLhzc/sVqpvRYQo5Sto5nqwRwTJoFECL6x4fdkY+9V4GyUgGQNGeghRuq3/l8FWfJ1q7I82GZIZRm/E+J+A=="
|
||||
"version": "2021.8.1-rc1-1629803802",
|
||||
"resolved": "https://registry.npmjs.org/@goauthentik/api/-/api-2021.8.1-rc1-1629803802.tgz",
|
||||
"integrity": "sha512-aHXfm73XI1KG2xN3EhhCT1RR+OO02PDyCOzieWsuRlkCM3q3IXhwPw8apqVGrw0fX71l9rdGzo2N2UDPMTZ7yA=="
|
||||
},
|
||||
"@humanwhocodes/config-array": {
|
||||
"version": "0.5.0",
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
"@babel/preset-env": "^7.15.0",
|
||||
"@babel/preset-typescript": "^7.15.0",
|
||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||
"@goauthentik/api": "^2021.8.1-rc1-1629795562",
|
||||
"@goauthentik/api": "^2021.8.1-rc1-1629803802",
|
||||
"@lingui/cli": "^3.10.2",
|
||||
"@lingui/core": "^3.10.4",
|
||||
"@lingui/macro": "^3.10.2",
|
||||
|
|
Reference in New Issue