Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to next version of date-fns #6756

Merged
merged 1 commit into from
Jun 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes-default/slim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"country-language": "0.1.7",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"date-fns": "1.30.1",
"date-fns": "2.0.0-alpha.27",
"eslint": "5.16.0",
"eslint-config-xo": "0.26.0",
"eslint-import-resolver-webpack": "0.11.1",
Expand Down
8 changes: 4 additions & 4 deletions themes-default/slim/src/components/helpers/name-pattern.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@
<tr class="even">
<td>&nbsp;</td>
<td>%D</td>
<td>{{ getDateFormat('D')}}</td>
<td>{{ getDateFormat('d')}}</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>%Y</td>
<td>{{ getDateFormat('YY')}}</td>
<td>{{ getDateFormat('yyyy')}}</td>
</tr>
<tr>
<td class="align-right"><b>Post-Processing Date:</b></td>
Expand All @@ -154,12 +154,12 @@
<tr class="even">
<td>&nbsp;</td>
<td>%CD</td>
<td>{{ getDateFormat('D')}}</td>
<td>{{ getDateFormat('d')}}</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>%CY</td>
<td>{{ getDateFormat('YY')}}</td>
<td>{{ getDateFormat('yyyy')}}</td>
</tr>
<tr>
<td class="align-right"><b>Quality:</b></td>
Expand Down
8 changes: 4 additions & 4 deletions themes-default/slim/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3603,10 +3603,10 @@ data-urls@^1.0.0, data-urls@^1.1.0:
whatwg-mimetype "^2.2.0"
whatwg-url "^7.0.0"

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==
date-fns@2.0.0-alpha.27:
version "2.0.0-alpha.27"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.27.tgz#5ecd4204ef0e7064264039570f6e8afbc014481c"
integrity sha512-cqfVLS+346P/Mpj2RpDrBv0P4p2zZhWWvfY5fuWrXNR/K38HaAGEkeOwb47hIpQP9Jr/TIxjZ2/sNMQwdXuGMg==

[email protected]:
version "2.0.0-alpha.7"
Expand Down
4 changes: 2 additions & 2 deletions themes/dark/assets/js/medusa-runtime.js

Large diffs are not rendered by default.

422 changes: 298 additions & 124 deletions themes/dark/assets/js/vendors.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions themes/light/assets/js/medusa-runtime.js

Large diffs are not rendered by default.

422 changes: 298 additions & 124 deletions themes/light/assets/js/vendors.js

Large diffs are not rendered by default.