Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"engines": {
"pnpm": "^11.0.0"
},
"packageManager": "pnpm@11.1.0",
"packageManager": "pnpm@11.1.1",
"scripts": {
"lint": "eslint src --quiet; exit 0",
"lint-fix": "eslint src --quiet --fix; exit 0",
Expand Down
75 changes: 26 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 28 additions & 27 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ packages:
- packages/*

catalog:
'@ant-design/icons': ^6.1.1
'@babel/core': ^7.29.0
'@babel/preset-typescript': ^7.28.5
'@eslint/js': ^9.39.4
'@jest/expect': 30.3.0
'@jest/globals': 30.3.0
'@tanstack/react-query': ^5.99.0
'@testing-library/jest-dom': ^6.9.1
'@testing-library/react': ^16.3.2
'@testing-library/user-event': ^14.6.1
'@trivago/prettier-plugin-sort-imports': ^6.0.2
'@types/big.js': ^6.2.2
'@types/jest': ^30.0.0
'@types/lodash': ^4.17.24
'@types/lodash-es': ^4.17.12
'@types/node': ^22.19.17
'@types/react': ^19.2.14
'@types/react-copy-to-clipboard': ^5.0.7
'@types/react-dom': ^19.2.3
'@types/react-relay': ^18.2.1
'@types/relay-runtime': ^19.0.3
'@types/relay-test-utils': ^19.0.0
"@ant-design/icons": ^6.1.1
"@babel/core": ^7.29.0
"@babel/preset-typescript": ^7.28.5
"@eslint/js": ^9.39.4
"@jest/expect": 30.3.0
"@jest/globals": 30.3.0
"@tanstack/react-query": ^5.99.0
"@testing-library/jest-dom": ^6.9.1
"@testing-library/react": ^16.3.2
"@testing-library/user-event": ^14.6.1
"@trivago/prettier-plugin-sort-imports": ^6.0.2
"@types/big.js": ^6.2.2
"@types/jest": ^30.0.0
"@types/lodash": ^4.17.24
"@types/lodash-es": ^4.17.12
"@types/node": ^22.19.17
"@types/react": ^19.2.14
"@types/react-copy-to-clipboard": ^5.0.7
"@types/react-dom": ^19.2.3
"@types/react-relay": ^18.2.1
"@types/relay-runtime": ^19.0.3
"@types/relay-test-utils": ^19.0.0
ahooks: ^3.9.7
antd: ^6.3.5
antd-style: ^3.7.1
Expand Down Expand Up @@ -81,7 +81,8 @@ minimumReleaseAgeExclude:
# Remove this entry once 4.2.4 ages past 7 days.
- langium@4.2.4

minimumReleaseAgeIgnoreMissingTime: true
minimumReleaseAgeIgnoreMissingTime: false
resolutionMode: time-based

allowBuilds:
bufferutil: true
Expand All @@ -96,7 +97,7 @@ allowBuilds:

overrides:
tar-fs@2: 2.1.4
node-forge: '>=1.3.2'
node-forge: ">=1.3.2"
# langium is pulled transitively via @ant-design/x and @lobehub/ui →
# mermaid → @mermaid-js/parser. 4.2.1–4.2.3 import vscode-languageserver-
# {types,protocol}, vscode-jsonrpc and @chevrotain/regexp-to-ast without
Expand All @@ -105,7 +106,7 @@ overrides:
langium: ^4.2.4

patchedDependencies:
'@cloudscape-design/board-components@3.0.60': react/patches/@cloudscape-design__board-components@3.0.60.patch
'@lobehub/fluent-emoji@2.0.0': react/patches/lobehub__fluent-emoji@2.0.0.patch
'@rc-component/form': react/patches/@rc-component__form.patch
"@cloudscape-design/board-components@3.0.176": react/patches/@cloudscape-design__board-components@3.0.176.patch
"@lobehub/fluent-emoji@2.0.0": react/patches/lobehub__fluent-emoji@2.0.0.patch
"@rc-component/form": react/patches/@rc-component__form.patch
ansi_up@6.0.6: react/patches/ansi_up@6.0.6.patch
3 changes: 2 additions & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"@ant-design/cssinjs": "^2.1.2",
"@ant-design/icons": "catalog:",
"@ant-design/x": "^2.5.0",
"@cloudscape-design/board-components": "3.0.60",
"@cloudscape-design/board-components": "3.0.176",
"@cloudscape-design/components": "^3.0.1280",
"@dicebear/collection": "^9.4.2",
"@dicebear/core": "^9.4.2",
"@dicebear/shapes": "^9.4.2",
Expand Down
Loading
Loading