Skip to content

Commit 3fbbefd

Browse files
committed
fix(deps): update dependency date-fns to ^2.10.0
1 parent 2524d9d commit 3fbbefd

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
@@ -134,7 +134,7 @@
134134
"vscode-languageserver-types": "^3.14.0"
135135
},
136136
"dependencies": {
137-
"date-fns": "^2.0.0-alpha.24",
137+
"date-fns": "^2.10.0",
138138
"rxjs": "^6.4.0",
139139
"tagged-template-noop": "^2.1.0"
140140
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,10 +2180,10 @@ data-urls@^1.1.0:
21802180
whatwg-mimetype "^2.2.0"
21812181
whatwg-url "^7.0.0"
21822182

2183-
date-fns@^2.0.0-alpha.24:
2184-
version "2.0.0-alpha.24"
2185-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.24.tgz#2988c137c72275af29d7d21cc53eb52b3a8c2586"
2186-
integrity sha512-jpLzKHKSq0nTcZ3K5ZnTelxWmUwPepuoEaXkATwIUnc1tc+/rIooAvDMR+zdAGnwQ35eVWiyn5dikoLHjhEYeA==
2183+
date-fns@^2.10.0:
2184+
version "2.10.0"
2185+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.10.0.tgz#abd10604d8bafb0bcbd2ba2e9b0563b922ae4b6b"
2186+
integrity sha512-EhfEKevYGWhWlZbNeplfhIU/+N+x0iCIx7VzKlXma2EdQyznVlZhCptXUY+BegNpPW2kjdx15Rvq503YcXXrcA==
21872187

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

0 commit comments

Comments
 (0)