Skip to content

Commit e7a5d8b

Browse files
committed
remove moment
1 parent 5caf189 commit e7a5d8b

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

components/FieldCoreBase.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface IPropsFieldBase {
2020
errorMessage?: string;
2121
submitted?: boolean;
2222
mask?: string;
23-
children?: React.ReactChildren;
23+
children?: React.ReactNode;
2424
}
2525

2626
export default class FieldCoreBase<

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"validation",
1010
"material"
1111
],
12-
"version": "1.0.0",
12+
"version": "1.0.3",
1313
"main": "./dist/index.js",
1414
"types": "./dist/index.d.ts",
1515
"license": "MIT",

validator/custom-languages/pt-br.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import 'moment/locale/pt-br';
21
import 'validatorjs/dist/lang/pt';
32

43
import { IConfig } from '../../config';

0 commit comments

Comments
 (0)