Skip to content

Commit

Permalink
Update dependencies (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm authored Feb 9, 2023
1 parent 6318d14 commit 86b38bf
Show file tree
Hide file tree
Showing 12 changed files with 464 additions and 116 deletions.
28 changes: 14 additions & 14 deletions assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@nivo/pie": "0.80.0",
"@nivo/radial-bar": "0.80.0",
"@nivo/tooltip": "0.80.0",
"@pluralsh/design-system": "1.314.0",
"@pluralsh/design-system": "1.315.1",
"@tanstack/react-table": "8.7.9",
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.3.3",
Expand All @@ -55,11 +55,11 @@
"forge-core": "1.4.6",
"fuse.js": "6.6.2",
"grommet": "2.29.1",
"grommet-icons": "4.8.0",
"grommet-icons": "4.9.0",
"highlight.js": "11.7.0",
"honorable": "0.194.0",
"honorable-theme-default": "0.77.0",
"immer": "9.0.18",
"immer": "9.0.19",
"js-file-download": "0.4.12",
"js-yaml": "4.1.0",
"jsonpath": "1.1.1",
Expand All @@ -85,8 +85,8 @@
"react-portal": "4.2.2",
"react-pulse-dot": "2.1.0",
"react-resize-detector": "7.1.2",
"react-router-dom": "6.7.0",
"react-spinners": "0.13.7",
"react-router-dom": "6.8.1",
"react-spinners": "0.13.8",
"react-spring": "9.6.1",
"react-sweet-progress": "1.1.2",
"react-toggle": "4.1.3",
Expand All @@ -96,9 +96,9 @@
"react-window-infinite-loader": "1.0.8",
"react-window-reversed": "1.4.1",
"regenerator-runtime": "0.13.11",
"slate": "0.88.1",
"slate": "0.90.0",
"slate-history": "0.86.0",
"slate-react": "0.88.2",
"slate-react": "0.90.0",
"styled-components": "5.3.6",
"tinyqueue": "2.0.3",
"uuid": "9.0.0",
Expand Down Expand Up @@ -131,21 +131,21 @@
"concurrently": "7.6.0",
"customize-cra": "1.0.0",
"cypress": "11.2.0",
"eslint": "8.32.0",
"eslint": "8.33.0",
"eslint-config-pluralsh": "3.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import-newlines": "1.3.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "21.0.0",
"jsdom": "21.1.0",
"stylelint": "14.16.1",
"typescript": "4.9.4",
"vite": "4.0.4",
"vite-plugin-pwa": "0.14.1",
"typescript": "4.9.5",
"vite": "4.1.1",
"vite-plugin-pwa": "0.14.3",
"vite-plugin-rewrite-all": "1.0.1",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.26.3",
"vitest": "0.28.4",
"wait-on": "6.0.1"
}
}
1 change: 1 addition & 0 deletions assets/src/components/account/users/Users.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function Users() {
gap="medium"
>
{/* <TabList
gap="xxsmall"
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down
1 change: 1 addition & 0 deletions assets/src/components/apps/Apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export default function Apps() {
<>
<Flex grow={1} />
<TabList
gap="xxsmall"
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export default function Component() {
marginVertical={1}
>
<TabList
gap="xxsmall"
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down
1 change: 1 addition & 0 deletions assets/src/components/apps/app/config/Configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default function Configuration() {
<>
<Flex grow={1} />
<TabList
gap="xxsmall"
margin={1}
stateRef={tabStateRef}
stateProps={{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export default function Runbook() {
)}
headingContent={(
<TabList
gap="xxsmall"
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down
1 change: 1 addition & 0 deletions assets/src/components/audits/Audits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default function Audits() {
<>
<Flex grow={1} />
<TabList
gap="xxsmall"
margin={1}
stateRef={tabStateRef}
stateProps={{
Expand Down
1 change: 1 addition & 0 deletions assets/src/components/builds/build/changelog/Changelog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default function Changelog() {
>
<Flex>
<TabList
gap="xxsmall"
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down
1 change: 1 addition & 0 deletions assets/src/components/cluster/containers/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function HeadingTabList({ tabStateRef, subpath }: any) {

return (
<TabList
gap="xxsmall"
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down
1 change: 1 addition & 0 deletions assets/src/components/cluster/nodes/Node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const DIRECTORY = [
function HeadingTabList({ tabStateRef, currentTab }: any) {
return (
<TabList
gap="xxsmall"
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down
1 change: 1 addition & 0 deletions assets/src/components/utils/RangePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function RangePicker({ duration, setDuration }: any) {

return (
<TabList
gap="xxsmall"
stateRef={tabStateRef}
stateProps={{
orientation: 'horizontal',
Expand Down
Loading

0 comments on commit 86b38bf

Please sign in to comment.