Skip to content

Commit

Permalink
moment and react-dates
Browse files Browse the repository at this point in the history
  • Loading branch information
dblatcher committed Oct 19, 2023
1 parent e44c972 commit bf81499
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
4 changes: 2 additions & 2 deletions fronts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@types/lodash.throttle": "^4.1.4",
"@types/mousetrap": "^1.6.1",
"@types/react-beautiful-dnd": "^11.0.3",
"@types/react-dates": "^17.1.5",
"@types/react-dates": "^21.8.0",
"@types/react-test-renderer": "^16.0.3",
"@types/recharts": "^1.1.20",
"@types/redux-thunk": "^2.1.0",
Expand All @@ -103,7 +103,7 @@
"jest-enzyme": "^6.0.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"moment": "^2.23.0",
"moment": "^2.29.4",
"mousetrap": "^1.6.2",
"normalise-with-fields": "1.2.0",
"panda-session": "^0.1.6",
Expand Down
25 changes: 14 additions & 11 deletions fronts-client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1606,13 +1606,14 @@
dependencies:
"@types/react" "*"

"@types/react-dates@^17.1.5":
version "17.1.5"
resolved "https://registry.yarnpkg.com/@types/react-dates/-/react-dates-17.1.5.tgz"
integrity sha512-aLYYiAfZfsQR6IqBfegrQrTeNk0bLql5fwNjMwst9oRSeB7LIauf1QStfNHifa6fQA5fr4Ivr/YniGdedfaCxg==
"@types/react-dates@21.8.0":
version "21.8.0"
resolved "https://registry.yarnpkg.com/@types/react-dates/-/react-dates-21.8.0.tgz#7a708be7a6ccd40622f4480bfcf66f3f450ac84c"
integrity sha512-FSvbh8qqz96RK/qfDyJTAyKlcoq5Zv+AAxu26Axdr8+49nquX42GhQ49lKOOQdsJFVqO3fkG4ynDMSAX/9YDBA==
dependencies:
"@types/react" "*"
moment ">=2.17.1"
"@types/react-outside-click-handler" "*"
moment "^2.26.0"

"@types/react-dom@^16.8.4":
version "16.8.4"
Expand All @@ -1636,6 +1637,13 @@
"@react-native/virtualized-lists" "^0.72.4"
"@types/react" "*"

"@types/react-outside-click-handler@*":
version "1.3.2"
resolved "https://registry.yarnpkg.com/@types/react-outside-click-handler/-/react-outside-click-handler-1.3.2.tgz#6f4d9a59a4e834fd8647823a30ce22fe62486dcf"
integrity sha512-GcuE5gLSoa+Z0Aj4OQhvZFi2WB1uD4ASYEukqbdWjTMEg7LkGa8v5X+BHgtW3efpGO8nh3io+GxOTYZBNeDdTQ==
dependencies:
"@types/react" "*"

"@types/react-redux@^6.0.9":
version "6.0.9"
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-6.0.9.tgz"
Expand Down Expand Up @@ -8619,16 +8627,11 @@ moment-duration-format-commonjs@^1.0.0:
resolved "https://registry.yarnpkg.com/moment-duration-format-commonjs/-/moment-duration-format-commonjs-1.0.0.tgz"
integrity sha512-MVFR4hIh4jfuwSCPBEE5CCwn3refvTsxK/Yv/DpKJ6YcNnCimlVJ6DQeTJG1KVQPw1o8m3tkbHE9gVjivyv9iA==

moment@>=1.6.0:
moment@>=1.6.0, moment@^2.26.0, moment@^2.29.4:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==

moment@>=2.17.1, moment@^2.23.0:
version "2.23.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.23.0.tgz"
integrity sha512-3IE39bHVqFbWWaPOMHZF98Q9c3LDKGTmypMiTM2QygGXXElkFWIH7GxfmlwmY2vwa+wmNsoYZmG2iusf1ZjJoA==

moment@^2.10.3, moment@^2.14.1:
version "2.22.2"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.2.tgz"
Expand Down

0 comments on commit bf81499

Please sign in to comment.