Skip to content

Commit e3fd18d

Browse files
committed
fix(deps): update dependency date-fns to ^2.9.0
1 parent 10d9bb8 commit e3fd18d

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.9.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
@@ -2192,10 +2192,10 @@ data-urls@^1.1.0:
21922192
whatwg-mimetype "^2.2.0"
21932193
whatwg-url "^7.0.0"
21942194

2195-
date-fns@^2.0.0-alpha.24:
2196-
version "2.0.0-alpha.24"
2197-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.24.tgz#2988c137c72275af29d7d21cc53eb52b3a8c2586"
2198-
integrity sha512-jpLzKHKSq0nTcZ3K5ZnTelxWmUwPepuoEaXkATwIUnc1tc+/rIooAvDMR+zdAGnwQ35eVWiyn5dikoLHjhEYeA==
2195+
date-fns@^2.9.0:
2196+
version "2.9.0"
2197+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.9.0.tgz#d0b175a5c37ed5f17b97e2272bbc1fa5aec677d2"
2198+
integrity sha512-khbFLu/MlzLjEzy9Gh8oY1hNt/Dvxw3J6Rbc28cVoYWQaC1S3YI4xwkF9ZWcjDLscbZlY9hISMr66RFzZagLsA==
21992199

22002200
date-now@^0.1.4:
22012201
version "0.1.4"

0 commit comments

Comments
 (0)