Skip to content

Commit

Permalink
bump dependencies (#3615)
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi authored Oct 18, 2024
1 parent 595e28d commit 3946bc1
Show file tree
Hide file tree
Showing 39 changed files with 735 additions and 574 deletions.
37 changes: 37 additions & 0 deletions .changeset/young-cougars-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
'@finos/legend-extension-dsl-data-space-studio': patch
'@finos/legend-application-studio-deployment': patch
'@finos/legend-extension-store-service-store': patch
'@finos/legend-vscode-extension-dependencies': patch
'@finos/legend-application-query-deployment': 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-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-server-showcase': patch
'@finos/legend-query-builder': patch
'@finos/legend-server-depot': patch
'@finos/legend-application': patch
'@finos/legend-code-editor': patch
'@finos/legend-server-sdlc': patch
'@finos/legend-data-cube': patch
'@finos/legend-dev-utils': patch
'@finos/stylelint-config-legend-studio': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-shared': patch
'@finos/legend-graph': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@finos/eslint-plugin-legend-studio": "workspace:*",
"@finos/legend-dev-utils": "workspace:*",
"@finos/stylelint-config-legend-studio": "workspace:*",
"@types/node": "22.7.5",
"@types/node": "22.7.6",
"chalk": "5.3.0",
"cross-env": "7.0.3",
"envinfo": "7.14.0",
Expand All @@ -114,11 +114,11 @@
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"semver": "7.6.3",
"sort-package-json": "2.10.1",
"stylelint": "16.9.0",
"typedoc": "0.26.8",
"stylelint": "16.10.0",
"typedoc": "0.26.10",
"typescript": "5.6.3",
"yargs": "17.7.2"
},
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,14 +33,14 @@
"@babel/core": "7.25.8",
"@babel/eslint-parser": "7.25.8",
"@eslint/js": "9.12.0",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"eslint": "9.12.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-hooks": "5.0.0",
"globals": "15.11.0",
"micromatch": "4.0.8",
"prettier": "3.3.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-application-pure-ide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"mobx": "6.13.3",
"@types/react-dom": "18.3.1",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"monaco-editor": "0.52.0",
"react": "18.3.1",
"react-dnd": "16.0.1",
"react-dom": "18.3.1",
"serializr": "3.0.2"
"serializr": "3.0.3"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -68,7 +68,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
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 @@ -67,7 +67,7 @@
"eslint": "9.12.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-query-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "9.12.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-bundle-analyzer": "4.10.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-application-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"mobx": "6.13.3",
"@types/react-dom": "18.3.1",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"serializr": "3.0.2"
"serializr": "3.0.3"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -72,7 +72,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
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 @@ -51,7 +51,7 @@
"eslint": "9.12.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-bundle-analyzer": "4.10.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-application-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"mobx": "6.13.3",
"@types/react-dom": "18.3.1",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"serializr": "3.0.2"
"serializr": "3.0.3"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -64,7 +64,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
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 @@ -68,7 +68,7 @@
"eslint": "9.12.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-studio-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint": "9.12.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.13",
"tailwindcss": "3.4.14",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-bundle-analyzer": "4.10.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.0.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"fast-xml-parser": "4.5.0",
"mobx": "6.13.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"mobx-utils": "6.1.0",
"monaco-editor": "0.52.0",
"node-diff3": "3.1.2",
"react": "18.3.1",
"react-dnd": "16.0.1",
"react-dom": "18.3.1",
"serializr": "3.0.2",
"yaml": "2.5.1"
"serializr": "3.0.3",
"yaml": "2.6.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -80,7 +80,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/legend-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@
"@finos/legend-art": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"mobx": "6.13.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-router": "6.26.2",
"react-router-dom": "6.26.2",
"serializr": "3.0.2",
"react-router": "6.27.0",
"react-router-dom": "6.27.0",
"serializr": "3.0.3",
"xterm": "5.3.0",
"xterm-addon-fit": "0.8.0",
"xterm-addon-search": "0.13.0",
Expand All @@ -74,7 +74,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/legend-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"@fontsource/roboto-mono": "5.1.0",
"@fontsource/roboto-serif": "5.1.1",
"@fontsource/ubuntu-mono": "5.1.0",
"@mui/material": "6.1.3",
"@mui/system": "6.1.3",
"@mui/x-date-pickers": "7.19.0",
"@mui/material": "6.1.4",
"@mui/system": "6.1.4",
"@mui/x-date-pickers": "7.21.0",
"@types/react": "18.3.11",
"@types/react-window": "1.8.8",
"clsx": "2.1.1",
"color-parse": "2.0.2",
"mermaid": "11.3.0",
"mobx": "6.13.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"react-colorful": "5.6.1",
Expand All @@ -83,7 +83,7 @@
"react-select": "5.8.1",
"react-window": "1.8.10",
"remark-gfm": "4.0.0",
"tailwind-merge": "2.5.3"
"tailwind-merge": "2.5.4"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -94,7 +94,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-code-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-data-cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
"@finos/legend-shared": "workspace:*",
"@types/react": "18.3.11",
"mathjs": "13.2.0",
"mobx": "6.13.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"monaco-editor": "0.52.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"serializr": "3.0.2"
"serializr": "3.0.3"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -77,7 +77,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
"clean-webpack-plugin": "4.0.0",
"css-loader": "7.1.2",
"cssnano": "7.0.6",
"html-webpack-plugin": "5.6.0",
"isbinaryfile": "5.0.2",
"html-webpack-plugin": "5.6.2",
"isbinaryfile": "5.0.3",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-extension-assortment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.3.11",
"mobx": "6.13.3",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"serializr": "3.0.2"
"serializr": "3.0.3"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -62,7 +62,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-extension-dsl-data-quality/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"mobx": "6.13.3",
"@types/react-dom": "18.3.1",
"mobx": "6.13.5",
"mobx-react-lite": "4.0.7",
"react": "18.3.1",
"react-dnd": "16.0.1",
"react-dom": "18.3.1",
"serializr": "3.0.2"
"serializr": "3.0.3"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand All @@ -69,7 +69,7 @@
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.79.4",
"sass": "1.80.2",
"typescript": "5.6.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3946bc1

Please sign in to comment.