Skip to content

Commit 8e7d5bf

Browse files
committed
fix(deps): update dependency @date-io/date-fns to v2
1 parent 4a9ba1b commit 8e7d5bf

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.5.9",
7-
"@date-io/date-fns": "1.3.13",
7+
"@date-io/date-fns": "2.13.1",
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
@@ -2217,17 +2217,17 @@
22172217
dependencies:
22182218
protobufjs "^6.10.2"
22192219

2220-
"@date-io/core@^1.3.13":
2221-
version "1.3.13"
2222-
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-1.3.13.tgz#90c71da493f20204b7a972929cc5c482d078b3fa"
2223-
integrity sha512-AlEKV7TxjeK+jxWVKcCFrfYAk8spX9aCyiToFIiLPtfQbsjmRGLIhb5VZgptQcJdHtLXo7+m0DuurwFgUToQuA==
2220+
"@date-io/core@^2.13.1":
2221+
version "2.13.1"
2222+
resolved "https://registry.yarnpkg.com/@date-io/core/-/core-2.13.1.tgz#f041765aff5c55fbc7e37fdd75fc1792733426d6"
2223+
integrity sha512-pVI9nfkf2qClb2Cxdq0Q4zJhdawMG4ybWZUVGifT78FDwzRMX2SwXBb55s5NRJk0HcIicDuxktmCtemZqMH1Zg==
22242224

2225-
"@date-io/date-fns@1.3.13":
2226-
version "1.3.13"
2227-
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-1.3.13.tgz#7798844041640ab393f7e21a7769a65d672f4735"
2228-
integrity sha512-yXxGzcRUPcogiMj58wVgFjc9qUYrCnnU9eLcyNbsQCmae4jPuZCDoIBR21j8ZURsM7GRtU62VOw5yNd4dDHunA==
2225+
"@date-io/date-fns@2.13.1":
2226+
version "2.13.1"
2227+
resolved "https://registry.yarnpkg.com/@date-io/date-fns/-/date-fns-2.13.1.tgz#19d8a245dab61c03c95ba492d679d98d2b0b4af5"
2228+
integrity sha512-8fmfwjiLMpFLD+t4NBwDx0eblWnNcgt4NgfT/uiiQTGI81fnPu9tpBMYdAcuWxaV7LLpXgzLBx1SYWAMDVUDQQ==
22292229
dependencies:
2230-
"@date-io/core" "^1.3.13"
2230+
"@date-io/core" "^2.13.1"
22312231

22322232
"@devexpress/[email protected]":
22332233
version "2.7.6"

0 commit comments

Comments
 (0)