Skip to content

Commit

Permalink
bump dependencies (#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioUyaguari authored Aug 20, 2023
1 parent d51a60a commit ca6c293
Show file tree
Hide file tree
Showing 38 changed files with 955 additions and 649 deletions.
2 changes: 1 addition & 1 deletion fixtures/legend-mock-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"nodemon": "3.0.1",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,30 +89,30 @@
"devDependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@babel/core": "7.22.9",
"@babel/core": "7.22.10",
"@changesets/cli": "2.26.2",
"@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": "20.4.5",
"@types/node": "20.5.1",
"chalk": "5.3.0",
"cross-env": "7.0.3",
"envinfo": "7.10.0",
"eslint": "8.46.0",
"eslint": "8.47.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"inquirer": "9.2.9",
"inquirer": "9.2.10",
"jest": "29.6.2",
"lint-staged": "13.2.3",
"lint-staged": "13.3.0",
"micromatch": "4.0.5",
"npm-run-all": "4.1.5",
"prettier": "3.0.0",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"semver": "7.5.4",
"sort-package-json": "2.5.1",
"stylelint": "15.10.2",
"stylelint": "15.10.3",
"typedoc": "0.24.8",
"typescript": "5.1.6",
"yargs": "17.7.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"dependencies": {
"@babel/helper-plugin-utils": "7.22.5",
"@babel/plugin-syntax-import-attributes": "7.22.5",
"@babel/preset-env": "7.22.9",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.22.6",
"@babel/runtime": "7.22.10",
"react-refresh": "0.14.0"
},
"devDependencies": {
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"rimraf": "5.0.1",
"typescript": "5.1.6"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js"
},
"dependencies": {
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-import": "2.28.0",
"@babel/core": "7.22.10",
"@babel/eslint-parser": "7.22.10",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"micromatch": "4.0.5",
"prettier": "3.0.0"
"prettier": "3.0.2"
},
"devDependencies": {
"cross-env": "7.0.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"typescript": "5.1.6",
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 @@ -49,11 +49,11 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.17",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
"monaco-editor": "0.40.0",
"monaco-editor": "0.41.0",
"react": "18.2.0",
"react-dnd": "16.0.1",
"react-dom": "18.2.0",
Expand All @@ -63,11 +63,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.6.2",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"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": "18.2.17",
"@types/react": "18.2.20",
"react": "18.2.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"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 @@ -40,7 +40,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"typescript": "5.1.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.17",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
Expand All @@ -64,11 +64,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.6.2",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"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 @@ -58,16 +58,16 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.17",
"@types/react": "18.2.20",
"react": "18.2.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"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 @@ -40,7 +40,7 @@
"@finos/legend-dev-utils": "workspace:*",
"copy-webpack-plugin": "11.0.0",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"typescript": "5.1.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.17",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"fast-xml-parser": "4.2.7",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
"mobx-utils": "6.0.8",
"monaco-editor": "0.40.0",
"monaco-editor": "0.41.0",
"node-diff3": "3.1.2",
"react": "18.2.0",
"react-dnd": "16.0.1",
Expand All @@ -74,11 +74,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.6.2",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"peerDependencies": {
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": "18.2.17",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"history": "5.3.0",
Expand All @@ -71,11 +71,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.6.2",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/legend-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@finos/legend-shared": "workspace:*",
"@fontsource/raleway": "5.0.5",
"@fontsource/roboto": "5.0.5",
"@fontsource/roboto-condensed": "5.0.5",
"@fontsource/roboto-mono": "5.0.5",
"@mui/material": "5.14.2",
"@types/react": "18.2.17",
"@fontsource/raleway": "5.0.8",
"@fontsource/roboto": "5.0.8",
"@fontsource/roboto-condensed": "5.0.8",
"@fontsource/roboto-mono": "5.0.8",
"@mui/material": "5.14.5",
"@types/react": "18.2.20",
"@types/react-select": "4.0.18",
"@types/react-window": "1.8.5",
"clsx": "2.0.0",
Expand All @@ -76,11 +76,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.6.2",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/legend-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.22.10",
"@changesets/assemble-release-plan": "5.2.4",
"@changesets/changelog-github": "0.4.8",
"@changesets/config": "2.3.1",
Expand All @@ -62,8 +62,8 @@
"@jest/globals": "29.6.2",
"@juggle/resize-observer": "3.4.0",
"@manypkg/get-packages": "1.1.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"autoprefixer": "10.4.14",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"autoprefixer": "10.4.15",
"babel-jest": "29.6.2",
"babel-loader": "9.1.3",
"chalk": "5.3.0",
Expand All @@ -76,25 +76,25 @@
"jest": "29.6.2",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.6.2",
"jest-extended": "4.0.0",
"jest-extended": "4.0.1",
"jest-watch-typeahead": "2.2.2",
"jsonc-parser": "3.2.0",
"micromatch": "4.0.5",
"mini-css-extract-plugin": "2.7.6",
"monaco-editor": "0.40.0",
"monaco-editor": "0.41.0",
"monaco-editor-webpack-plugin": "7.1.0",
"postcss": "8.4.27",
"postcss": "8.4.28",
"postcss-loader": "7.3.3",
"react-refresh": "0.14.0",
"resolve": "1.22.2",
"sass": "1.64.1",
"resolve": "1.22.4",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"typescript": "5.1.6",
"webpack": "5.88.2"
},
"devDependencies": {
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"rimraf": "5.0.1"
},
"publishConfig": {
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 @@ -48,7 +48,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.17",
"@types/react": "18.2.20",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
"react": "18.2.0",
Expand All @@ -58,11 +58,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.6.2",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-extension-dsl-data-space/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@finos/legend-server-depot": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "18.2.17",
"@types/react": "18.2.20",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
"react": "18.2.0",
Expand All @@ -66,11 +66,11 @@
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.6.2",
"cross-env": "7.0.3",
"eslint": "8.46.0",
"eslint": "8.47.0",
"jest": "29.6.2",
"npm-run-all": "4.1.5",
"rimraf": "5.0.1",
"sass": "1.64.1",
"sass": "1.66.1",
"typescript": "5.1.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit ca6c293

Please sign in to comment.