Skip to content

Commit

Permalink
fix(imports): move luxon dependency to right package
Browse files Browse the repository at this point in the history
  • Loading branch information
corteggiano committed Oct 10, 2024
1 parent c75c28f commit 31235da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"@testing-library/user-event": "^14.4.3",
"@types/is-hotkey": "^0.1.7",
"@types/lodash": "^4.14.195",
"@types/luxon": "^3.4.2",
"@types/node": "^18.16.18",
"@types/papaparse": "^5.3.10",
"@types/react": "^18.2.12",
Expand Down Expand Up @@ -113,7 +112,6 @@
"buffer": "^6.0.3",
"dompurify": "^3.1.6",
"is-hotkey": "^0.2.0",
"luxon": "^3.5.0",
"papaparse": "^5.4.1",
"parse-duration": "^1.0.3",
"react-dnd": "^16.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"@types/lodash.omitby": "^4.6.7",
"@types/lodash.takeright": "4.1.9",
"@types/lodash.throttle": "4.1.7",
"@types/luxon": "^3.4.2",
"@types/react": "^18.2.12",
"@types/react-cytoscapejs": "^1.2.2",
"@types/react-dom": "^18.2.5",
Expand Down Expand Up @@ -143,6 +144,7 @@
"lodash.omitby": "^4.6.0",
"lodash.takeright": "^4.1.1",
"lodash.throttle": "^4.1.1",
"luxon": "^3.5.0",
"parse-duration": "^1.0.3",
"react-cytoscapejs": "^2.0.0",
"react-error-boundary": "^4.0.10",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import SpaceBetween from '@cloudscape-design/components/space-between';
import type { DateRangePickerProps } from '@cloudscape-design/components/date-range-picker';
import type { NonCancelableEventHandler } from '@cloudscape-design/components/internal/events';

// import { rangeValidator } from './rangeValidator';
import { useViewport } from '../../hooks/useViewport';
import { Tooltip } from '../tooltip/index';
import {
Expand Down

0 comments on commit 31235da

Please sign in to comment.