This repository was archived by the owner on Sep 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
example-use-calendar-hook
example-use-daterange-hook Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 88 "build" : " vite build"
99 },
1010 "dependencies" : {
11- "@vkbansal/react-date-primitives" : " 2.0.1 " ,
11+ "@vkbansal/react-date-primitives" : " 2.0.2 " ,
1212 "date-fns" : " ~2.22.1" ,
1313 "react" : " ~17.0.2" ,
1414 "react-dom" : " ~17.0.2"
Original file line number Diff line number Diff line change 88 "build" : " vite build"
99 },
1010 "dependencies" : {
11- "@vkbansal/react-date-primitives" : " 2.0.1 " ,
11+ "@vkbansal/react-date-primitives" : " 2.0.2 " ,
1212 "react" : " ~17.0.2" ,
1313 "react-dom" : " ~17.0.2"
1414 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @vkbansal/react-date-primitives" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Primitives for building flexible date components with react" ,
55 "keywords" : [
66 " date" ,
3030 "preversion" : " yarn lint && yarn fmtc && yarn test"
3131 },
3232 "files" : [
33- " esm" ,
34- " lib" ,
35- " esnext"
33+ " dist"
3634 ],
3735 "repository" : {
3836 "type" : " git" ,
Original file line number Diff line number Diff line change 1- const path = require ( 'path' )
1+ /* eslint-disable */
2+ const path = require ( 'path' ) ;
23
34/**
45 * @type {import('vite').UserConfig }
@@ -22,6 +23,6 @@ const config = {
2223 }
2324 }
2425 }
25- }
26+ } ;
2627
27- export default config
28+ export default config ;
You can’t perform that action at this time.
0 commit comments