Skip to content

Commit 79c4c4f

Browse files
fix(deps): update dependency @date-io/date-fns to v2
1 parent 4b09c96 commit 79c4c4f

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.7.1",
7-
"@date-io/date-fns": "1.3.13",
7+
"@date-io/date-fns": "2.17.0",
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
@@ -2773,17 +2773,17 @@
27732773
dependencies:
27742774
protobufjs "^6.10.2"
27752775

2776-
"@date-io/core@^1.3.13":
2777-
version "1.3.13"
2778-
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-1.3.13.tgz#90c71da493f20204b7a972929cc5c482d078b3fa"
2779-
integrity sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==
2776+
"@date-io/core@^2.17.0":
2777+
version "2.17.0"
2778+
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-2.17.0.tgz#360a4d0641f069776ed22e457876e8a8a58c205e"
2779+
integrity sha512-+EQE8xZhRM/hsY0CDTVyayMDDY5ihc4MqXCrPxooKw19yAzUIC6uUqsZeaOFNL9YKTNxYKrJP5DFgE8o5xRCOw==
27802780

2781-
"@date-io/date-fns@1.3.13":
2782-
version "1.3.13"
2783-
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-1.3.13.tgz#7798844041640ab393f7e21a7769a65d672f4735"
2784-
integrity sha512-yXxGzcRUPcogiMj58wVgFjc9qUYrCnnU9eLcyNbsQCmae4jPuZCDoIBR21j8ZURsM7GRtU62VOw5yNd4dDHunA==
2781+
"@date-io/date-fns@2.17.0":
2782+
version "2.17.0"
2783+
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-2.17.0.tgz#1d9d0a02e0137524331819c9576a4e8e19a6142b"
2784+
integrity sha512-L0hWZ/mTpy3Gx/xXJ5tq5CzHo0L7ry6KEO9/w/JWiFWFLZgiNVo3ex92gOl3zmzjHqY/3Ev+5sehAr8UnGLEng==
27852785
dependencies:
2786-
"@date-io/core" "^1.3.13"
2786+
"@date-io/core" "^2.17.0"
27872787

27882788
"@devexpress/[email protected]":
27892789
version "2.7.6"

0 commit comments

Comments
 (0)