Skip to content

Commit 7a7ca3f

Browse files
fix(deps): update dependency date-fns to v4
1 parent b51f610 commit 7a7ca3f

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
@@ -151,7 +151,7 @@
151151
"vscode-languageserver-types": "^3.14.0"
152152
},
153153
"dependencies": {
154-
"date-fns": "^2.0.0-alpha.24",
154+
"date-fns": "^4.1.0",
155155
"rxjs": "^6.6.3",
156156
"tagged-template-noop": "^2.1.0"
157157
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2449,10 +2449,10 @@ data-urls@^1.1.0:
24492449
whatwg-mimetype "^2.2.0"
24502450
whatwg-url "^7.0.0"
24512451

2452-
date-fns@^2.0.0-alpha.24:
2453-
version "2.0.0-alpha.24"
2454-
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.0.0-alpha.24.tgz#2988c137c72275af29d7d21cc53eb52b3a8c2586"
2455-
integrity sha512-jpLzKHKSq0nTcZ3K5ZnTelxWmUwPepuoEaXkATwIUnc1tc+/rIooAvDMR+zdAGnwQ35eVWiyn5dikoLHjhEYeA==
2452+
date-fns@^4.1.0:
2453+
version "4.1.0"
2454+
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14"
2455+
integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==
24562456

24572457
date-now@^0.1.4:
24582458
version "0.1.4"

0 commit comments

Comments
 (0)