react-datetime-picker
Advanced tools
Comparing version 5.5.0 to 5.5.1
@@ -25,11 +25,11 @@ 'use client'; | ||
import Divider from './Divider.js'; | ||
import DayInput from 'react-date-picker/dist/cjs/DateInput/DayInput'; | ||
import MonthInput from 'react-date-picker/dist/cjs/DateInput/MonthInput'; | ||
import MonthSelect from 'react-date-picker/dist/cjs/DateInput/MonthSelect'; | ||
import YearInput from 'react-date-picker/dist/cjs/DateInput/YearInput'; | ||
import Hour12Input from 'react-time-picker/dist/cjs/TimeInput/Hour12Input'; | ||
import Hour24Input from 'react-time-picker/dist/cjs/TimeInput/Hour24Input'; | ||
import MinuteInput from 'react-time-picker/dist/cjs/TimeInput/MinuteInput'; | ||
import SecondInput from 'react-time-picker/dist/cjs/TimeInput/SecondInput'; | ||
import AmPm from 'react-time-picker/dist/cjs/TimeInput/AmPm'; | ||
import DayInput from 'react-date-picker/dist/esm/DateInput/DayInput'; | ||
import MonthInput from 'react-date-picker/dist/esm/DateInput/MonthInput'; | ||
import MonthSelect from 'react-date-picker/dist/esm/DateInput/MonthSelect'; | ||
import YearInput from 'react-date-picker/dist/esm/DateInput/YearInput'; | ||
import Hour12Input from 'react-time-picker/dist/esm/TimeInput/Hour12Input'; | ||
import Hour24Input from 'react-time-picker/dist/esm/TimeInput/Hour24Input'; | ||
import MinuteInput from 'react-time-picker/dist/esm/TimeInput/MinuteInput'; | ||
import SecondInput from 'react-time-picker/dist/esm/TimeInput/SecondInput'; | ||
import AmPm from 'react-time-picker/dist/esm/TimeInput/AmPm'; | ||
import NativeInput from './DateTimeInput/NativeInput.js'; | ||
@@ -36,0 +36,0 @@ import { getFormatter, getNumberFormatter, formatDate } from './shared/dateFormatter.js'; |
{ | ||
"name": "react-datetime-picker", | ||
"version": "5.5.0", | ||
"version": "5.5.1", | ||
"description": "A date range picker for your React app.", | ||
@@ -34,6 +34,7 @@ "type": "module", | ||
"build": "yarn build-js && yarn copy-styles", | ||
"build-js": "yarn build-js-esm && yarn build-js-cjs && yarn build-js-cjs-package", | ||
"build-js": "yarn build-js-esm && yarn build-js-cjs && yarn build-js-cjs-package && yarn build-js-cjs-replace", | ||
"build-js-esm": "tsc --project tsconfig.build.json --outDir dist/esm --module esnext", | ||
"build-js-cjs": "tsc --project tsconfig.build.json --outDir dist/cjs --module commonjs", | ||
"build-js-cjs-package": "echo '{\n \"type\": \"commonjs\"\n}' > dist/cjs/package.json", | ||
"build-js-cjs-replace": "yarn replace-in-files --string='/dist/esm/' --replacement='/dist/cjs/' dist/cjs/**/*", | ||
"clean": "rimraf dist", | ||
@@ -93,2 +94,3 @@ "copy-styles": "cpy 'src/**/*.css' dist", | ||
"react-dom": "^18.2.0", | ||
"replace-in-files-cli": "^2.2.0", | ||
"rimraf": "^3.0.0", | ||
@@ -95,0 +97,0 @@ "typescript": "^5.0.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292312
21