Skip to content

Commit

Permalink
bump dependencies (#3900)
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi authored Feb 18, 2025
1 parent db7ebfb commit 0332d65
Show file tree
Hide file tree
Showing 49 changed files with 819 additions and 808 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.1.0/schema.json",
"changelog": [
"@finos/legend-dev-utils/ChangesetChangelogUtils",
{ "repo": "finos/legend-studio" }
Expand Down
45 changes: 45 additions & 0 deletions .changeset/sixty-guests-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
'@finos/legend-application-data-cube-deployment': patch
'@finos/legend-application-data-cube-bootstrap': patch
'@finos/legend-application-pure-ide-deployment': patch
'@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-server-showcase-deployment': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-store-flat-data': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-extension-tracer-zipkin': 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-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/legend-storage': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-shared': patch
'@finos/babel-preset-legend-studio': patch
'@finos/legend-graph': patch
'@finos/legend-lego': patch
'@finos/legend-art': patch
---
2 changes: 1 addition & 1 deletion fixtures/legend-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"nodemon": "3.1.9",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,28 +99,28 @@
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/github": "6.0.0",
"@babel/core": "7.26.8",
"@changesets/cli": "2.27.12",
"@babel/core": "7.26.9",
"@changesets/cli": "2.28.0",
"@finos/babel-preset-legend-studio": "workspace:*",
"@finos/eslint-plugin-legend-studio": "workspace:*",
"@finos/legend-dev-utils": "workspace:*",
"@finos/stylelint-config-legend-studio": "workspace:*",
"@types/node": "22.13.1",
"@types/node": "22.13.4",
"chalk": "5.4.1",
"cross-env": "7.0.3",
"envinfo": "7.14.0",
"eslint": "9.20.0",
"eslint": "9.20.1",
"fs-extra": "11.3.0",
"husky": "9.1.7",
"inquirer": "12.4.1",
"inquirer": "12.4.2",
"jest": "29.7.0",
"lint-staged": "15.4.3",
"micromatch": "4.0.8",
"npm-run-all": "4.1.5",
"prettier": "3.5.0",
"prettier": "3.5.1",
"prettier-plugin-tailwindcss": "0.6.11",
"rimraf": "6.0.1",
"sass": "1.84.0",
"sass": "1.85.0",
"semver": "7.7.1",
"sort-package-json": "2.14.0",
"stylelint": "16.14.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
},
"dependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/helper-plugin-utils": "7.26.5",
"@babel/plugin-syntax-import-attributes": "7.26.0",
"@babel/preset-env": "7.26.8",
"@babel/preset-env": "7.26.9",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@babel/runtime": "7.26.7",
"@babel/runtime": "7.26.9",
"react-refresh": "0.16.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"rimraf": "6.0.1",
"typescript": "5.7.3"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
},
"dependencies": {
"@babel/core": "7.26.8",
"@babel/core": "7.26.9",
"@babel/eslint-parser": "7.26.8",
"@eslint/js": "9.20.0",
"@typescript-eslint/eslint-plugin": "8.24.0",
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.0",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"eslint": "9.20.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"globals": "15.14.0",
"globals": "15.15.0",
"micromatch": "4.0.8",
"prettier": "3.5.0",
"prettier": "3.5.1",
"typescript": "5.7.3"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-data-cube-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"@finos/legend-data-cube": "workspace:*",
"@finos/legend-extension-dsl-data-space": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.8",
"@types/react": "19.0.10",
"react": "19.0.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.84.0",
"sass": "1.85.0",
"typescript": "5.7.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-data-cube-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-application-data-cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@finos/legend-server-depot": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"apache-arrow": "19.0.0",
"mobx": "6.13.6",
"mobx-react-lite": "4.1.0",
Expand All @@ -65,11 +65,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.84.0",
"sass": "1.85.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-pure-ide-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"@finos/legend-application-pure-ide": "workspace:*",
"@finos/legend-art": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@types/react": "19.0.8",
"@types/react": "19.0.10",
"react": "19.0.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
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 @@ -50,8 +50,8 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"mobx": "6.13.6",
"mobx-react-lite": "4.1.0",
"monaco-editor": "0.52.2",
Expand All @@ -64,11 +64,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.84.0",
"sass": "1.85.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-query-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.8",
"@types/react": "19.0.10",
"react": "19.0.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.84.0",
"sass": "1.85.0",
"typescript": "5.7.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-query-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
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 @@ -56,8 +56,8 @@
"@finos/legend-storage": "workspace:*",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.2.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"mobx": "6.13.6",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand All @@ -68,11 +68,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.84.0",
"sass": "1.85.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-repl-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"dependencies": {
"@finos/legend-application-repl": "workspace:*",
"@finos/legend-art": "workspace:*",
"@types/react": "19.0.8",
"@types/react": "19.0.10",
"react": "19.0.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
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 @@ -48,8 +48,8 @@
"@finos/legend-data-cube": "workspace:*",
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"mobx": "6.13.6",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
Expand All @@ -60,11 +60,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.84.0",
"sass": "1.85.0",
"typescript": "5.7.3"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-studio-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "19.0.8",
"@types/react": "19.0.10",
"react": "19.0.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.84.0",
"sass": "1.85.0",
"typescript": "5.7.3"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-studio-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"eslint": "9.20.0",
"eslint": "9.20.1",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack": "5.98.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
Expand Down
Loading

0 comments on commit 0332d65

Please sign in to comment.