Skip to content

Commit

Permalink
Merge pull request #66 from dipiash/feature/fix-lock-file
Browse files Browse the repository at this point in the history
Fix lock file
  • Loading branch information
dipiash authored Nov 9, 2023
2 parents 1ad7a4a + 3846567 commit 4917046
Show file tree
Hide file tree
Showing 4 changed files with 1,324 additions and 1,450 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export interface LicenseSelectPropertiesInterface {
onChange: (value: string) => void
onChange: (value: string | null) => void
className?: string
}
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,22 @@ export const RepositoriesTable: FC<RepositoriesTablePropertiesInterface> = ({ li
<Table columns={tableColumns} data={tableData} error={tableError} />
<Space h={10} />
<Pagination
onPrevClick={() => enhancedFetchMore({ cursorBefore: paginationParameters.cursorBefore, fetchMore, limit, queryString })}
onNextClick={() => enhancedFetchMore({ cursorAfter: paginationParameters.cursorAfter, fetchMore, limit, queryString })}
onPrevClick={() =>
enhancedFetchMore({
cursorBefore: paginationParameters.cursorBefore,
fetchMore,
limit,
queryString,
})
}
onNextClick={() =>
enhancedFetchMore({
cursorAfter: paginationParameters.cursorAfter,
fetchMore,
limit,
queryString,
})
}
isPrevDisabled={paginationParameters.isPreviousDisabled}
isNextDisabled={paginationParameters.isNextDisabled}
/>
Expand Down
82 changes: 42 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"clean:icons": "rm -rf packages/icons/src/components",
"clean:all": "pnpm clean:node-modules && pnpm clean:dist && pnpm clean:coverage && pnpm clean:icons",
"nx:upgrade": "nx migrate latest && pnpm install && nx migrate --run-migrations --if-exists && rm -rf migrations.json",
"storybook:upgrade": "sb upgrade",
"prepare": "husky install"
},
"private": true,
Expand All @@ -47,20 +48,21 @@
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-react-apollo": "3.3.7",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@nrwl/js": "17.0.2",
"@nx/cypress": "17.0.2",
"@nx/devkit": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/js": "17.0.2",
"@nx/node": "17.0.2",
"@nx/react": "17.0.2",
"@nx/storybook": "17.0.2",
"@nx/web": "17.0.2",
"@nx/workspace": "17.0.2",
"@storybook/addon-essentials": "7.5.1",
"@storybook/core-server": "7.5.1",
"@storybook/react": "7.5.1",
"@storybook/react-vite": "7.5.1",
"@nrwl/js": "17.0.3",
"@nx/cypress": "17.0.3",
"@nx/devkit": "17.0.3",
"@nx/eslint": "17.0.3",
"@nx/eslint-plugin": "17.0.3",
"@nx/js": "17.0.3",
"@nx/node": "17.0.3",
"@nx/react": "17.0.3",
"@nx/storybook": "17.0.3",
"@nx/web": "17.0.3",
"@nx/workspace": "17.0.3",
"@storybook/addon-essentials": "7.5.2",
"@storybook/core-server": "7.5.2",
"@storybook/react": "7.5.2",
"@storybook/react-vite": "7.5.2",
"@storybook/testing-react": "2.0.0",
"@svgr/cli": "8.1.0",
"@svgr/plugin-svgo": "8.1.0",
Expand All @@ -69,44 +71,44 @@
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.5.1",
"@types/bluebird": "3.5.41",
"@types/jest": "29.5.6",
"@types/node": "20.8.7",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/react-is": "18.2.2",
"@types/jest": "29.5.7",
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/react-is": "18.2.3",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vitejs/plugin-react-swc": "3.4.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@vitejs/plugin-react-swc": "3.4.1",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.6",
"@welldone-software/why-did-you-render": "7.0.1",
"babel-loader": "9.1.3",
"cypress": "^13.3.1",
"cypress": "13.3.1",
"esbuild": "0.19.5",
"eslint": "8.51.0",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-nimbus-clean": "1.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-nimbus-clean": "1.1.0",
"eslint-plugin-perfectionist": "2.2.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.3",
"eslint-plugin-react-refresh": "0.4.4",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.20.0",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-testing-library": "6.1.0",
"eslint-plugin-unicorn": "48.0.1",
"eslint-plugin-unicorn": "49.0.0",
"husky": "8.0.3",
"jsdom": "22.1.0",
"lint-staged": "15.0.1",
"nx": "17.0.2",
"nx-stylelint": "16.0.1",
"lint-staged": "15.0.2",
"nx": "17.0.3",
"nx-stylelint": "17.0.1",
"postcss": "8.4.31",
"postcss-preset-mantine": "1.9.0",
"postcss-simple-vars": "7.0.1",
Expand All @@ -115,7 +117,7 @@
"react-scripts": "5.0.1",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-visualizer": "5.9.2",
"storybook": "7.5.0",
"storybook": "7.5.2",
"stylelint": "15.11.0",
"stylelint-config-css-modules": "4.3.0",
"stylelint-config-standard": "34.0.0",
Expand All @@ -125,13 +127,12 @@
"vite-dts": "1.0.4",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.6",
"webpack": "5.89.0",
"@nx/eslint": "17.0.2"
"webpack": "5.89.0"
},
"dependencies": {
"@mantine/core": "7.1.3",
"@mantine/form": "7.1.3",
"@mantine/hooks": "7.1.3",
"@mantine/core": "7.1.7",
"@mantine/form": "7.1.7",
"@mantine/hooks": "7.1.7",
"@tabler/icons-react": "2.39.0",
"clsx": "2.0.0",
"graphql": "16.8.1",
Expand All @@ -140,8 +141,9 @@
"react-dom": "18.2.0",
"react-hook-form": "7.47.0",
"react-is": "18.2.0",
"react-router-dom": "6.17.0",
"react-router-dom": "6.18.0",
"ts-toolbelt": "9.6.0",
"typescript": "5.2.2"
}
}

Loading

0 comments on commit 4917046

Please sign in to comment.