Skip to content
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
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"node_modules/@mongodb-js/compass-document-validation",
"node_modules/@mongodb-js/compass-deployment-awareness",
"node_modules/@mongodb-js/compass-charts",
"node_modules/@mongodb-js/compass-crud",
"node_modules/@mongodb-js/compass-query-history"
],
"styles": [
Expand All @@ -54,21 +55,9 @@
"node_modules/@mongodb-js/compass-serverstats",
"node_modules/@mongodb-js/compass-document-validation",
"node_modules/@mongodb-js/compass-deployment-awareness",
"node_modules/@mongodb-js/compass-charts"
],
"styles": [
"index"
]
},
"compass-charts": {
"name": "mongodb-compass-charts",
"productName": "MongoDB Compass Visualisations",
"plugins-directory": ".mongodb/compass-charts/plugins",
"packages": [
"node_modules/@mongodb-js/compass-serverstats",
"node_modules/@mongodb-js/compass-document-validation",
"node_modules/@mongodb-js/compass-deployment-awareness",
"node_modules/@mongodb-js/compass-charts"
"node_modules/@mongodb-js/compass-charts",
"node_modules/@mongodb-js/compass-crud",
"node_modules/@mongodb-js/compass-query-history"
],
"styles": [
"index"
Expand Down Expand Up @@ -142,6 +131,7 @@
},
"dependencies": {
"@mongodb-js/compass-charts": "^0.2.3",
"@mongodb-js/compass-crud": "0.0.3",
"@mongodb-js/compass-deployment-awareness": "3.2.0",
"@mongodb-js/compass-document-validation": "4.1.0",
"@mongodb-js/compass-serverstats": "9.1.1",
Expand Down
1 change: 0 additions & 1 deletion src/app/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
@import "../internal-packages/app/styles/index.less";
@import "../internal-packages/collection/styles/index.less";
@import "../internal-packages/collection-stats/styles/index.less";
@import "../internal-packages/crud/styles/index.less";
@import "../internal-packages/database-ddl/styles/index.less";
@import "../internal-packages/home/styles/index.less";
@import "../internal-packages/status/styles/index.less";
Expand Down
85 changes: 0 additions & 85 deletions src/internal-packages/crud/README.md

This file was deleted.

105 changes: 0 additions & 105 deletions src/internal-packages/crud/index.js

This file was deleted.

40 changes: 0 additions & 40 deletions src/internal-packages/crud/lib/actions.js

This file was deleted.

110 changes: 0 additions & 110 deletions src/internal-packages/crud/lib/component/document-actions.jsx

This file was deleted.

Loading