Skip to content

Commit

Permalink
feat: Database management (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar authored Aug 28, 2023
1 parent e3d53b9 commit 77fa803
Show file tree
Hide file tree
Showing 16 changed files with 2,555 additions and 93 deletions.
3 changes: 2 additions & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@nivo/pie": "0.83.0",
"@nivo/radial-bar": "0.83.0",
"@nivo/tooltip": "0.83.0",
"@pluralsh/design-system": "2.2.0",
"@pluralsh/design-system": "2.4.1",
"@react-hooks-library/core": "0.5.1",
"@tanstack/react-table": "8.9.1",
"@testing-library/jest-dom": "5.16.5",
Expand Down Expand Up @@ -157,6 +157,7 @@
"husky": "8.0.3",
"jsdom": "22.1.0",
"lint-staged": "13.2.2",
"moment-timezone": "0.5.43",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"stylelint": "15.7.0",
Expand Down
1 change: 1 addition & 0 deletions assets/src/components/billing/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const SUBSCRIPTION_QUERY = gql`
availableFeatures {
audits
userManagement
databaseManagement
vpn
}
subscription {
Expand Down
Loading

0 comments on commit 77fa803

Please sign in to comment.