Skip to content

Commit

Permalink
cleans up the frontend ts references
Browse files Browse the repository at this point in the history
  • Loading branch information
s.teleshev committed Mar 22, 2024
1 parent b3f7d85 commit c577459
Show file tree
Hide file tree
Showing 19 changed files with 7 additions and 89 deletions.
14 changes: 0 additions & 14 deletions webapp/packages/core-administration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,16 @@
"@cloudbeaver/core-events": "~0.1.0",
"@cloudbeaver/core-executor": "~0.1.0",
"@cloudbeaver/core-localization": "~0.1.0",
"@cloudbeaver/core-plugin": "~0.1.0",
"@cloudbeaver/core-resource": "~0.1.0",
"@cloudbeaver/core-root": "~0.1.0",
"@cloudbeaver/core-routing": "~0.1.0",
"@cloudbeaver/core-sdk": "~0.1.0",
"@cloudbeaver/core-settings": "~0.1.0",
"@cloudbeaver/core-theming": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"mobx": "^6.12.0"
},
"peerDependencies": {},
"devDependencies": {
"@cloudbeaver/core-browser": "~0.1.0",
"@cloudbeaver/core-client-activity": "~0.1.0",
"@cloudbeaver/core-events": "~0.1.0",
"@cloudbeaver/core-localization": "~0.1.0",
"@cloudbeaver/core-plugin": "~0.1.0",
"@cloudbeaver/core-product": "~0.1.0",
"@cloudbeaver/core-root": "~0.1.0",
"@cloudbeaver/core-sdk": "~0.1.0",
"@cloudbeaver/core-settings": "~0.1.0",
"@cloudbeaver/tests-runner": "~0.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@types/jest": "^29.5.12",
"typescript": "^5.3.3"
}
}
36 changes: 0 additions & 36 deletions webapp/packages/core-administration/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
"tsBuildInfoFile": "dist/tsconfig.tsbuildinfo"
},
"references": [
{
"path": "../core-browser/tsconfig.json"
},
{
"path": "../core-client-activity/tsconfig.json"
},
{
"path": "../core-data-context/tsconfig.json"
},
Expand All @@ -21,59 +15,29 @@
{
"path": "../core-events/tsconfig.json"
},
{
"path": "../core-events/tsconfig.json"
},
{
"path": "../core-executor/tsconfig.json"
},
{
"path": "../core-localization/tsconfig.json"
},
{
"path": "../core-localization/tsconfig.json"
},
{
"path": "../core-plugin/tsconfig.json"
},
{
"path": "../core-plugin/tsconfig.json"
},
{
"path": "../core-product/tsconfig.json"
},
{
"path": "../core-resource/tsconfig.json"
},
{
"path": "../core-root/tsconfig.json"
},
{
"path": "../core-root/tsconfig.json"
},
{
"path": "../core-routing/tsconfig.json"
},
{
"path": "../core-sdk/tsconfig.json"
},
{
"path": "../core-sdk/tsconfig.json"
},
{
"path": "../core-settings/tsconfig.json"
},
{
"path": "../core-settings/tsconfig.json"
},
{
"path": "../core-theming/tsconfig.json"
},
{
"path": "../core-utils/tsconfig.json"
},
{
"path": "../tests-runner/tsconfig.json"
}
],
"include": [
Expand Down
1 change: 0 additions & 1 deletion webapp/packages/core-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@cloudbeaver/core-executor": "~0.1.0",
"@cloudbeaver/core-localization": "~0.1.0",
"@cloudbeaver/core-routing": "~0.1.0",
"@cloudbeaver/core-theming": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"@cloudbeaver/core-view": "~0.1.0",
"mobx": "^6.12.0",
Expand Down
3 changes: 0 additions & 3 deletions webapp/packages/core-ui/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
{
"path": "../core-routing/tsconfig.json"
},
{
"path": "../core-theming/tsconfig.json"
},
{
"path": "../core-utils/tsconfig.json"
},
Expand Down
3 changes: 1 addition & 2 deletions webapp/packages/plugin-data-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"@cloudbeaver/plugin-sql-editor": "~0.1.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"reshadow": "^0.0.1"
"react": "^18.2.0"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion webapp/packages/plugin-data-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@cloudbeaver/core-resource": "~0.1.0",
"@cloudbeaver/core-root": "~0.1.0",
"@cloudbeaver/core-sdk": "~0.1.0",
"@cloudbeaver/core-theming": "~0.1.0",
"@cloudbeaver/core-ui": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"@cloudbeaver/core-view": "~0.1.0",
Expand Down
3 changes: 0 additions & 3 deletions webapp/packages/plugin-data-viewer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@
{
"path": "../core-theming/tsconfig.json"
},
{
"path": "../core-theming/tsconfig.json"
},
{
"path": "../core-ui/tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@
"@cloudbeaver/core-events": "~0.1.0",
"@cloudbeaver/core-executor": "~0.1.0",
"@cloudbeaver/core-localization": "~0.1.0",
"@cloudbeaver/core-sdk": "~0.1.0",
"@cloudbeaver/core-ui": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"@cloudbeaver/core-view": "~0.1.0",
"@cloudbeaver/plugin-datasource-context-switch": "~0.1.0",
"@cloudbeaver/plugin-top-app-bar": "~0.1.0",
"mobx": "^6.12.0"
"@cloudbeaver/plugin-top-app-bar": "~0.1.0"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
{
"path": "../core-localization/tsconfig.json"
},
{
"path": "../core-sdk/tsconfig.json"
},
{
"path": "../core-ui/tsconfig.json"
},
Expand Down
4 changes: 1 addition & 3 deletions webapp/packages/plugin-navigation-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@
"@cloudbeaver/core-projects": "~0.1.0",
"@cloudbeaver/core-resource": "~0.1.0",
"@cloudbeaver/core-settings": "~0.1.0",
"@cloudbeaver/core-theming": "~0.1.0",
"@cloudbeaver/core-ui": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"@cloudbeaver/core-view": "~0.1.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"reshadow": "^0.0.1"
"react": "^18.2.0"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions webapp/packages/plugin-navigation-tabs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
{
"path": "../core-settings/tsconfig.json"
},
{
"path": "../core-theming/tsconfig.json"
},
{
"path": "../core-ui/tsconfig.json"
},
Expand Down
3 changes: 1 addition & 2 deletions webapp/packages/plugin-settings-administration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"@cloudbeaver/core-ui": "~0.1.0",
"@cloudbeaver/plugin-settings-panel": "~0.1.0",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"reshadow": "^0.0.1"
"react": "^18.2.0"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
"@cloudbeaver/plugin-top-app-bar": "~0.1.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"reshadow": "^0.0.1"
"react": "^18.2.0"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion webapp/packages/plugin-sql-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"@cloudbeaver/core-root": "~0.1.0",
"@cloudbeaver/core-sdk": "~0.1.0",
"@cloudbeaver/core-settings": "~0.1.0",
"@cloudbeaver/core-theming": "~0.1.0",
"@cloudbeaver/core-ui": "~0.1.0",
"@cloudbeaver/core-utils": "~0.1.0",
"@cloudbeaver/core-view": "~0.1.0",
Expand Down
3 changes: 0 additions & 3 deletions webapp/packages/plugin-sql-editor/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
{
"path": "../core-theming/tsconfig.json"
},
{
"path": "../core-theming/tsconfig.json"
},
{
"path": "../core-ui/tsconfig.json"
},
Expand Down
3 changes: 1 addition & 2 deletions webapp/packages/plugin-tools-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"@cloudbeaver/plugin-top-app-bar": "~0.1.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"reshadow": "^0.0.1"
"react": "^18.2.0"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
4 changes: 1 addition & 3 deletions webapp/packages/plugin-user-profile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@
"@cloudbeaver/core-localization": "~0.1.0",
"@cloudbeaver/core-resource": "~0.1.0",
"@cloudbeaver/core-sdk": "~0.1.0",
"@cloudbeaver/core-theming": "~0.1.0",
"@cloudbeaver/core-ui": "~0.1.0",
"@cloudbeaver/core-view": "~0.1.0",
"@cloudbeaver/plugin-authentication": "~0.1.0",
"@cloudbeaver/plugin-top-app-bar": "~0.1.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"reshadow": "^0.0.1"
"react": "^18.2.0"
},
"peerDependencies": {},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions webapp/packages/plugin-user-profile/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
{
"path": "../core-sdk/tsconfig.json"
},
{
"path": "../core-theming/tsconfig.json"
},
{
"path": "../core-ui/tsconfig.json"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"mobx-react-lite": "^4.0.5",
"react": "^18.2.0",
"react-markdown": "^9.0.1",
"reshadow": "^0.0.1",
"semver": "^7.6.0"
},
"peerDependencies": {},
Expand Down

0 comments on commit c577459

Please sign in to comment.