Skip to content

Commit c0c3d7b

Browse files
committed
#RI-2481 - Downgrade Elastic version to comply with the license for plugins
1 parent 3dab888 commit c0c3d7b

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

redisinsight/ui/src/packages/clients-list-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@elastic/datemath": "^5.0.3",
56-
"@elastic/eui": "^36.0.0",
56+
"@elastic/eui": "34.6.0",
5757
"classnames": "^2.3.1",
5858
"react": "^17.0.2",
5959
"react-dom": "^17.0.2"

redisinsight/ui/src/packages/clients-list-example/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@
235235
dependencies:
236236
tslib "^1.9.3"
237237

238-
"@elastic/eui@^36.0.0":
239-
version "36.1.0"
240-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-36.1.0.tgz#99946e193bc9d1616f52cbd16e1a5bc196bd450f"
241-
integrity sha512-j09Kv5K9YBkb9NkM3+cGparJeYfjLfwyypG27UYvSOLCpOYxS3bPycwmD7QrzPjoTqH+HHzDanHSwJMp6ttabA==
238+
"@elastic/eui@34.6.0":
239+
version "34.6.0"
240+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-34.6.0.tgz#a7188bc97d9c3120cd65e52ed423377872b604bd"
241+
integrity sha512-uVMSX0jPJU3LLwD4TRHllyJeTr+Uihh+R5qsFSAzKrCCRZjSfKMmMHKffWhzFyYjG97npdWlMvneXG5q0yobCw==
242242
dependencies:
243243
"@types/chroma-js" "^2.0.0"
244244
"@types/lodash" "^4.14.160"
@@ -275,7 +275,7 @@
275275
text-diff "^1.0.1"
276276
unified "^9.2.0"
277277
unist-util-visit "^2.0.3"
278-
url-parse "^1.5.3"
278+
url-parse "^1.5.0"
279279
uuid "^8.3.0"
280280
vfile "^4.2.0"
281281

@@ -5501,10 +5501,10 @@ uri-js@^4.2.2:
55015501
dependencies:
55025502
punycode "^2.1.0"
55035503

5504-
url-parse@^1.5.3:
5505-
version "1.5.3"
5506-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
5507-
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
5504+
url-parse@^1.5.0:
5505+
version "1.5.10"
5506+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
5507+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
55085508
dependencies:
55095509
querystringify "^2.1.1"
55105510
requires-port "^1.0.0"

redisinsight/ui/src/packages/random-key-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@elastic/datemath": "^5.0.3",
56-
"@elastic/eui": "^36.0.0",
56+
"@elastic/eui": "34.6.0",
5757
"classnames": "^2.3.1",
5858
"react": "^17.0.2",
5959
"react-dom": "^17.0.2",

redisinsight/ui/src/packages/random-key-example/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@
235235
dependencies:
236236
tslib "^1.9.3"
237237

238-
"@elastic/eui@^36.0.0":
239-
version "36.1.0"
240-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-36.1.0.tgz#99946e193bc9d1616f52cbd16e1a5bc196bd450f"
241-
integrity sha512-j09Kv5K9YBkb9NkM3+cGparJeYfjLfwyypG27UYvSOLCpOYxS3bPycwmD7QrzPjoTqH+HHzDanHSwJMp6ttabA==
238+
"@elastic/eui@34.6.0":
239+
version "34.6.0"
240+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-34.6.0.tgz#a7188bc97d9c3120cd65e52ed423377872b604bd"
241+
integrity sha512-uVMSX0jPJU3LLwD4TRHllyJeTr+Uihh+R5qsFSAzKrCCRZjSfKMmMHKffWhzFyYjG97npdWlMvneXG5q0yobCw==
242242
dependencies:
243243
"@types/chroma-js" "^2.0.0"
244244
"@types/lodash" "^4.14.160"
@@ -275,7 +275,7 @@
275275
text-diff "^1.0.1"
276276
unified "^9.2.0"
277277
unist-util-visit "^2.0.3"
278-
url-parse "^1.5.3"
278+
url-parse "^1.5.0"
279279
uuid "^8.3.0"
280280
vfile "^4.2.0"
281281

@@ -5506,10 +5506,10 @@ uri-js@^4.2.2:
55065506
dependencies:
55075507
punycode "^2.1.0"
55085508

5509-
url-parse@^1.5.3:
5510-
version "1.5.3"
5511-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
5512-
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
5509+
url-parse@^1.5.0:
5510+
version "1.5.10"
5511+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
5512+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
55135513
dependencies:
55145514
querystringify "^2.1.1"
55155515
requires-port "^1.0.0"

redisinsight/ui/src/packages/redisearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@elastic/datemath": "^5.0.3",
60-
"@elastic/eui": "^36.0.0",
60+
"@elastic/eui": "34.6.0",
6161
"classnames": "^2.3.1",
6262
"lodash": "^4.17.21",
6363
"react": "^17.0.2",

redisinsight/ui/src/packages/redisearch/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,10 @@
235235
dependencies:
236236
tslib "^1.9.3"
237237

238-
"@elastic/eui@^36.0.0":
239-
version "36.1.0"
240-
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-36.1.0.tgz#99946e193bc9d1616f52cbd16e1a5bc196bd450f"
241-
integrity sha512-j09Kv5K9YBkb9NkM3+cGparJeYfjLfwyypG27UYvSOLCpOYxS3bPycwmD7QrzPjoTqH+HHzDanHSwJMp6ttabA==
238+
"@elastic/eui@34.6.0":
239+
version "34.6.0"
240+
resolved "https://registry.yarnpkg.com/@elastic/eui/-/eui-34.6.0.tgz#a7188bc97d9c3120cd65e52ed423377872b604bd"
241+
integrity sha512-uVMSX0jPJU3LLwD4TRHllyJeTr+Uihh+R5qsFSAzKrCCRZjSfKMmMHKffWhzFyYjG97npdWlMvneXG5q0yobCw==
242242
dependencies:
243243
"@types/chroma-js" "^2.0.0"
244244
"@types/lodash" "^4.14.160"
@@ -275,7 +275,7 @@
275275
text-diff "^1.0.1"
276276
unified "^9.2.0"
277277
unist-util-visit "^2.0.3"
278-
url-parse "^1.5.3"
278+
url-parse "^1.5.0"
279279
uuid "^8.3.0"
280280
vfile "^4.2.0"
281281

@@ -5506,10 +5506,10 @@ uri-js@^4.2.2:
55065506
dependencies:
55075507
punycode "^2.1.0"
55085508

5509-
url-parse@^1.5.3:
5510-
version "1.5.3"
5511-
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.3.tgz#71c1303d38fb6639ade183c2992c8cc0686df862"
5512-
integrity sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==
5509+
url-parse@^1.5.0:
5510+
version "1.5.10"
5511+
resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.10.tgz#9d3c2f736c1d75dd3bd2be507dcc111f1e2ea9c1"
5512+
integrity sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==
55135513
dependencies:
55145514
querystringify "^2.1.1"
55155515
requires-port "^1.0.0"

0 commit comments

Comments
 (0)