Skip to content

Commit

Permalink
refactoring timeline card content
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuignoto committed Aug 1, 2023
1 parent dfbd918 commit 9be65fc
Show file tree
Hide file tree
Showing 21 changed files with 1,444 additions and 1,125 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,20 @@ module.exports = {
sourceType: 'module',
},
plugins: [
'import',
'react',
'@typescript-eslint',
'jsx-a11y',
'typescript-sort-keys',
'sort-keys-fix',
],
rules: {
'import/no-unused-modules': [
1,
{
unusedExports: true,
},
],
'sort-keys-fix/sort-keys-fix': 'error',
'typescript-sort-keys/interface': 'error',
'typescript-sort-keys/string-enum': 'error',
Expand Down
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"focus-visible": "^5.2.0",
"styled-components": "^6.0.4"
"styled-components": "^6.0.5"
},
"peerDependencies": {
"react": "^18.1.0",
Expand Down Expand Up @@ -73,34 +73,34 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.2",
"@types/react": "^18.2.15",
"@types/node": "^20.4.5",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.8",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-react": "^4.0.3",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.33.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
"c8": "^8.0.0",
"c8": "^8.0.1",
"cssnano": "^6.0.1",
"cypress": "12.17.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"cypress": "12.17.2",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.3",
"postcss": "^8.4.26",
"postcss-preset-env": "^9.0.0",
"postcss": "^8.4.27",
"postcss-preset-env": "^9.1.0",
"postcss-syntax": "^0.36.2",
"prettier": "^3.0.0",
"pretty-quick": "^3.1.3",
Expand All @@ -109,26 +109,26 @@
"react-is": "^18.2.0",
"react-router-dom": "^6.14.2",
"rimraf": "^5.0.1",
"rollup": "^3.26.3",
"rollup": "^3.27.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.35.0",
"sass": "^1.63.6",
"sass": "^1.64.2",
"semver": "^7.5.4",
"size-limit": "^8.2.6",
"snyk": "^1.1190.0",
"snyk": "^1.1198.0",
"start-server-and-test": "^2.0.0",
"stylelint": "^15.10.1",
"stylelint": "^15.10.2",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^6.0.3",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vite": "^4.4.7",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^0.33.0"
},
Expand Down
Loading

0 comments on commit 9be65fc

Please sign in to comment.