-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump date-fns to v3 and keep specific date-fns-v2 packag…
…e for compatibility
- Loading branch information
Showing
10 changed files
with
593 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Date-io adapter for date-fns v2 | ||
|
||
This project is a part of [date-io monorepo](https://github.com/dmtrKovalenko/date-io) and contains the unified interface of date-fns v2. | ||
|
||
Get more information [here](https://github.com/dmtrKovalenko/date-io) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"name": "@date-io/date-fns-v2", | ||
"version": "2.17.0", | ||
"description": "Abstraction over common javascript date management libraries", | ||
"main": "build/index.js", | ||
"module": "build/index.esm.js", | ||
"typings": "build/index.d.ts", | ||
"scripts": { | ||
"build": "rollup -c && tsc -p tsconfig.declaration.json" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/dmtrKovalenko/date-io/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dmtrKovalenko/date-io" | ||
}, | ||
"keywords": [ | ||
"date", | ||
"time", | ||
"date-io", | ||
"picker", | ||
"date-fns", | ||
"moment", | ||
"luxon" | ||
], | ||
"author": { | ||
"name": "Dmitriy Kovalenko", | ||
"email": "[email protected]" | ||
}, | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"date-fns": "^2.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"date-fns": { | ||
"optional": true | ||
} | ||
}, | ||
"dependencies": { | ||
"@date-io/core": "^2.17.0" | ||
}, | ||
"devDependencies": { | ||
"date-fns": "2.16.1", | ||
"rollup": "^2.0.2", | ||
"typescript": "^5.0.0" | ||
}, | ||
"gitHead": "687eba751bd706e7d704a39a7caa3e0afbfa40aa" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import typescript from "typescript"; | ||
import { createRollupConfig } from "@date-io/core/dev-utils"; | ||
|
||
export default createRollupConfig(typescript); |
Oops, something went wrong.