Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
akphi committed May 9, 2022
1 parent 423b7bf commit 2c4d9ec
Show file tree
Hide file tree
Showing 36 changed files with 172 additions and 126 deletions.
35 changes: 35 additions & 0 deletions .changeset/giant-kangaroos-guess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
'@finos/babel-preset-legend-studio': patch
'@finos/eslint-plugin-legend-studio': patch
'@finos/legend-application': patch
'@finos/legend-art': patch
'@finos/legend-dev-utils': patch
'@finos/legend-extension-dsl-data-space': patch
'@finos/legend-extension-dsl-diagram': patch
'@finos/legend-extension-dsl-persistence': patch
'@finos/legend-extension-dsl-text': patch
'@finos/legend-extension-external-format-json-schema': patch
'@finos/legend-extension-external-language-morphir': patch
'@finos/legend-extension-external-store-service': patch
'@finos/legend-extension-mapping-generation': patch
'@finos/legend-graph': patch
'@finos/legend-graph-extension-collection': patch
'@finos/legend-manual-tests': patch
'@finos/legend-model-storage': patch
'@finos/legend-query': patch
'@finos/legend-query-app': patch
'@finos/legend-query-deployment': patch
'@finos/legend-server-depot': patch
'@finos/legend-server-sdlc': patch
'@finos/legend-shared': patch
'@finos/legend-studio': patch
'@finos/legend-studio-app': patch
'@finos/legend-studio-deployment': patch
'@finos/legend-studio-extension-management-toolkit': patch
'@finos/legend-studio-extension-query-builder': patch
'@finos/legend-taxonomy': patch
'@finos/legend-taxonomy-app': patch
'@finos/legend-taxonomy-deployment': patch
'@finos/legend-tracer-extension-zipkin': patch
'@finos/stylelint-config-legend-studio': 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": "8.14.0",
"eslint": "8.15.0",
"nodemon": "2.0.16",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
"chalk": "5.0.1",
"cross-env": "7.0.3",
"envinfo": "7.8.1",
"eslint": "8.14.0",
"eslint": "8.15.0",
"fs-extra": "10.1.0",
"husky": "7.0.4",
"husky": "8.0.0",
"inquirer": "8.2.4",
"jest": "28.1.0",
"lint-staged": "12.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"rimraf": "3.0.2",
"typescript": "4.6.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/css-font-loading-module": "0.0.7",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@types/react-router-dom": "5.3.2",
"history": "5.3.0",
Expand All @@ -64,7 +64,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@fontsource/roboto-condensed": "4.5.8",
"@fontsource/roboto-mono": "4.5.7",
"@mui/material": "5.6.4",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"@types/react-select": "4.0.18",
"@types/react-window": "1.8.5",
"clsx": "1.1.1",
Expand All @@ -77,7 +77,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
},
"devDependencies": {
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"rimraf": "3.0.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-extension-dsl-data-space/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@finos/legend-server-depot": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-studio": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"mobx": "6.5.0",
"mobx-react-lite": "3.4.0",
"react": "18.1.0",
Expand All @@ -63,7 +63,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
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 @@ -49,7 +49,7 @@
"@finos/legend-model-storage": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-studio": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"mobx": "6.5.0",
"mobx-react-lite": "3.4.0",
"react": "18.1.0",
Expand All @@ -62,7 +62,7 @@
"@finos/legend-dev-utils": "workspace:*",
"@testing-library/react": "13.2.0",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"jest-canvas-mock": "2.4.0",
"npm-run-all": "4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-extension-dsl-persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"@finos/legend-model-storage": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-studio": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"mobx": "6.5.0",
"react": "18.1.0",
"serializr": "2.0.5"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-extension-dsl-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@finos/legend-model-storage": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-studio": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"mobx": "6.5.0",
"mobx-react-lite": "3.4.0",
"react": "18.1.0",
Expand All @@ -58,7 +58,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-extension-external-store-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@finos/legend-model-storage": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-studio": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"mobx": "6.5.0",
"mobx-react-lite": "3.4.0",
"react": "18.1.0",
Expand All @@ -55,7 +55,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-extension-mapping-generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-graph-extension-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-manual-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@finos/legend-dev-utils": "workspace:*",
"axios": "0.27.2",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-model-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"lodash": "4.17.21",
"npm-run-all": "4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-query-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
"@finos/legend-graph-extension-collection": "workspace:*",
"@finos/legend-query": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"react": "18.1.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"sass": "1.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-query-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "10.2.4",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"typescript": "4.6.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@finos/legend-shared": "workspace:*",
"@testing-library/react": "13.2.0",
"@types/papaparse": "5.3.2",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@types/react-router-dom": "5.3.2",
"date-fns": "2.28.0",
Expand All @@ -75,7 +75,7 @@
"@finos/legend-dev-utils": "workspace:*",
"@testing-library/dom": "8.13.0",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-server-depot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-server-sdlc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"lodash": "4.17.21",
"npm-run-all": "4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-studio-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-studio": "workspace:*",
"@finos/legend-studio-extension-query-builder": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"react": "18.1.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"sass": "1.51.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-studio-deployment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "10.2.4",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"typescript": "4.6.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@finos/legend-server-sdlc": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-studio": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"@types/react-router-dom": "5.3.2",
"mobx": "6.5.0",
"mobx-react-lite": "3.4.0",
Expand All @@ -60,7 +60,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-studio-extension-query-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@finos/legend-server-depot": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-studio": "workspace:*",
"@types/react": "18.0.8",
"@types/react": "18.0.9",
"mobx": "6.5.0",
"mobx-react-lite": "3.4.0",
"react": "18.1.0",
Expand All @@ -65,7 +65,7 @@
"@testing-library/dom": "8.13.0",
"@testing-library/react": "13.2.0",
"cross-env": "7.0.3",
"eslint": "8.14.0",
"eslint": "8.15.0",
"jest": "28.1.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
Expand Down
Loading

0 comments on commit 2c4d9ec

Please sign in to comment.