Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/cb 3858 update dependencies #1986

Merged
merged 3 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
},
"devDependencies": {
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.4",
"@types/react": "~18.0.28",
"@types/react-dom": "~18.2.4",
"concurrently": "^8.2.0",
"@types/react-dom": "~18.2.7",
"concurrently": "^8.2.1",
"lerna": "5.5.4",
"mobx": "~6.8.0",
"mobx-react-lite": "~3.4.3",
"msw": "^1.2.1",
"mobx-react-lite": "~4.0.3",
"msw": "^1.3.0",
"path-browserify": "~1.0.1",
"prettier": "^2.8.8",
"react": "~18.2.0",
Expand All @@ -36,7 +36,7 @@
"reflect-metadata": "~0.1.13",
"reshadow": "^0.0.1",
"rimraf": "~5.0.1",
"typescript": "5.1.3",
"typescript": "5.2.2",
"typescript-plugin-css-modules": "^5.0.1"
},
"dependencies": {},
Expand Down
4 changes: 2 additions & 2 deletions webapp/packages/core-administration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"mobx": "~6.x.x",
"mobx-react-lite": "~3.x.x",
"reshadow": "~0.x.x",
"@testing-library/jest-dom": "^5.x.x"
"@testing-library/jest-dom": "^6.x.x"
}
}
}
2 changes: 1 addition & 1 deletion webapp/packages/core-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"peerDependencies": {
"mobx": "~6.x.x",
"msw": "~1.x.x",
"@testing-library/jest-dom": "^5.x.x"
"@testing-library/jest-dom": "^6.x.x"
}
}
4 changes: 2 additions & 2 deletions webapp/packages/core-blocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react": "~18.x.x",
"mobx": "~6.x.x",
"mobx-react-lite": "~3.x.x",
"@testing-library/jest-dom": "~5.x.x",
"@testing-library/jest-dom": "~6.x.x",
"@testing-library/react": "~13.x.x"
}
}
}
2 changes: 1 addition & 1 deletion webapp/packages/core-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"workbox-window": "~7.x.x"
},
"peerDependencies": {
"@testing-library/jest-dom": "~5.x.x",
"@testing-library/jest-dom": "~6.x.x",
"mobx": "~6.x.x",
"mobx-react-lite": "~3.x.x",
"react": "~18.x.x",
Expand Down
48 changes: 24 additions & 24 deletions webapp/packages/core-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"node": ">=16.0.0"
},
"dependencies": {
"@babel/cli": "~7.21.5",
"@babel/core": "~7.22.1",
"@babel/cli": "~7.22.15",
"@babel/core": "~7.22.15",
"@babel/plugin-proposal-class-properties": "~7.18.6",
"@babel/plugin-proposal-decorators": "~7.22.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "~7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "~7.22.4",
"@babel/preset-env": "~7.22.4",
"@babel/preset-react": "~7.22.3",
"@babel/preset-typescript": "~7.21.5",
"babel-loader": "~9.1.2",
"@babel/plugin-transform-runtime": "~7.22.15",
"@babel/preset-env": "~7.22.15",
"@babel/preset-react": "~7.22.15",
"@babel/preset-typescript": "~7.22.15",
"babel-loader": "~9.1.3",
"babel-plugin-module-resolver": "~5.0.0",
"babel-plugin-transform-typescript-metadata": "~0.3.2",
"copy-webpack-plugin": "~11.0.0",
Expand All @@ -49,40 +49,40 @@
"fork-ts-checker-webpack-plugin": "~8.0.0",
"html-loader": "~4.2.0",
"html-replace-webpack-plugin": "~2.6.0",
"html-webpack-plugin": "~5.5.1",
"html-webpack-plugin": "~5.5.3",
"json5-loader": "~4.0.1",
"mini-css-extract-plugin": "~2.7.6",
"peer-deps-externals-webpack-plugin": "~1.0.4",
"pnp-webpack-plugin": "~1.7.0",
"postcss": "~8.4.24",
"postcss": "~8.4.29",
"postcss-discard-comments": "~6.0.0",
"postcss-loader": "~7.3.2",
"postcss-loader": "~7.3.3",
"postcss-preset-env": "~8.4.2",
"sass": "~1.62.1",
"sass-loader": "~13.3.1",
"sass": "~1.66.1",
"sass-loader": "~13.3.2",
"source-map-loader": "~4.0.1",
"style-loader": "~3.3.3",
"thread-loader": "~4.0.2",
"ts-loader": "~9.4.3",
"webpack": "~5.85.1",
"webpack-bundle-analyzer": "~4.9.0",
"webpack-cli": "~5.1.3",
"webpack-dev-server": "~4.15.0",
"ts-loader": "~9.4.4",
"webpack": "~5.88.2",
"webpack-bundle-analyzer": "~4.9.1",
"webpack-cli": "~5.1.4",
"webpack-dev-server": "~4.15.1",
"webpack-merge": "~5.9.0"
},
"devDependencies": {
"@types/jest": "~29.5.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/jest": "~29.5.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@types/madge": "^5.0.0",
"allure-commandline": "^2.22.1",
"crypto": "^1.0.1",
"fake-indexeddb": "^4.0.1",
"fake-indexeddb": "^4.0.2",
"http-proxy": "^1.18.1",
"jest": "~29.5.0",
"jest": "~29.6.4",
"jest-allure": "^0.1.3",
"jest-environment-jsdom": "~29.5.0",
"jest-jasmine2": "^29.5.0",
"babel-jest": "~29.6.2",
"jest-environment-jsdom": "~29.6.4",
"jest-jasmine2": "^29.6.4",
"babel-jest": "~29.6.4",
"madge": "^6.1.0",
"react-refresh": "^0.14.0",
"workbox-webpack-plugin": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions webapp/packages/core-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@cloudbeaver/core-root": "~0.1.0"
},
"peerDependencies": {
"@testing-library/jest-dom": "~5.x.x",
"@testing-library/jest-dom": "~6.x.x",
"mobx": "~6.x.x"
}
}
}
4 changes: 2 additions & 2 deletions webapp/packages/core-localization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"peerDependencies": {
"mobx": "~6.x.x",
"@testing-library/jest-dom": "~5.x.x"
"@testing-library/jest-dom": "~6.x.x"
}
}
}
4 changes: 2 additions & 2 deletions webapp/packages/core-navigation-tree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"react": "~18.x.x",
"mobx": "~6.x.x",
"mobx-react-lite": "~3.x.x",
"@testing-library/jest-dom": "~5.x.x"
"@testing-library/jest-dom": "~6.x.x"
}
}
}
2 changes: 1 addition & 1 deletion webapp/packages/core-routing/src/WindowsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface IWindowInfo {
@injectable()
export class WindowsService {
private readonly windows: Map<string, IWindowInfo>;
private trackWindowClose?: NodeJS.Timer;
private trackWindowClose?: ReturnType<typeof setTimeout>;

constructor() {
this.windows = new Map();
Expand Down
10 changes: 5 additions & 5 deletions webapp/packages/core-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
"@cloudbeaver/core-di": "~0.1.0",
"@cloudbeaver/core-executor": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"axios": "~1.4.0",
"axios": "~1.5.0",
"graphql": "~16.x.x",
"graphql-request": "~6.1.0"
},
"devDependencies": {
"@graphql-codegen/add": "~5.0.0",
"@graphql-codegen/cli": "~4.0.1",
"@graphql-codegen/cli": "~5.0.0",
"@graphql-codegen/near-operation-file-preset": "~2.5.0",
"@graphql-codegen/typescript": "~3.0.2",
"@graphql-codegen/typescript": "~4.0.1",
"@graphql-codegen/typescript-graphql-files-modules": "~2.2.1",
"@graphql-codegen/typescript-graphql-request": "~5.0.0",
"@graphql-codegen/typescript-operations": "~3.0.2",
"@parcel/watcher": "^2.2.0"
"@graphql-codegen/typescript-operations": "~4.0.1",
"@parcel/watcher": "~2.3.0"
},
"peerDependencies": {
"mobx": "~6.x.x"
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/core-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@material/typography": "~4.0.0"
},
"peerDependencies": {
"@testing-library/jest-dom": "~5.x.x",
"@testing-library/jest-dom": "~6.x.x",
"mobx": "~6.x.x",
"react": "~18.x.x",
"reshadow": "~0.x.x"
Expand Down
6 changes: 3 additions & 3 deletions webapp/packages/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@timohausmann/quadtree-ts": "~2.0.0-beta.1",
"clsx": "~1.2.1",
"clsx": "~2.0.0",
"fast-deep-equal": "~3.1.3",
"md5": "~2.3.0",
"underscore": "^1.13.6",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/md5": "~2.3.2",
"@types/uuid": "~9.0.1",
"@types/underscore": "^1.11.5"
"@types/uuid": "~9.0.3",
"@types/underscore": "^1.11.9"
}
}
4 changes: 2 additions & 2 deletions webapp/packages/core-version-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"@cloudbeaver/core-di": "~0.1.0",
"@cloudbeaver/core-version": "~0.1.0",
"@cloudbeaver/core-localization": "~0.1.0",
"semver": "~7.5.1"
"semver": "~7.5.4"
},
"peerDependencies": {
"mobx": "~6.x.x"
},
"devDependencies": {
"@types/semver": "~7.5.0"
"@types/semver": "~7.5.1"
}
}
3 changes: 1 addition & 2 deletions webapp/packages/eslint-config/eslint-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"default-param-last": "off",
"func-call-spacing": "off",
"keyword-spacing": "off",
"no-duplicate-imports": "off",
"no-duplicate-imports": "error",
"object-curly-spacing": "off",
"quotes": "off",
"space-before-function-paren": "off",
Expand Down Expand Up @@ -88,7 +88,6 @@
"@typescript-eslint/default-param-last": ["error"],
"@typescript-eslint/func-call-spacing": ["error"],
"@typescript-eslint/keyword-spacing": ["error"],
"@typescript-eslint/no-duplicate-imports": ["error"],
"@typescript-eslint/object-curly-spacing": ["error", "always"],
"@typescript-eslint/quotes": [
"error",
Expand Down
4 changes: 2 additions & 2 deletions webapp/packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
*/

module.exports = {
extends: './eslint-config.json'
}
extends: './eslint-config.json',
};
18 changes: 9 additions & 9 deletions webapp/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
],
"type": "commonjs",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "~5.54.1",
"@typescript-eslint/parser": "~5.54.1",
"eslint": "~8.35.0",
"@typescript-eslint/eslint-plugin": "~6.6.0",
"@typescript-eslint/parser": "~6.6.0",
"eslint": "~8.48.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-config-airbnb-typescript": "~17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "~3.5.3",
"eslint-plugin-import": "~2.27.5",
"eslint-plugin-jest": "~27.2.1",
"eslint-config-airbnb-typescript": "~17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "~3.6.0",
"eslint-plugin-import": "~2.28.1",
"eslint-plugin-jest": "~27.2.3",
"eslint-plugin-jsx-a11y": "~6.7.1",
"eslint-plugin-node": "~11.1.0",
"eslint-plugin-promise": "~6.1.1",
"eslint-plugin-react": "~7.32.2",
"eslint-plugin-react": "~7.33.2",
"eslint-plugin-react-hooks": "~4.6.0"
}
}
20 changes: 10 additions & 10 deletions webapp/packages/plugin-codemirror6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"dependencies": {
"@cloudbeaver/core-blocks": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"@codemirror/lang-html": "6.4.5",
"@codemirror/lang-javascript": "6.1.9",
"@codemirror/lang-html": "6.4.6",
"@codemirror/lang-javascript": "6.2.1",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-sql": "6.5.2",
"@codemirror/lang-sql": "6.5.4",
"@codemirror/lang-xml": "6.0.2",
"@codemirror/merge": "6.1.1",
"@codemirror/commands": "6.2.4",
"@codemirror/autocomplete": "6.8.1",
"@codemirror/search": "6.5.0",
"@codemirror/language": "6.8.0",
"@codemirror/merge": "6.1.2",
"@codemirror/commands": "6.2.5",
"@codemirror/autocomplete": "6.9.0",
"@codemirror/search": "6.5.2",
"@codemirror/language": "6.9.0",
"@codemirror/state": "6.2.1",
"@codemirror/view": "6.14.1"
"@codemirror/view": "6.18.0"
},
"peerDependencies": {
"react": "~18.x.x",
"react-dom": "~18.x.x",
"mobx": "~6.x.x",
"mobx-react-lite": "~3.x.x",
"reshadow": "~0.x.x",
"@testing-library/jest-dom": "~5.x.x"
"@testing-library/jest-dom": "~6.x.x"
}
}
4 changes: 2 additions & 2 deletions webapp/packages/plugin-d3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"validate-dependencies": "core-cli-validate-dependencies"
},
"dependencies": {
"d3": "^7.7.0",
"d3": "^7.8.5",
"d3-drag": "^3.0.0"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/d3-drag": "^3.0.1"
"@types/d3-drag": "^3.0.3"
}
}
4 changes: 2 additions & 2 deletions webapp/packages/plugin-data-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"mobx": "~6.x.x",
"mobx-react-lite": "~3.x.x",
"reshadow": "~0.x.x",
"@testing-library/jest-dom": "~5.x.x"
"@testing-library/jest-dom": "~6.x.x"
}
}
}
2 changes: 1 addition & 1 deletion webapp/packages/plugin-data-spreadsheet-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"mobx": "~6.x.x",
"mobx-react-lite": "~3.x.x",
"reshadow": "~0.x.x",
"@testing-library/jest-dom": "~5.x.x"
"@testing-library/jest-dom": "~6.x.x"
}
}
2 changes: 1 addition & 1 deletion webapp/packages/plugin-data-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"mobx": "~6.x.x",
"mobx-react-lite": "~3.x.x",
"reshadow": "~0.x.x",
"@testing-library/jest-dom": "~5.x.x"
"@testing-library/jest-dom": "~6.x.x"
}
}
Loading
Loading