Skip to content

Commit 736b4b3

Browse files
committed
Testing slightly different config to fix the resolutions after install
1 parent c8f3609 commit 736b4b3

File tree

2 files changed

+9
-55
lines changed

2 files changed

+9
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"package:mac": "yarn build:prod && electron-builder build --mac -p never",
4444
"package:mac:arm": "yarn build:prod && electron-builder build --mac --arm64 -p never",
4545
"package:linux": "yarn build:prod && electron-builder build --linux -p never",
46-
"postinstall": "patch-package && vite optimize -c ./redisinsight/ui/vite.config.mjs && skip-postinstall || (electron-builder install-app-deps && yarn-deduplicate yarn.lock)",
46+
"postinstall": "patch-package && vite optimize -c ./redisinsight/ui/vite.config.mjs && skip-postinstall || yarn-deduplicate yarn.lock",
4747
"test": "jest ./redisinsight/ui -w 1",
4848
"test:api": "yarn --cwd redisinsight/api test",
4949
"test:api:integration": "yarn --cwd redisinsight/api test:api",

yarn.lock

Lines changed: 8 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3437,25 +3437,18 @@
34373437
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
34383438
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
34393439

3440-
"@types/node@*", "@types/node@>=13.7.0":
3441-
version "22.7.7"
3442-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.7.7.tgz#6cd9541c3dccb4f7e8b141b491443f4a1570e307"
3443-
integrity sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==
3440+
"@types/node@*", "@types/node@>=13.7.0", "@types/node@^22.7.7":
3441+
version "22.16.5"
3442+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.5.tgz#cc46ac3994cd957000d0c11095a0b1dae2ea2368"
3443+
integrity sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==
34443444
dependencies:
3445-
undici-types "~6.19.2"
3445+
undici-types "~6.21.0"
34463446

34473447
"@types/node@14.14.10":
34483448
version "14.14.10"
34493449
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.10.tgz#5958a82e41863cfc71f2307b3748e3491ba03785"
34503450
integrity sha512-J32dgx2hw8vXrSbu4ZlVhn1Nm3GbeCFNw2FWL8S5QKucHGY0cyNwjdQdO+KMBZ4wpmC7KhLCiNsdk1RFRIYUQQ==
34513451

3452-
"@types/node@^22.7.7":
3453-
version "22.16.5"
3454-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.16.5.tgz#cc46ac3994cd957000d0c11095a0b1dae2ea2368"
3455-
integrity sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==
3456-
dependencies:
3457-
undici-types "~6.21.0"
3458-
34593452
"@types/normalize-package-data@^2.4.0":
34603453
version "2.4.1"
34613454
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -4184,13 +4177,6 @@ agent-base@6, agent-base@^6.0.2:
41844177
dependencies:
41854178
debug "4"
41864179

4187-
agent-base@^7.0.2:
4188-
version "7.1.0"
4189-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
4190-
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
4191-
dependencies:
4192-
debug "^4.3.4"
4193-
41944180
agent-base@^7.1.0, agent-base@^7.1.2:
41954181
version "7.1.4"
41964182
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
@@ -7724,19 +7710,7 @@ glob-to-regexp@^0.4.1:
77247710
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
77257711
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
77267712

7727-
glob@^10.3.10:
7728-
version "10.4.2"
7729-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
7730-
integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==
7731-
dependencies:
7732-
foreground-child "^3.1.0"
7733-
jackspeak "^3.1.2"
7734-
minimatch "^9.0.4"
7735-
minipass "^7.1.2"
7736-
package-json-from-dist "^1.0.0"
7737-
path-scurry "^1.11.1"
7738-
7739-
glob@^10.3.12:
7713+
glob@^10.3.10, glob@^10.3.12:
77407714
version "10.4.5"
77417715
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
77427716
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -8322,22 +8296,14 @@ https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
83228296
agent-base "6"
83238297
debug "4"
83248298

8325-
https-proxy-agent@^7.0.0:
8299+
https-proxy-agent@^7.0.0, https-proxy-agent@^7.0.1:
83268300
version "7.0.6"
83278301
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz#da8dfeac7da130b05c2ba4b59c9b6cd66611a6b9"
83288302
integrity sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==
83298303
dependencies:
83308304
agent-base "^7.1.2"
83318305
debug "4"
83328306

8333-
https-proxy-agent@^7.0.1:
8334-
version "7.0.1"
8335-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.1.tgz#0277e28f13a07d45c663633841e20a40aaafe0ab"
8336-
integrity sha512-Eun8zV0kcYS1g19r78osiQLEFIRspRUDd9tIfBCTBPBeMieF/EsJNL8VI3xOIdYRDEkjQnqOYPsZ2DsWsVsFwQ==
8337-
dependencies:
8338-
agent-base "^7.0.2"
8339-
debug "4"
8340-
83418307
human-signals@^1.1.1:
83428308
version "1.1.1"
83438309
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
@@ -10531,20 +10497,13 @@ minimatch@^5.0.1:
1053110497
dependencies:
1053210498
brace-expansion "^2.0.1"
1053310499

10534-
minimatch@^9.0.3:
10500+
minimatch@^9.0.3, minimatch@^9.0.4:
1053510501
version "9.0.5"
1053610502
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1053710503
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1053810504
dependencies:
1053910505
brace-expansion "^2.0.1"
1054010506

10541-
minimatch@^9.0.4:
10542-
version "9.0.4"
10543-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
10544-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
10545-
dependencies:
10546-
brace-expansion "^2.0.1"
10547-
1054810507
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
1054910508
version "1.2.8"
1055010509
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -14081,11 +14040,6 @@ underscore@1.12.1:
1408114040
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
1408214041
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
1408314042

14084-
undici-types@~6.19.2:
14085-
version "6.19.8"
14086-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
14087-
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
14088-
1408914043
undici-types@~6.21.0:
1409014044
version "6.21.0"
1409114045
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"

0 commit comments

Comments
 (0)