Skip to content

Commit

Permalink
fix time library
Browse files Browse the repository at this point in the history
  • Loading branch information
Seania committed Jul 1, 2022
1 parent 9121782 commit d4ac994
Show file tree
Hide file tree
Showing 10 changed files with 415 additions and 23 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@
},
"type": "module",
"dependencies": {
"@skyra/timestamp": "^1.0.0",
"@sveltejs/adapter-node": "next",
"@sveltejs/kit": "next",
"@tiptap/core": "2.0.0-beta.181",
"@tiptap/starter-kit": "2.0.0-beta.190",
"arangojs": "^7.8.0",
"argon2": "^0.28.5",
"date-fns": "^2.28.0",
Expand All @@ -49,6 +52,7 @@
"dto-mapping": "^1.1.0",
"froala-editor": "^4.0.12",
"http-status-codes": "^2.2.0",
"javascript-time-ago": "^2.5.5",
"js-base64": "^3.7.2",
"js-cookie": "^3.0.1",
"ky": "^0.31.0",
Expand All @@ -57,6 +61,7 @@
"material-icons": "^1.11.3",
"njwt": "^1.2.0",
"polka": "^0.5.2",
"relative-time-format": "^1.1.4",
"sass": "^1.53.0",
"secure-random": "^1.1.2",
"svelte-material-icons": "^2.0.2",
Expand Down
Loading

0 comments on commit d4ac994

Please sign in to comment.