Skip to content

Commit e062ff2

Browse files
committed
fix(deps): update dependency date-fns to ^2.4.0
1 parent 0c816b9 commit e062ff2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"vscode-languageserver-types": "^3.14.0"
130130
},
131131
"dependencies": {
132-
"date-fns": "^2.0.0-alpha.24",
132+
"date-fns": "^2.4.0",
133133
"rxjs": "^6.4.0",
134134
"tagged-template-noop": "^2.1.0"
135135
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,10 +2190,10 @@ data-urls@^1.1.0:
21902190
whatwg-mimetype "^2.2.0"
21912191
whatwg-url "^7.0.0"
21922192

2193-
date-fns@^2.0.0-alpha.24:
2194-
version "2.0.0-alpha.24"
2195-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.24.tgz#2988c137c72275af29d7d21cc53eb52b3a8c2586"
2196-
integrity sha512-jpLzKHKSq0nTcZ3K5ZnTelxWmUwPepuoEaXkATwIUnc1tc+/rIooAvDMR+zdAGnwQ35eVWiyn5dikoLHjhEYeA==
2193+
date-fns@^2.4.0:
2194+
version "2.4.0"
2195+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.4.0.tgz#e02d1d08ce80ae1db3de40a0028c9f54203d034b"
2196+
integrity sha512-xS547fK1omgCgOGbyU0fBY2pdeXQ9/WO/PMsVgX1jtF56dXNHrV3Z+GKWIOE7IG+UEeu+fTyTlnIvBKbxXxdSw==
21972197

21982198
date-now@^0.1.4:
21992199
version "0.1.4"

0 commit comments

Comments
 (0)