Skip to content

Commit 98691f4

Browse files
committed
fix(deps): update dependency date-fns to ^2.5.0
1 parent ec6e8ab commit 98691f4

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.5.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
@@ -2181,10 +2181,10 @@ data-urls@^1.1.0:
21812181
whatwg-mimetype "^2.2.0"
21822182
whatwg-url "^7.0.0"
21832183

2184-
date-fns@^2.0.0-alpha.24:
2185-
version "2.0.0-alpha.24"
2186-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.24.tgz#2988c137c72275af29d7d21cc53eb52b3a8c2586"
2187-
integrity sha512-jpLzKHKSq0nTcZ3K5ZnTelxWmUwPepuoEaXkATwIUnc1tc+/rIooAvDMR+zdAGnwQ35eVWiyn5dikoLHjhEYeA==
2184+
date-fns@^2.5.0:
2185+
version "2.5.0"
2186+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.5.0.tgz#b939f17c2902ce81cffe449702ba22c0781b38ec"
2187+
integrity sha512-I6Tkis01//nRcmvMQw/MRE1HAtcuA5Ie6jGPb8bJZJub7494LGOObqkV3ParnsSVviAjk5C8mNKDqYVBzCopWg==
21882188

21892189
date-now@^0.1.4:
21902190
version "0.1.4"

0 commit comments

Comments
 (0)