Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated packages and removed comments
Browse files Browse the repository at this point in the history
prabhuignoto committed Feb 29, 2024
1 parent 40da9f8 commit f6e8d5b
Showing 3 changed files with 625 additions and 555 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -57,11 +57,11 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/plugin-transform-runtime": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/preset-env": "^7.23.9",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@emotion/babel-plugin": "^11.11.0",
@@ -81,7 +81,7 @@
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.21",
"@types/node": "^20.11.22",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/react-router-dom": "^5.3.3",
@@ -119,7 +119,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-router-dom": "^6.22.1",
"react-router-dom": "^6.22.2",
"rimraf": "^5.0.5",
"rollup": "^4.12.0",
"rollup-plugin-analyzer": "^4.0.0",
@@ -133,7 +133,7 @@
"sass": "^1.71.1",
"semver": "7.6.0",
"size-limit": "^11.0.2",
"snyk": "^1.1280.1",
"snyk": "^1.1281.0",
"start-server-and-test": "^2.0.3",
"stylelint": "^16.2.1",
"stylelint-config-prettier-scss": "^1.0.0",
1,158 changes: 619 additions & 539 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions src/components/timeline/timeline.tsx
Original file line number Diff line number Diff line change
@@ -100,16 +100,6 @@ const Timeline: React.FunctionComponent<TimelineModel> = (
`react-chrono-timeline-${noUniqueId ? uniqueId : getUniqueID()}`,
);

// useMatchMedia(
// `(min-width: 100px) and (max-width: ${verticalBreakPoint}px)`,
// () => {
// if (mode === 'VERTICAL_ALTERNATING') {
// setTimelineMode('VERTICAL');
// }
// },
// enableBreakPoint,
// );

// handlers for navigation
const handleNext = useCallback(() => {
if (hasFocus) {

0 comments on commit f6e8d5b

Please sign in to comment.