Skip to content

Commit a169a49

Browse files
committed
fix(deps): update dependency date-fns to ^2.13.0
1 parent 8fb6082 commit a169a49

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
@@ -136,7 +136,7 @@
136136
"vscode-languageserver-types": "^3.14.0"
137137
},
138138
"dependencies": {
139-
"date-fns": "^2.0.0-alpha.24",
139+
"date-fns": "^2.13.0",
140140
"rxjs": "^6.4.0",
141141
"tagged-template-noop": "^2.1.0"
142142
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2251,10 +2251,10 @@ data-urls@^1.1.0:
22512251
whatwg-mimetype "^2.2.0"
22522252
whatwg-url "^7.0.0"
22532253

2254-
date-fns@^2.0.0-alpha.24:
2255-
version "2.0.0-alpha.24"
2256-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.24.tgz#2988c137c72275af29d7d21cc53eb52b3a8c2586"
2257-
integrity sha512-jpLzKHKSq0nTcZ3K5ZnTelxWmUwPepuoEaXkATwIUnc1tc+/rIooAvDMR+zdAGnwQ35eVWiyn5dikoLHjhEYeA==
2254+
date-fns@^2.13.0:
2255+
version "2.13.0"
2256+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.13.0.tgz#d7b8a0a2d392e8d88a8024d0a46b980bbfdbd708"
2257+
integrity sha512-xm0c61mevGF7f0XpCGtDTGpzEFC/1fpLXHbmFpxZZQJuvByIK2ozm6cSYuU+nxFYOPh2EuCfzUwlTEFwKG+h5w==
22582258

22592259
date-now@^0.1.4:
22602260
version "0.1.4"

0 commit comments

Comments
 (0)