Skip to content

Commit 0f08b47

Browse files
Bump @date-io/date-fns from 1.3.13 to 3.0.0
Bumps [@date-io/date-fns](https://github.com/dmtrKovalenko/date-io) from 1.3.13 to 3.0.0. - [Release notes](https://github.com/dmtrKovalenko/date-io/releases) - [Commits](dmtrKovalenko/date-io@v1.3.13...v3.0.0) --- updated-dependencies: - dependency-name: "@date-io/date-fns" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58acd61 commit 0f08b47

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@babel/traverse": "7.25.1",
106106
"@bandwidth/numbers": "^1.10.0",
107107
"@date-io/core": "^1.3.13",
108-
"@date-io/date-fns": "^1.3.13",
108+
"@date-io/date-fns": "^3.0.0",
109109
"@graphql-tools/graphql-file-loader": "^8.0.1",
110110
"@graphql-tools/load": "^8.0.2",
111111
"@graphql-tools/schema": "^10.0.4",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3495,12 +3495,17 @@
34953495
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-1.3.13.tgz#90c71da493f20204b7a972929cc5c482d078b3fa"
34963496
integrity sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==
34973497

3498-
"@date-io/date-fns@^1.3.13":
3499-
version "1.3.13"
3500-
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-1.3.13.tgz#7798844041640ab393f7e21a7769a65d672f4735"
3501-
integrity sha512-yXxGzcRUPcogiMj58wVgFjc9qUYrCnnU9eLcyNbsQCmae4jPuZCDoIBR21j8ZURsM7GRtU62VOw5yNd4dDHunA==
3498+
"@date-io/core@^3.0.0":
3499+
version "3.0.0"
3500+
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-3.0.0.tgz#9fd2375383b5791b7211dfce3e576211f9ddce5e"
3501+
integrity sha512-S3j+IAQVBYNkQzchVVhX40eBkGDreBpScy9RXwTS5j2+k07+62pMVPisQ44Gq76Rqy5AOG/EZXCwBpY/jbemvA==
3502+
3503+
"@date-io/date-fns@^3.0.0":
3504+
version "3.0.0"
3505+
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-3.0.0.tgz#b082daa73ab9f1f8be55fe99a529653f69a7275b"
3506+
integrity sha512-hsLAbsdP8LKfi7OQ729cXMWfmHQEq0hn3ysXfAAoc92j6j6sBq0s0tplnkWu6O4iBUpVCYRPGuNjQQhTaOu2AA==
35023507
dependencies:
3503-
"@date-io/core" "^1.3.13"
3508+
"@date-io/core" "^3.0.0"
35043509

35053510
"@discoveryjs/json-ext@^0.5.0":
35063511
version "0.5.7"

0 commit comments

Comments
 (0)