@@ -3,28 +3,28 @@ packages:
33 - packages/*
44
55catalog :
6- ' @ant-design/icons ' : ^6.1.1
7- ' @babel/core ' : ^7.29.0
8- ' @babel/preset-typescript ' : ^7.28.5
9- ' @eslint/js ' : ^9.39.4
10- ' @jest/expect ' : 30.3.0
11- ' @jest/globals ' : 30.3.0
12- ' @tanstack/react-query ' : ^5.99.0
13- ' @testing-library/jest-dom ' : ^6.9.1
14- ' @testing-library/react ' : ^16.3.2
15- ' @testing-library/user-event ' : ^14.6.1
16- ' @trivago/prettier-plugin-sort-imports ' : ^6.0.2
17- ' @types/big.js ' : ^6.2.2
18- ' @types/jest ' : ^30.0.0
19- ' @types/lodash ' : ^4.17.24
20- ' @types/lodash-es ' : ^4.17.12
21- ' @types/node ' : ^22.19.17
22- ' @types/react ' : ^19.2.14
23- ' @types/react-copy-to-clipboard ' : ^5.0.7
24- ' @types/react-dom ' : ^19.2.3
25- ' @types/react-relay ' : ^18.2.1
26- ' @types/relay-runtime ' : ^19.0.3
27- ' @types/relay-test-utils ' : ^19.0.0
6+ " @ant-design/icons " : ^6.1.1
7+ " @babel/core " : ^7.29.0
8+ " @babel/preset-typescript " : ^7.28.5
9+ " @eslint/js " : ^9.39.4
10+ " @jest/expect " : 30.3.0
11+ " @jest/globals " : 30.3.0
12+ " @tanstack/react-query " : ^5.99.0
13+ " @testing-library/jest-dom " : ^6.9.1
14+ " @testing-library/react " : ^16.3.2
15+ " @testing-library/user-event " : ^14.6.1
16+ " @trivago/prettier-plugin-sort-imports " : ^6.0.2
17+ " @types/big.js " : ^6.2.2
18+ " @types/jest " : ^30.0.0
19+ " @types/lodash " : ^4.17.24
20+ " @types/lodash-es " : ^4.17.12
21+ " @types/node " : ^22.19.17
22+ " @types/react " : ^19.2.14
23+ " @types/react-copy-to-clipboard " : ^5.0.7
24+ " @types/react-dom " : ^19.2.3
25+ " @types/react-relay " : ^18.2.1
26+ " @types/relay-runtime " : ^19.0.3
27+ " @types/relay-test-utils " : ^19.0.0
2828 ahooks : ^3.9.7
2929 antd : ^6.3.5
3030 antd-style : ^3.7.1
@@ -81,7 +81,8 @@ minimumReleaseAgeExclude:
8181 # Remove this entry once 4.2.4 ages past 7 days.
8282 - langium@4.2.4
8383
84- minimumReleaseAgeIgnoreMissingTime : true
84+ minimumReleaseAgeIgnoreMissingTime : false
85+ resolutionMode : time-based
8586
8687allowBuilds :
8788 bufferutil : true
@@ -96,7 +97,7 @@ allowBuilds:
9697
9798overrides :
9899 tar-fs@2 : 2.1.4
99- node-forge : ' >=1.3.2'
100+ node-forge : " >=1.3.2"
100101 # langium is pulled transitively via @ant-design/x and @lobehub/ui →
101102 # mermaid → @mermaid-js/parser. 4.2.1–4.2.3 import vscode-languageserver-
102103 # {types,protocol}, vscode-jsonrpc and @chevrotain/regexp-to-ast without
@@ -105,7 +106,7 @@ overrides:
105106 langium : ^4.2.4
106107
107108patchedDependencies :
108- ' @cloudscape-design/board-components@3.0.60 ' : react/patches/@cloudscape-design__board-components@3.0.60 .patch
109- ' @lobehub/fluent-emoji@2.0.0 ' : react/patches/lobehub__fluent-emoji@2.0.0.patch
110- ' @rc-component/form ' : react/patches/@rc-component__form.patch
109+ " @cloudscape-design/board-components@3.0.176 " : react/patches/@cloudscape-design__board-components@3.0.176 .patch
110+ " @lobehub/fluent-emoji@2.0.0 " : react/patches/lobehub__fluent-emoji@2.0.0.patch
111+ " @rc-component/form " : react/patches/@rc-component__form.patch
111112 ansi_up@6.0.6 : react/patches/ansi_up@6.0.6.patch
0 commit comments