Skip to content

Commit

Permalink
CB-5164 update sup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
devnaumov committed May 29, 2024
1 parent d7658d4 commit 585725a
Show file tree
Hide file tree
Showing 14 changed files with 2,350 additions and 2,526 deletions.
12 changes: 6 additions & 6 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"postinstall": "husky"
},
"devDependencies": {
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.63",
Expand All @@ -37,14 +37,14 @@
"lerna": "5.5.4",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"msw": "^2.2.2",
"msw": "^2.3.0",
"path-browserify": "~1.0.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reakit": "~1.3.11",
"reflect-metadata": "^0.2.1",
"rimraf": "~5.0.5",
"reflect-metadata": "^0.2.2",
"rimraf": "~5.0.7",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/core-authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@cloudbeaver/tests-runner": "~0.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@types/jest": "^29.5.12",
"msw": "^2.2.2",
"msw": "^2.3.0",
"typescript": "^5.3.3"
}
}
2 changes: 1 addition & 1 deletion webapp/packages/core-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@cloudbeaver/core-di": "~0.1.0",
"@cloudbeaver/core-executor": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"dexie": "^3.2.6",
"dexie": "^4.0.7",
"karma": "^6.4.3",
"mobx": "^6.12.0",
"workbox-cacheable-response": "^7.1.0",
Expand Down
1 change: 1 addition & 0 deletions webapp/packages/core-cli/configs/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ module.exports = (env, argv) => {
modules: {
auto: /(module|m)\.(css|s[ac]ss)$/,
localIdentName: '[local]___[hash:base64:5]',
namedExport: false,
},
},
},
Expand Down
54 changes: 27 additions & 27 deletions webapp/packages/core-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,64 +25,64 @@
"node": ">=20.0.0"
},
"dependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@babel/plugin-transform-optional-chaining": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/cli": "^7.24.6",
"@babel/core": "^7.24.6",
"@babel/plugin-proposal-decorators": "^7.24.6",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.24.6",
"@babel/plugin-transform-optional-chaining": "^7.24.6",
"@babel/plugin-transform-runtime": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"extra-watch-webpack-plugin": "^1.0.3",
"html-loader": "^5.0.0",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.6.0",
"json5-loader": "^4.0.1",
"mini-css-extract-plugin": "^2.8.1",
"mini-css-extract-plugin": "^2.9.0",
"peer-deps-externals-webpack-plugin": "^1.0.4",
"pnp-webpack-plugin": "^1.7.0",
"postcss": "^8.4.35",
"postcss-discard-comments": "^6.0.1",
"postcss": "^8.4.38",
"postcss-discard-comments": "^7.0.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.4.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"postcss-preset-env": "^9.5.14",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"style-loader": "^4.0.0",
"thread-loader": "^4.0.2",
"ts-loader": "^9.5.1",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@types/jest": "^29.5.12",
"@types/madge": "^5.0.3",
"allure-commandline": "^2.27.0",
"babel-jest": "^29.7.0",
"fake-indexeddb": "^5.0.2",
"glob": "^10.3.10",
"fake-indexeddb": "^6.0.0",
"glob": "^10.4.1",
"http-proxy": "^1.18.1",
"jest": "^29.7.0",
"jest-allure": "^0.1.3",
"jest-environment-jsdom": "^29.7.0",
"jest-jasmine2": "^29.7.0",
"madge": "^6.1.0",
"react-refresh": "^0.14.0",
"madge": "^7.0.0",
"react-refresh": "^0.14.2",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"upath": "^2.0.1",
"workbox-webpack-plugin": "^7.0.0"
"workbox-webpack-plugin": "^7.1.0"
},
"resolutions": {
"webpack-dev-middleware": "^7.2.1"
Expand Down
1 change: 1 addition & 0 deletions webapp/packages/core-di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"dependencies": {
"@cloudbeaver/core-executor": "~0.1.0",
"inversify": "^6.0.2",
"mobx": "^6.12.0",
"react": "^18.2.0"
},
"peerDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/core-root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@cloudbeaver/core-sdk": "~0.1.0",
"@cloudbeaver/tests-runner": "~0.1.0",
"@types/jest": "^29.5.12",
"msw": "^2.2.2",
"msw": "^2.3.0",
"typescript": "^5.3.3"
}
}
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 @@
"@cloudbeaver/core-sdk": "~0.1.0",
"@cloudbeaver/core-settings": "~0.1.0",
"@cloudbeaver/tests-runner": "~0.1.0",
"@fontsource/roboto": "^5.0.8",
"@fontsource/roboto": "^5.0.13",
"@material/button": "~4.0.0",
"@material/checkbox": "~4.0.0",
"@material/elevation": "~4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions webapp/packages/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,17 @@
},
"dependencies": {
"@timohausmann/quadtree-ts": "^2.2.2",
"@types/whatwg-mimetype": "^3.0.2",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"fast-deep-equal": "^3.1.3",
"i18next": "^23.11.2",
"i18next": "^23.11.5",
"md5": "^2.3.0",
"mobx": "^6.12.0",
"underscore": "^1.13.6",
"uuid": "^9.0.1",
"whatwg-mimetype": "^4.0.0",
"zod": "^3.22.4",
"zod": "^3.23.8",
"zod-i18n-map": "^2.27.0",
"zod-validation-error": "^3.0.3"
"zod-validation-error": "^3.3.0"
},
"peerDependencies": {},
"devDependencies": {
Expand All @@ -39,6 +38,7 @@
"@types/react": "^18.2.63",
"@types/underscore": "^1.11.15",
"@types/uuid": "~9.0.8",
"@types/whatwg-mimetype": "^3.0.2",
"react": "^18.2.0",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/core-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@cloudbeaver/core-utils": "~0.1.0",
"mobx": "^6.12.0",
"react": "^18.2.0",
"semver": "^7.6.0"
"semver": "^7.6.2"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions webapp/packages/plugin-codemirror6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"@cloudbeaver/core-blocks": "~0.1.0",
"@cloudbeaver/core-theming": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"@codemirror/autocomplete": "6.13.0",
"@codemirror/commands": "6.3.3",
"@codemirror/lang-html": "6.4.8",
"@codemirror/autocomplete": "6.16.0",
"@codemirror/commands": "6.5.0",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-sql": "6.6.1",
"@codemirror/lang-xml": "6.0.2",
"@codemirror/lang-sql": "6.6.4",
"@codemirror/lang-xml": "6.1.0",
"@codemirror/language": "6.10.1",
"@codemirror/merge": "6.6.0",
"@codemirror/merge": "6.6.2",
"@codemirror/search": "6.5.6",
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.25.0",
"@codemirror/view": "6.26.3",
"@lezer/common": "^1.2.1",
"@lezer/highlight": "^1.2.0",
"mobx-react-lite": "^4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/plugin-d3js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@cloudbeaver/core-di": "~0.1.0",
"d3": "^7.8.5",
"d3": "^7.9.0",
"d3-drag": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion webapp/packages/plugin-gis-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"geojson": "^0.5.0",
"leaflet": "^1.9.4",
"mobx-react-lite": "^4.0.5",
"proj4": "^2.10.0",
"proj4": "^2.11.0",
"react": "^18.2.0",
"react-leaflet": "^4.2.1",
"wellknown": "^0.5.0"
Expand Down
Loading

0 comments on commit 585725a

Please sign in to comment.