Skip to content

Commit

Permalink
Revert "Merge pull request learningequality#11980 from learningequali…
Browse files Browse the repository at this point in the history
…ty/dependabot/npm_and_yarn/date-fns-3.4.0"

This reverts commit 791170d, reversing
changes made to 85303c7.
  • Loading branch information
nucleogenesis committed Jul 1, 2024
1 parent 18fef12 commit f0e6346
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script>
import range from 'lodash/range';
import { getYear } from 'date-fns';
import getYear from 'date-fns/get_year';
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.37",
"csv-generator-client": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns": "^1.28.2",
"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.37",
"csv-generator-client": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns": "^1.28.2",
"deep-object-diff": "^1.1.9",
"fontfaceobserver": "^2.3.0",
"frame-throttle": "^3.0.0",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4357,7 +4357,7 @@ data-urls@^3.0.2:
whatwg-mimetype "^3.0.0"
whatwg-url "^11.0.0"

[email protected]:
date-fns@^1.28.2, 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 @@ -4369,15 +4369,10 @@ date-fns@^2.29.3:
dependencies:
"@babel/runtime" "^7.21.0"

date-fns@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf"
integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==

dayjs@^1.11.11:
version "1.11.11"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.11.tgz#dfe0e9d54c5f8b68ccf8ca5f72ac603e7e5ed59e"
integrity sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==
dayjs@^1.11.10:
version "1.11.10"
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0"
integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==

de-indent@^1.0.2:
version "1.0.2"
Expand Down

0 comments on commit f0e6346

Please sign in to comment.