Skip to content

Commit 2538837

Browse files
committed
Upgraded to latest SDS
1 parent 337e53d commit 2538837

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@surfnet/sds": "^0.0.145",
6+
"@surfnet/sds": "^0.0.150",
77
"dompurify": "^3.2.6",
88
"i18n-js": "^4.5.1",
99
"isomorphic-dompurify": "^2.26.0",

client/src/tabs/Tokens.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ export const Tokens = () => {
150150
header: I18n.t("tokens.description"),
151151
mapper: token => <span className={"cut-of-lines"}>{token.description}</span>
152152
},
153-
user.superUser ? {
153+
{
154154
key: "owner",
155155
class: "owner",
156156
header: I18n.t("tokens.owner"),
157157
mapper: token => token.owner || "-"
158-
} : null,
158+
},
159159
user.superUser ?
160160
{
161161
key: "superUserToken",

client/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1903,10 +1903,10 @@
19031903
dependencies:
19041904
"@sinonjs/commons" "^1.7.0"
19051905

1906-
"@surfnet/sds@^0.0.145":
1907-
version "0.0.145"
1908-
resolved "https://registry.yarnpkg.com/@surfnet/sds/-/sds-0.0.145.tgz#1a84919b6c2136a59aca1b0f7f668e3c50f4b0a2"
1909-
integrity sha512-lVV6vskAWnOhtU7hsUvuzpDSFg0PK1gjatKx5YYhYcYAy+I1Brk+svmYdoXzF3MfYEY1Eo9lSiBhr/u5X7bJrw==
1906+
"@surfnet/sds@^0.0.150":
1907+
version "0.0.150"
1908+
resolved "https://registry.yarnpkg.com/@surfnet/sds/-/sds-0.0.150.tgz#68318112f65b82db363035fcc878e6a59b7a4642"
1909+
integrity sha512-E04kUuKa4z+QaUJ/pKDmqKlhWFF1o80fvtZeyCW++wMTg2KqSY86F71bD1xO9gdgMso9mf8S9fkUiczOvpYzdw==
19101910

19111911
"@surma/rollup-plugin-off-main-thread@^2.2.3":
19121912
version "2.2.3"

welcome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@surfnet/sds": "^0.0.145",
6+
"@surfnet/sds": "^0.0.150",
77
"dompurify": "^3.2.6",
88
"i18n-js": "^4.5.1",
99
"isomorphic-dompurify": "^2.26.0",

welcome/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,10 +1799,10 @@
17991799
dependencies:
18001800
"@sinonjs/commons" "^1.7.0"
18011801

1802-
"@surfnet/sds@^0.0.145":
1803-
version "0.0.145"
1804-
resolved "https://registry.yarnpkg.com/@surfnet/sds/-/sds-0.0.145.tgz#1a84919b6c2136a59aca1b0f7f668e3c50f4b0a2"
1805-
integrity sha512-lVV6vskAWnOhtU7hsUvuzpDSFg0PK1gjatKx5YYhYcYAy+I1Brk+svmYdoXzF3MfYEY1Eo9lSiBhr/u5X7bJrw==
1802+
"@surfnet/sds@^0.0.150":
1803+
version "0.0.150"
1804+
resolved "https://registry.yarnpkg.com/@surfnet/sds/-/sds-0.0.150.tgz#68318112f65b82db363035fcc878e6a59b7a4642"
1805+
integrity sha512-E04kUuKa4z+QaUJ/pKDmqKlhWFF1o80fvtZeyCW++wMTg2KqSY86F71bD1xO9gdgMso9mf8S9fkUiczOvpYzdw==
18061806

18071807
"@surma/rollup-plugin-off-main-thread@^2.2.3":
18081808
version "2.2.3"

0 commit comments

Comments
 (0)