Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit dc553df

Browse files
committed
fix
1 parent 5c35395 commit dc553df

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

docs/package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@types/react-dom": "18.0.11",
1515
"eslint": "8.35.0",
1616
"eslint-config-next": "13.2.3",
17+
"jb-date-input": "^3.7.3",
1718
"jb-date-input-react": "^2.0.6",
1819
"next": "13.2.3",
1920
"react": "18.2.0",

docs/src/components/samples/Samples.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
import { JBDateInputValueObject } from 'jb-date-input/dist/Types';
1+
import 'jb-date-input';
22
import React from 'react';
33
import { FormalTheme, SamplesSectionWrapper, SamplesTitle } from './styled';
44
import dynamic from 'next/dynamic';
5-
import { InputTypes } from 'jb-date-input';
5+
// eslint-disable-next-line no-duplicate-imports
6+
import { InputTypes,JBDateInputValueObject } from 'jb-date-input';
67
const JBDateInput = dynamic(() => import('jb-date-input-react').then(module => module.default), {
78
ssr: false,
89
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"url": "https://github.com/javadbat/jb-date-input-react"
3737
},
3838
"dependencies": {
39-
"jb-date-input": ">=3.7.2"
39+
"jb-date-input": ">=3.7.3"
4040
}
4141
}

0 commit comments

Comments
 (0)