Skip to content

Commit

Permalink
fix(deps): update dependency @date-io/date-fns to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 25, 2022
1 parent 4e8140f commit 5063fbf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@apollo/client": "3.5.7",
"@date-io/date-fns": "1.3.13",
"@date-io/date-fns": "2.13.1",
"@devexpress/dx-react-chart": "2.7.6",
"@devexpress/dx-react-chart-material-ui": "2.7.6",
"@devexpress/dx-react-core": "2.7.6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2218,17 +2218,17 @@
dependencies:
protobufjs "^6.10.2"

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

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

"@devexpress/dx-chart-core@2.7.6":
version "2.7.6"
Expand Down

0 comments on commit 5063fbf

Please sign in to comment.