1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

Bump date-fns from 2.0.0-alpha.31 to 2.0.0-alpha.32 (#33)

Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.0.0-alpha.31 to 2.0.0-alpha.32.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.0.0-alpha.31...v2.0.0-alpha.32)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-06-12 11:43:58 -07:00
committed by Amir Raminfar
parent 43be83330e
commit 8ff7881971
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -2531,9 +2531,9 @@
}
},
"date-fns": {
"version": "2.0.0-alpha.31",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.0.0-alpha.31.tgz",
"integrity": "sha512-S19PwMqnbYsqcbCg02Yj9gv4veVNZ0OX7v2+zcd+Mq0RI7LoDKJipJjnMrTZ3Cc6blDuTce5G/pHXcVIGRwJWQ=="
"version": "2.0.0-alpha.32",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.0.0-alpha.32.tgz",
"integrity": "sha512-Rv9g3piGxEp10ujgPODgVDfkn1Xz1HDZASEKmGsP/RhU4DCAugdNfnEjE52mvz8G3Ha5XFlQMDEb6Lwryb9Wfg=="
},
"date-now": {
"version": "0.1.4",

View File

@@ -24,7 +24,7 @@
"homepage": "https://github.com/amir20/dozzle#readme",
"dependencies": {
"bulma": "^0.7.5",
"date-fns": "^2.0.0-alpha.31",
"date-fns": "^2.0.0-alpha.32",
"vue": "^2.6.10",
"vue-meta": "^2.0.2",
"vue-router": "^3.0.6"