Skip to content

Commit fb43bcf

Browse files
fix(deps): update dependency @date-io/date-fns to v2
1 parent 271d247 commit fb43bcf

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.9",
7-
"@date-io/date-fns": "1.3.13",
7+
"@date-io/date-fns": "2.15.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
@@ -2093,17 +2093,17 @@
20932093
dependencies:
20942094
protobufjs "^6.10.2"
20952095

2096-
"@date-io/core@^1.3.13":
2097-
version "1.3.13"
2098-
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-1.3.13.tgz#90c71da493f20204b7a972929cc5c482d078b3fa"
2099-
integrity sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==
2096+
"@date-io/core@^2.15.0":
2097+
version "2.15.0"
2098+
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-2.15.0.tgz#8133860c8ce163b8d0cca3c1caed8d5d1fbfb14e"
2099+
integrity sha512-3CRvQUEK7aF87NUOwcTtmJ2Rc1kN0D4jFQUfRoanuAnE4o5HzHx4E2YenjaKjSPWeZYiWG6ZhDomx5hp1AaCJA==
21002100

2101-
"@date-io/date-fns@1.3.13":
2102-
version "1.3.13"
2103-
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-1.3.13.tgz#7798844041640ab393f7e21a7769a65d672f4735"
2104-
integrity sha512-yXxGzcRUPcogiMj58wVgFjc9qUYrCnnU9eLcyNbsQCmae4jPuZCDoIBR21j8ZURsM7GRtU62VOw5yNd4dDHunA==
2101+
"@date-io/date-fns@2.15.0":
2102+
version "2.15.0"
2103+
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-2.15.0.tgz#2541144f4fc40365efd7d0b7affa5d77dbe59102"
2104+
integrity sha512-hkVeLm0jijHS2F9YVQcf0LSlD55w9xPvvIfuxDE0XWNXOTcRAAhqw2aqOxyeGbmHxc5U4HqyPZaqs9tfeTsomQ==
21052105
dependencies:
2106-
"@date-io/core" "^1.3.13"
2106+
"@date-io/core" "^2.15.0"
21072107

21082108
"@devexpress/[email protected]":
21092109
version "2.7.6"

0 commit comments

Comments
 (0)