Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi committed Dec 31, 2024
1 parent ac670c1 commit cf1757d
Show file tree
Hide file tree
Showing 9 changed files with 538 additions and 493 deletions.
20 changes: 20 additions & 0 deletions .changeset/two-jars-compare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
'@finos/legend-application-data-cube-deployment': patch
'@finos/legend-application-data-cube-bootstrap': patch
'@finos/legend-vscode-extension-dependencies': patch
'@finos/legend-extension-dsl-data-quality': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-application-data-cube': patch
'@finos/legend-application-pure-ide': patch
'@finos/legend-application-studio': patch
'@finos/legend-application-query': patch
'@finos/legend-application-repl': patch
'@finos/legend-server-showcase': patch
'@finos/legend-query-builder': patch
'@finos/legend-application': patch
'@finos/legend-data-cube': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-shared': patch
'@finos/legend-graph': patch
'@finos/legend-art': patch
---
574 changes: 287 additions & 287 deletions .yarn/releases/yarn-4.5.3.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ packageExtensions:
node-fetch:
optional: true

yarnPath: .yarn/releases/yarn-4.5.3.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"husky": "9.1.7",
"inquirer": "12.3.0",
"jest": "29.7.0",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"micromatch": "4.0.8",
"npm-run-all": "4.1.5",
"prettier": "3.4.2",
Expand All @@ -123,11 +123,11 @@
"semver": "7.6.3",
"sort-package-json": "2.12.0",
"stylelint": "16.12.0",
"typedoc": "0.27.5",
"typedoc": "0.27.6",
"typescript": "5.7.2",
"yargs": "17.7.2"
},
"packageManager": "yarn@4.5.3",
"packageManager": "yarn@4.6.0",
"engines": {
"node": ">=20.0.0",
"yarn": ">=1.22.10"
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,13 +33,13 @@
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@eslint/js": "9.17.0",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "15.14.0",
"micromatch": "4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"react-dnd": "16.0.1",
"react-dom": "19.0.0",
"serializr": "3.0.3",
"yaml": "2.6.1"
"yaml": "2.7.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand Down
18 changes: 9 additions & 9 deletions packages/legend-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@finos/legend-shared": "workspace:*",
"@fontsource/jetbrains-mono": "5.1.1",
"@fontsource/raleway": "5.1.0",
"@fontsource/roboto": "5.1.0",
"@fontsource/roboto-condensed": "5.1.0",
"@fontsource/roboto-mono": "5.1.0",
"@fontsource/roboto-serif": "5.1.1",
"@fontsource/ubuntu-mono": "5.1.0",
"@mui/material": "6.2.1",
"@mui/system": "6.2.1",
"@fontsource/jetbrains-mono": "5.1.2",
"@fontsource/raleway": "5.1.1",
"@fontsource/roboto": "5.1.1",
"@fontsource/roboto-condensed": "5.1.1",
"@fontsource/roboto-mono": "5.1.1",
"@fontsource/roboto-serif": "5.1.2",
"@fontsource/ubuntu-mono": "5.1.1",
"@mui/material": "6.3.0",
"@mui/system": "6.3.0",
"@mui/x-date-pickers": "7.23.3",
"@types/react": "19.0.2",
"@types/react-window": "1.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-server-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fastify": "5.2.0",
"mobx": "6.13.5",
"serializr": "3.0.3",
"yaml": "2.6.1"
"yaml": "2.7.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
Expand Down
Loading

0 comments on commit cf1757d

Please sign in to comment.