Skip to content

Commit 7fb0f08

Browse files
committed
fix(deps): update dependency @date-io/date-fns to v2
1 parent 7bc2302 commit 7fb0f08

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"dependencies": {
66
"@apollo/client": "3.6.2",
7-
"@date-io/date-fns": "1.3.13",
7+
"@date-io/date-fns": "2.13.2",
88
"@devexpress/dx-react-chart": "2.7.6",
99
"@devexpress/dx-react-chart-material-ui": "2.7.6",
1010
"@devexpress/dx-react-core": "2.7.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,17 +2088,17 @@
20882088
dependencies:
20892089
protobufjs "^6.10.2"
20902090

2091-
"@date-io/core@^1.3.13":
2092-
version "1.3.13"
2093-
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-1.3.13.tgz#90c71da493f20204b7a972929cc5c482d078b3fa"
2094-
integrity sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==
2091+
"@date-io/core@^2.13.2":
2092+
version "2.13.2"
2093+
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-2.13.2.tgz#63983fbe2816a758d3fe51857e88d9170c40073c"
2094+
integrity sha512-lAUDhC5kpzlxa00BxfqENBgerbGI5ojuKQpXLGZCTrqT1rQR+vrp2rwf0I+H2KlM2z3N1ldyQuANmzZ+ehomog==
20952095

2096-
"@date-io/date-fns@1.3.13":
2097-
version "1.3.13"
2098-
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-1.3.13.tgz#7798844041640ab393f7e21a7769a65d672f4735"
2099-
integrity sha512-yXxGzcRUPcogiMj58wVgFjc9qUYrCnnU9eLcyNbsQCmae4jPuZCDoIBR21j8ZURsM7GRtU62VOw5yNd4dDHunA==
2096+
"@date-io/date-fns@2.13.2":
2097+
version "2.13.2"
2098+
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-2.13.2.tgz#d0abddc7e76dbaeff92b876b7ad839729cc682cf"
2099+
integrity sha512-Pq0xBH6cvEg5IsOs7Olkk1PHFFJFTM34OT5mk/9ND1ied4RGhLNeLYRwbyCThZ29jolqPsV2HBs9wo2QTiNIkg==
21002100
dependencies:
2101-
"@date-io/core" "^1.3.13"
2101+
"@date-io/core" "^2.13.2"
21022102

21032103
"@devexpress/[email protected]":
21042104
version "2.7.6"

0 commit comments

Comments
 (0)