Skip to content

Commit

Permalink
bump dependencies (#3830)
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi authored Jan 23, 2025
1 parent 62a50af commit 88d97bd
Show file tree
Hide file tree
Showing 34 changed files with 521 additions and 492 deletions.
31 changes: 31 additions & 0 deletions .changeset/spotty-elephants-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
'@finos/legend-application-data-cube-bootstrap': patch
'@finos/legend-application-pure-ide-deployment': patch
'@finos/legend-extension-dsl-data-space-studio': patch
'@finos/legend-extension-store-service-store': patch
'@finos/legend-vscode-extension-dependencies': patch
'@finos/legend-application-studio-bootstrap': patch
'@finos/legend-application-query-bootstrap': patch
'@finos/legend-application-repl-deployment': patch
'@finos/legend-extension-dsl-data-quality': patch
'@finos/legend-extension-store-relational': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-store-flat-data': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-application-data-cube': patch
'@finos/legend-extension-dsl-diagram': patch
'@finos/legend-extension-dsl-service': patch
'@finos/legend-application-pure-ide': patch
'@finos/legend-extension-assortment': patch
'@finos/legend-application-studio': patch
'@finos/legend-extension-dsl-text': patch
'@finos/legend-application-query': patch
'@finos/legend-application-repl': patch
'@finos/legend-query-builder': patch
'@finos/legend-application': patch
'@finos/legend-data-cube': patch
'@finos/stylelint-config-legend-studio': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Upload publish content
# If publish never happened, there's no point in uploading this content
if: steps.changesets.outputs.published == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.6.0
with:
name: publish-content
path: packages/*/build/publishContent/package.json
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,24 +105,24 @@
"@finos/eslint-plugin-legend-studio": "workspace:*",
"@finos/legend-dev-utils": "workspace:*",
"@finos/stylelint-config-legend-studio": "workspace:*",
"@types/node": "22.10.6",
"@types/node": "22.10.9",
"chalk": "5.4.1",
"cross-env": "7.0.3",
"envinfo": "7.14.0",
"eslint": "9.18.0",
"fs-extra": "11.2.0",
"fs-extra": "11.3.0",
"husky": "9.1.7",
"inquirer": "12.3.2",
"jest": "29.7.0",
"lint-staged": "15.3.0",
"lint-staged": "15.4.2",
"micromatch": "4.0.8",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"prettier-plugin-tailwindcss": "0.6.10",
"rimraf": "6.0.1",
"sass": "1.83.4",
"semver": "7.6.3",
"sort-package-json": "2.13.0",
"sort-package-json": "2.14.0",
"stylelint": "16.13.2",
"typedoc": "0.27.6",
"typescript": "5.7.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.26.5",
"@eslint/js": "9.18.0",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "15.14.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@finos/legend-data-cube": "workspace:*",
"@finos/legend-extension-dsl-data-space": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"react": "19.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-data-cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@finos/legend-server-depot": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@finos/legend-application-pure-ide": "workspace:*",
"@finos/legend-art": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"react": "19.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-pure-ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-query-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"react": "19.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/react": "19.0.7",
"@testing-library/react": "16.2.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-repl-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@finos/legend-application-repl": "workspace:*",
"@finos/legend-art": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"react": "19.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@finos/legend-data-cube": "workspace:*",
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-studio-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"react": "19.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/react": "19.0.7",
"@testing-library/react": "16.2.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"fast-xml-parser": "4.5.1",
"mobx": "6.13.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@finos/legend-art": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react-router-dom": "5.3.3",
"mobx": "6.13.5",
Expand All @@ -56,8 +56,8 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "19.0.0",
"react-router": "7.1.1",
"react-router-dom": "7.1.1",
"react-router": "7.1.3",
"react-router-dom": "7.1.3",
"serializr": "3.0.3",
"xterm": "5.3.0",
"xterm-addon-fit": "0.8.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
"@fontsource/roboto-mono": "5.1.1",
"@fontsource/roboto-serif": "5.1.2",
"@fontsource/ubuntu-mono": "5.1.1",
"@mui/material": "6.3.1",
"@mui/system": "6.3.1",
"@mui/x-date-pickers": "7.23.6",
"@types/react": "19.0.7",
"@mui/material": "6.4.1",
"@mui/system": "6.4.1",
"@mui/x-date-pickers": "7.24.0",
"@types/react": "19.0.8",
"@types/react-window": "1.8.8",
"clsx": "2.1.1",
"color-parse": "2.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-data-cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"@finos/legend-code-editor": "workspace:*",
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"ag-grid-community": "33.0.3",
"ag-grid-enterprise": "33.0.3",
"ag-grid-react": "33.0.3",
"@types/react": "19.0.8",
"ag-grid-community": "33.0.4",
"ag-grid-enterprise": "33.0.4",
"ag-grid-react": "33.0.4",
"mathjs": "14.0.1",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-assortment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@finos/legend-code-editor": "workspace:*",
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-dsl-data-quality/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@finos/legend-query-builder": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@finos/legend-server-depot": "workspace:*",
"@finos/legend-server-sdlc": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-dsl-data-space/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@finos/legend-server-sdlc": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-extension-dsl-diagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand All @@ -65,7 +65,7 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@testing-library/react": "16.2.0",
"cross-env": "7.0.3",
"eslint": "9.18.0",
"jest": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-dsl-persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"react": "19.0.0",
"serializr": "3.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-dsl-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@finos/legend-server-sdlc": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-dsl-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-store-flat-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-store-relational/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-store-service-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-lego/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/css-font-loading-module": "0.0.14",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"ag-grid-community": "33.0.3",
"ag-grid-enterprise": "33.0.3",
"ag-grid-react": "33.0.3",
"ag-grid-community": "33.0.4",
"ag-grid-enterprise": "33.0.4",
"ag-grid-react": "33.0.4",
"mobx": "6.13.5",
"mobx-react-lite": "4.1.0",
"monaco-editor": "0.52.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-manual-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/react": "19.0.7",
"@testing-library/react": "16.2.0",
"@types/react": "19.0.8",
"react": "19.0.0",
"react-dom": "19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-query-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/react": "19.0.7",
"@testing-library/react": "16.2.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"chart.js": "4.4.7",
"mathjs": "14.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-vscode-extension-dependencies/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@finos/legend-query-builder": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"react": "19.0.0"
},
"devDependencies": {
Expand All @@ -69,7 +69,7 @@
"postcss": "8.5.1",
"postcss-url": "10.1.3",
"rimraf": "6.0.1",
"rollup": "4.30.1",
"rollup": "4.31.0",
"rollup-plugin-flow": "1.1.1",
"rollup-plugin-import-css": "3.5.8",
"rollup-plugin-postcss": "4.0.2",
Expand Down
Loading

0 comments on commit 88d97bd

Please sign in to comment.