Skip to content

Commit 99645a6

Browse files
fix(deps): update dependency @date-io/date-fns to v2
1 parent 4d4febe commit 99645a6

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.0",
7-
"@date-io/date-fns": "1.3.13",
7+
"@date-io/date-fns": "2.16.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
@@ -2087,17 +2087,17 @@
20872087
dependencies:
20882088
protobufjs "^6.10.2"
20892089

2090-
"@date-io/core@^1.3.13":
2091-
version "1.3.13"
2092-
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-1.3.13.tgz#90c71da493f20204b7a972929cc5c482d078b3fa"
2093-
integrity sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==
2090+
"@date-io/core@^2.16.0":
2091+
version "2.16.0"
2092+
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-2.16.0.tgz#7871bfc1d9bca9aa35ad444a239505589d0f22f6"
2093+
integrity sha512-DYmSzkr+jToahwWrsiRA2/pzMEtz9Bq1euJwoOuYwuwIYXnZFtHajY2E6a1VNVDc9jP8YUXK1BvnZH9mmT19Zg==
20942094

2095-
"@date-io/date-fns@1.3.13":
2096-
version "1.3.13"
2097-
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-1.3.13.tgz#7798844041640ab393f7e21a7769a65d672f4735"
2098-
integrity sha512-yXxGzcRUPcogiMj58wVgFjc9qUYrCnnU9eLcyNbsQCmae4jPuZCDoIBR21j8ZURsM7GRtU62VOw5yNd4dDHunA==
2095+
"@date-io/date-fns@2.16.0":
2096+
version "2.16.0"
2097+
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-2.16.0.tgz#bd5e09b6ecb47ee55e593fc3a87e7b2caaa3da40"
2098+
integrity sha512-bfm5FJjucqlrnQcXDVU5RD+nlGmL3iWgkHTq3uAZWVIuBu6dDmGa3m8a6zo2VQQpu8ambq9H22UyUpn7590joA==
20992099
dependencies:
2100-
"@date-io/core" "^1.3.13"
2100+
"@date-io/core" "^2.16.0"
21012101

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

0 commit comments

Comments
 (0)