Skip to content

Commit

Permalink
Merge pull request learningequality#11980 from learningequality/depen…
Browse files Browse the repository at this point in the history
…dabot/npm_and_yarn/date-fns-3.4.0

build(deps): bump date-fns from 1.30.1 to 3.4.0
  • Loading branch information
rtibbles authored Mar 17, 2024
2 parents 85303c7 + 89524a3 commit 791170d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script>
import range from 'lodash/range';
import getYear from 'date-fns/get_year';
import { getYear } from 'date-fns';
import { now } from 'kolibri.utils.serverClock';
import CoreInfoIcon from 'kolibri.coreVue.components.CoreInfoIcon';
import commonCoreStrings from 'kolibri.coreVue.mixins.commonCoreStrings';
Expand Down
2 changes: 1 addition & 1 deletion kolibri/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clipboard": "^2.0.11",
"core-js": "^3.36",
"csv-generator-client": "^2.1.1",
"date-fns": "^1.28.2",
"date-fns": "^3.4.0",
"deep-object-diff": "^1.1.9",
"fontfaceobserver": "^2.3.0",
"frame-throttle": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kolibri-core-for-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clipboard": "^2.0.11",
"core-js": "^3.36",
"csv-generator-client": "^2.1.1",
"date-fns": "^1.28.2",
"date-fns": "^3.4.0",
"deep-object-diff": "^1.1.9",
"fontfaceobserver": "^2.3.0",
"frame-throttle": "^3.0.0",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4356,7 +4356,7 @@ data-urls@^3.0.2:
whatwg-mimetype "^3.0.0"
whatwg-url "^11.0.0"

date-fns@^1.28.2, date-fns@^1.30.1:
date-fns@^1.30.1:
version "1.30.1"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
Expand All @@ -4368,6 +4368,11 @@ date-fns@^2.29.3:
dependencies:
"@babel/runtime" "^7.21.0"

date-fns@^3.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.4.0.tgz#19ac3c19a39af64acb21c23587cb08504dcdc3de"
integrity sha512-Akz4R8J9MXBsOgF1QeWeCsbv6pntT5KCPjU0Q9prBxVmWJYPLhwAIsNg3b0QAdr0ttiozYLD3L/af7Ra0jqYXw==

dayjs@^1.11.10:
version "1.11.10"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0"
Expand Down

0 comments on commit 791170d

Please sign in to comment.