@powerhousedao/connect 1.0.25-dev.1 → 1.0.25-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/assets/{app-DWlDE8AF.css → app-BtiIdebC.css} +195 -111
  2. package/dist/assets/{app-CiY06l6j.js → app-DuevLOGa.js} +8815 -3534
  3. package/dist/assets/app-DuevLOGa.js.map +1 -0
  4. package/dist/assets/{app-loader-B6MX3hYl.js → app-loader-BNl_S7y5.js} +96 -112
  5. package/dist/assets/app-loader-BNl_S7y5.js.map +1 -0
  6. package/dist/assets/{app-loader-NDVZu4bS.css → app-loader-Kh2XKQY5.css} +258 -96
  7. package/dist/assets/{browser-DQWWdqgu.js → browser-BMIKwzU9.js} +7 -7
  8. package/dist/assets/{browser-DQWWdqgu.js.map → browser-BMIKwzU9.js.map} +1 -1
  9. package/dist/assets/{ccip-DipfoCFp.js → ccip-BoCYNkmd.js} +9 -6
  10. package/dist/assets/ccip-BoCYNkmd.js.map +1 -0
  11. package/dist/assets/{content-CiveEDEX.js → content-BLgob3rk.js} +10 -17
  12. package/dist/assets/{content-CiveEDEX.js.map → content-BLgob3rk.js.map} +1 -1
  13. package/dist/assets/{index-D7W0QQ4s.js → index-C6zbFAcK.js} +4 -4
  14. package/dist/assets/{index-D7W0QQ4s.js.map → index-C6zbFAcK.js.map} +1 -1
  15. package/dist/assets/{index-BBK8njgo.js → index-ChTDZAEG.js} +3012 -2670
  16. package/dist/assets/index-ChTDZAEG.js.map +1 -0
  17. package/dist/assets/{index-Dh6jI02p.js → index-CvFSOEaQ.js} +5 -5
  18. package/dist/assets/{index-Dh6jI02p.js.map → index-CvFSOEaQ.js.map} +1 -1
  19. package/dist/assets/{index-DWxGWLYx.js → index-DjoCexCi.js} +4 -4
  20. package/dist/assets/{index-DWxGWLYx.js.map → index-DjoCexCi.js.map} +1 -1
  21. package/dist/assets/{main.BhDxue4U.js → main.CBcxpJYb.js} +13 -3
  22. package/dist/assets/main.CBcxpJYb.js.map +1 -0
  23. package/dist/assets/{reactor-analytics-yoaQVfIX.js → reactor-analytics-m8eVeqfl.js} +6 -6
  24. package/dist/assets/{reactor-analytics-yoaQVfIX.js.map → reactor-analytics-m8eVeqfl.js.map} +1 -1
  25. package/dist/assets/{router-x_fvbODb.js → router-BCYFp_Nf.js} +8 -8
  26. package/dist/assets/{router-x_fvbODb.js.map → router-BCYFp_Nf.js.map} +1 -1
  27. package/dist/assets/{style-CdxGKc2g.css → style-DCJSX6pm.css} +95 -39
  28. package/dist/index.html +1 -1
  29. package/dist/vite-envs.sh +1 -1
  30. package/package.json +18 -19
  31. package/dist/assets/app-CiY06l6j.js.map +0 -1
  32. package/dist/assets/app-loader-B6MX3hYl.js.map +0 -1
  33. package/dist/assets/ccip-DipfoCFp.js.map +0 -1
  34. package/dist/assets/index-BBK8njgo.js.map +0 -1
  35. package/dist/assets/main.BhDxue4U.js.map +0 -1
@@ -1,6 +1,7 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
2
2
 
3
- /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
3
+ /*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
4
+ @layer properties;
4
5
  :root {
5
6
  --toastify-color-light: #fff;
6
7
  --toastify-color-dark: #121212;
@@ -722,17 +723,7 @@
722
723
  --default-transition-duration: 150ms;
723
724
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
724
725
  --default-font-family: var(--font-sans);
725
- --default-font-feature-settings: var(--font-sans--font-feature-settings);
726
- --default-font-variation-settings: var(
727
- --font-sans--font-variation-settings
728
- );
729
726
  --default-mono-font-family: var(--font-mono);
730
- --default-mono-font-feature-settings: var(
731
- --font-mono--font-feature-settings
732
- );
733
- --default-mono-font-variation-settings: var(
734
- --font-mono--font-variation-settings
735
- );
736
727
  }
737
728
  }
738
729
  @layer base {
@@ -746,14 +737,11 @@
746
737
  line-height: 1.5;
747
738
  -webkit-text-size-adjust: 100%;
748
739
  tab-size: 4;
749
- font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
740
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
750
741
  font-feature-settings: var(--default-font-feature-settings, normal);
751
- font-variation-settings: var( --default-font-variation-settings, normal );
742
+ font-variation-settings: var(--default-font-variation-settings, normal);
752
743
  -webkit-tap-highlight-color: transparent;
753
744
  }
754
- body {
755
- line-height: inherit;
756
- }
757
745
  hr {
758
746
  height: 0;
759
747
  color: inherit;
@@ -776,9 +764,9 @@
776
764
  font-weight: bolder;
777
765
  }
778
766
  code, kbd, samp, pre {
779
- font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
780
- font-feature-settings: var( --default-mono-font-feature-settings, normal );
781
- font-variation-settings: var( --default-mono-font-variation-settings, normal );
767
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
768
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
769
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
782
770
  font-size: 1em;
783
771
  }
784
772
  small {
@@ -842,7 +830,14 @@
842
830
  }
843
831
  ::placeholder {
844
832
  opacity: 1;
845
- color: color-mix(in oklab, currentColor 50%, transparent);
833
+ }
834
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
835
+ ::placeholder {
836
+ color: currentcolor;
837
+ @supports (color: color-mix(in lab, red, red)) {
838
+ color: color-mix(in oklab, currentcolor 50%, transparent);
839
+ }
840
+ }
846
841
  }
847
842
  textarea {
848
843
  resize: vertical;
@@ -934,9 +929,6 @@
934
929
  .ml-4 {
935
930
  margin-left: calc(var(--spacing) * 4);
936
931
  }
937
- .block {
938
- display: block;
939
- }
940
932
  .flex {
941
933
  display: flex;
942
934
  }
@@ -1015,7 +1007,7 @@
1015
1007
  rotate: 180deg;
1016
1008
  }
1017
1009
  .transform {
1018
- transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
1010
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1019
1011
  }
1020
1012
  .resize {
1021
1013
  resize: both;
@@ -1283,7 +1275,7 @@
1283
1275
  }
1284
1276
  .focus-visible\:ring-2 {
1285
1277
  &:focus-visible {
1286
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
1278
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1287
1279
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1288
1280
  }
1289
1281
  }
@@ -1395,14 +1387,11 @@ input[type="number"] {
1395
1387
  line-height: 1.5;
1396
1388
  -webkit-text-size-adjust: 100%;
1397
1389
  tab-size: 4;
1398
- font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
1390
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
1399
1391
  font-feature-settings: var(--default-font-feature-settings, normal);
1400
- font-variation-settings: var( --default-font-variation-settings, normal );
1392
+ font-variation-settings: var(--default-font-variation-settings, normal);
1401
1393
  -webkit-tap-highlight-color: transparent;
1402
1394
  }
1403
- body {
1404
- line-height: inherit;
1405
- }
1406
1395
  hr {
1407
1396
  height: 0;
1408
1397
  color: inherit;
@@ -1425,9 +1414,9 @@ input[type="number"] {
1425
1414
  font-weight: bolder;
1426
1415
  }
1427
1416
  code, kbd, samp, pre {
1428
- font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
1429
- font-feature-settings: var( --default-mono-font-feature-settings, normal );
1430
- font-variation-settings: var( --default-mono-font-variation-settings, normal );
1417
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
1418
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
1419
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
1431
1420
  font-size: 1em;
1432
1421
  }
1433
1422
  small {
@@ -1491,7 +1480,14 @@ input[type="number"] {
1491
1480
  }
1492
1481
  ::placeholder {
1493
1482
  opacity: 1;
1494
- color: color-mix(in oklab, currentColor 50%, transparent);
1483
+ }
1484
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
1485
+ ::placeholder {
1486
+ color: currentcolor;
1487
+ @supports (color: color-mix(in lab, red, red)) {
1488
+ color: color-mix(in oklab, currentcolor 50%, transparent);
1489
+ }
1490
+ }
1495
1491
  }
1496
1492
  textarea {
1497
1493
  resize: vertical;
@@ -1535,27 +1531,22 @@ input[type="number"] {
1535
1531
  @property --tw-rotate-x {
1536
1532
  syntax: "*";
1537
1533
  inherits: false;
1538
- initial-value: rotateX(0);
1539
1534
  }
1540
1535
  @property --tw-rotate-y {
1541
1536
  syntax: "*";
1542
1537
  inherits: false;
1543
- initial-value: rotateY(0);
1544
1538
  }
1545
1539
  @property --tw-rotate-z {
1546
1540
  syntax: "*";
1547
1541
  inherits: false;
1548
- initial-value: rotateZ(0);
1549
1542
  }
1550
1543
  @property --tw-skew-x {
1551
1544
  syntax: "*";
1552
1545
  inherits: false;
1553
- initial-value: skewX(0);
1554
1546
  }
1555
1547
  @property --tw-skew-y {
1556
1548
  syntax: "*";
1557
1549
  inherits: false;
1558
- initial-value: skewY(0);
1559
1550
  }
1560
1551
  @property --tw-border-style {
1561
1552
  syntax: "*";
@@ -1579,6 +1570,11 @@ input[type="number"] {
1579
1570
  syntax: "*";
1580
1571
  inherits: false;
1581
1572
  }
1573
+ @property --tw-shadow-alpha {
1574
+ syntax: "<percentage>";
1575
+ inherits: false;
1576
+ initial-value: 100%;
1577
+ }
1582
1578
  @property --tw-inset-shadow {
1583
1579
  syntax: "*";
1584
1580
  inherits: false;
@@ -1588,6 +1584,11 @@ input[type="number"] {
1588
1584
  syntax: "*";
1589
1585
  inherits: false;
1590
1586
  }
1587
+ @property --tw-inset-shadow-alpha {
1588
+ syntax: "<percentage>";
1589
+ inherits: false;
1590
+ initial-value: 100%;
1591
+ }
1591
1592
  @property --tw-ring-color {
1592
1593
  syntax: "*";
1593
1594
  inherits: false;
@@ -1670,3 +1671,58 @@ input[type="number"] {
1670
1671
  syntax: "*";
1671
1672
  inherits: false;
1672
1673
  }
1674
+ @property --tw-drop-shadow-color {
1675
+ syntax: "*";
1676
+ inherits: false;
1677
+ }
1678
+ @property --tw-drop-shadow-alpha {
1679
+ syntax: "<percentage>";
1680
+ inherits: false;
1681
+ initial-value: 100%;
1682
+ }
1683
+ @property --tw-drop-shadow-size {
1684
+ syntax: "*";
1685
+ inherits: false;
1686
+ }
1687
+ @layer properties {
1688
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1689
+ *, ::before, ::after, ::backdrop {
1690
+ --tw-rotate-x: initial;
1691
+ --tw-rotate-y: initial;
1692
+ --tw-rotate-z: initial;
1693
+ --tw-skew-x: initial;
1694
+ --tw-skew-y: initial;
1695
+ --tw-border-style: solid;
1696
+ --tw-leading: initial;
1697
+ --tw-font-weight: initial;
1698
+ --tw-shadow: 0 0 #0000;
1699
+ --tw-shadow-color: initial;
1700
+ --tw-shadow-alpha: 100%;
1701
+ --tw-inset-shadow: 0 0 #0000;
1702
+ --tw-inset-shadow-color: initial;
1703
+ --tw-inset-shadow-alpha: 100%;
1704
+ --tw-ring-color: initial;
1705
+ --tw-ring-shadow: 0 0 #0000;
1706
+ --tw-inset-ring-color: initial;
1707
+ --tw-inset-ring-shadow: 0 0 #0000;
1708
+ --tw-ring-inset: initial;
1709
+ --tw-ring-offset-width: 0px;
1710
+ --tw-ring-offset-color: #fff;
1711
+ --tw-ring-offset-shadow: 0 0 #0000;
1712
+ --tw-outline-style: solid;
1713
+ --tw-blur: initial;
1714
+ --tw-brightness: initial;
1715
+ --tw-contrast: initial;
1716
+ --tw-grayscale: initial;
1717
+ --tw-hue-rotate: initial;
1718
+ --tw-invert: initial;
1719
+ --tw-opacity: initial;
1720
+ --tw-saturate: initial;
1721
+ --tw-sepia: initial;
1722
+ --tw-drop-shadow: initial;
1723
+ --tw-drop-shadow-color: initial;
1724
+ --tw-drop-shadow-alpha: 100%;
1725
+ --tw-drop-shadow-size: initial;
1726
+ }
1727
+ }
1728
+ }
package/dist/index.html CHANGED
@@ -64,4 +64,4 @@
64
64
  "react-dom": "https://esm.sh/react-dom",
65
65
  "react-dom/": "https://esm.sh/react-dom/"
66
66
  }
67
- }</script><script type="module" crossorigin="" src="/assets/main.BhDxue4U.js"></script></head><body><div id="app"></div></body></html>
67
+ }</script><script type="module" crossorigin="" src="/assets/main.CBcxpJYb.js"></script></head><body><div id="app"></div></body></html>
package/dist/vite-envs.sh CHANGED
@@ -11,7 +11,7 @@ replaceAll() {
11
11
  }'
12
12
  }
13
13
 
14
- html=$(echo "PCFET0NUWVBFIGh0bWw+PGh0bWw+PGhlYWQ+PG1ldGEgY2hhcnNldD0iVVRGLTgiPjxtZXRhIG5hbWU9InZpZXdwb3J0IiBjb250ZW50PSJ3aWR0aD1kZXZpY2Utd2lkdGgsaW5pdGlhbC1zY2FsZT0xIj48dGl0bGU+UG93ZXJob3VzZSBDb25uZWN0PC90aXRsZT48YmFzZSBocmVmPSIvIj48bGluayByZWw9Imljb24iIGhyZWY9Ii9pY29uLmljbyI+PCEtLSB2aXRlLWVudnMgc2NyaXB0IHBsYWNlaG9sZGVyIHhLc1BtTHMzMHN3S3NkSXNWeCAtLT48c2NyaXB0IHR5cGU9ImltcG9ydG1hcCI+ewogICJpbXBvcnRzIjogewogICAgInJlYWN0IjogImh0dHBzOi8vZXNtLnNoL3JlYWN0IiwKICAgICJyZWFjdC8iOiAiaHR0cHM6Ly9lc20uc2gvcmVhY3QvIiwKICAgICJyZWFjdC1kb20iOiAiaHR0cHM6Ly9lc20uc2gvcmVhY3QtZG9tIiwKICAgICJyZWFjdC1kb20vIjogImh0dHBzOi8vZXNtLnNoL3JlYWN0LWRvbS8iCiAgfQp9PC9zY3JpcHQ+PHNjcmlwdCB0eXBlPSJtb2R1bGUiIGNyb3Nzb3JpZ2luPSIiIHNyYz0iL2Fzc2V0cy9tYWluLkJoRHh1ZTRVLmpzIj48L3NjcmlwdD48L2hlYWQ+PGJvZHk+PGRpdiBpZD0iYXBwIj48L2Rpdj48L2JvZHk+PC9odG1sPg==" | base64 -d)
14
+ html=$(echo "PCFET0NUWVBFIGh0bWw+PGh0bWw+PGhlYWQ+PG1ldGEgY2hhcnNldD0iVVRGLTgiPjxtZXRhIG5hbWU9InZpZXdwb3J0IiBjb250ZW50PSJ3aWR0aD1kZXZpY2Utd2lkdGgsaW5pdGlhbC1zY2FsZT0xIj48dGl0bGU+UG93ZXJob3VzZSBDb25uZWN0PC90aXRsZT48YmFzZSBocmVmPSIvIj48bGluayByZWw9Imljb24iIGhyZWY9Ii9pY29uLmljbyI+PCEtLSB2aXRlLWVudnMgc2NyaXB0IHBsYWNlaG9sZGVyIHhLc1BtTHMzMHN3S3NkSXNWeCAtLT48c2NyaXB0IHR5cGU9ImltcG9ydG1hcCI+ewogICJpbXBvcnRzIjogewogICAgInJlYWN0IjogImh0dHBzOi8vZXNtLnNoL3JlYWN0IiwKICAgICJyZWFjdC8iOiAiaHR0cHM6Ly9lc20uc2gvcmVhY3QvIiwKICAgICJyZWFjdC1kb20iOiAiaHR0cHM6Ly9lc20uc2gvcmVhY3QtZG9tIiwKICAgICJyZWFjdC1kb20vIjogImh0dHBzOi8vZXNtLnNoL3JlYWN0LWRvbS8iCiAgfQp9PC9zY3JpcHQ+PHNjcmlwdCB0eXBlPSJtb2R1bGUiIGNyb3Nzb3JpZ2luPSIiIHNyYz0iL2Fzc2V0cy9tYWluLkNCY3hwSlliLmpzIj48L3NjcmlwdD48L2hlYWQ+PGJvZHk+PGRpdiBpZD0iYXBwIj48L2Rpdj48L2JvZHk+PC9odG1sPg==" | base64 -d)
15
15
 
16
16
  BASE_URL_base64="eEFwV2RSclg5OWtQclZnZ0UiLyIK"
17
17
  BASE_URL=$(echo "Lwo=" | base64 -d)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/connect",
3
3
  "productName": "Powerhouse-Connect",
4
- "version": "1.0.25-dev.1",
4
+ "version": "1.0.25-dev.3",
5
5
  "description": "Powerhouse Connect",
6
6
  "main": "./dist/index.html",
7
7
  "type": "module",
@@ -39,16 +39,16 @@
39
39
  "@rollup/plugin-node-resolve": "^15.2.3",
40
40
  "@sentry/browser": "^9.1.0",
41
41
  "@sentry/react": "^7.109.0",
42
- "@sentry/vite-plugin": "^2.22.2",
43
- "@tailwindcss/vite": "^4.0.9",
42
+ "@sentry/vite-plugin": "^2.23.0",
43
+ "@tailwindcss/vite": "^4.1.4",
44
44
  "@tanstack/react-virtual": "^3.8.1",
45
45
  "@types/node": "^22.15.17",
46
46
  "@types/react": "^18.2.79",
47
47
  "@types/react-dom": "^18.2.18",
48
48
  "@types/uuid": "^9.0.7",
49
49
  "@types/wicg-file-system-access": "^2020.9.6",
50
- "@vitejs/plugin-basic-ssl": "^1.2.0",
51
- "@vitejs/plugin-react": "^4.2.1",
50
+ "@vitejs/plugin-basic-ssl": "^2.0.0",
51
+ "@vitejs/plugin-react": "^4.4.1",
52
52
  "asar": "^3.2.0",
53
53
  "did-key-creator": "^1.2.0",
54
54
  "electron": "30.0.0",
@@ -57,7 +57,7 @@
57
57
  "electron-squirrel-startup": "^1.0.0",
58
58
  "electron-store": "^8.1.0",
59
59
  "esbuild": "^0.24.0",
60
- "graphql": "^16.8.1",
60
+ "graphql": "^16.11.0",
61
61
  "graphql-request": "^6.1.0",
62
62
  "i18next": "^23.7.6",
63
63
  "jotai": "^2.1.0",
@@ -73,24 +73,23 @@
73
73
  "react-i18next": "^13.5.0",
74
74
  "react-router-dom": "^6.11.2",
75
75
  "tailwind-merge": "^3.0.2",
76
- "tailwindcss": "^4.0.9",
76
+ "tailwindcss": "^4.1.4",
77
77
  "uuid": "^9.0.1",
78
78
  "viem": "^2.8.13",
79
- "vite": "^6.2.2",
80
- "vite-envs": "^4.4.11",
79
+ "vite": "^6.3.3",
80
+ "vite-envs": "^4.6.0",
81
81
  "vite-plugin-html": "^3.2.2",
82
82
  "vite-plugin-node-polyfills": "^0.23.0",
83
- "vite-plugin-svgr": "^4.2.0",
84
- "vite-tsconfig-paths": "^4.3.2",
83
+ "vite-plugin-svgr": "^4.3.0",
84
+ "vite-tsconfig-paths": "^5.1.4",
85
85
  "xvfb-maybe": "^0.2.1",
86
- "@powerhousedao/config": "1.27.0-dev.12",
87
- "@powerhousedao/common": "1.10.47-dev.0",
88
- "@powerhousedao/design-system": "1.39.28-dev.0",
89
- "@powerhousedao/reactor-browser": "1.22.36-dev.0",
90
- "@powerhousedao/scalars": "1.33.1-dev.10",
91
- "document-model": "2.28.1-dev.13",
92
- "document-drive": "1.29.12-dev.6",
93
- "@powerhousedao/builder-tools": "0.9.38-dev.2"
86
+ "@powerhousedao/builder-tools": "0.9.38-dev.4",
87
+ "@powerhousedao/common": "1.10.47-dev.2",
88
+ "@powerhousedao/design-system": "1.39.28-dev.2",
89
+ "@powerhousedao/reactor-browser": "1.22.36-dev.2",
90
+ "@powerhousedao/config": "1.27.0-dev.14",
91
+ "document-drive": "1.29.12-dev.8",
92
+ "document-model": "2.28.1-dev.15"
94
93
  },
95
94
  "optionalDependencies": {
96
95
  "@esbuild/linux-x64": "^0.21.4",