mirror of
https://github.com/web3privacy/news.git
synced 2024-10-15 18:06:26 +02:00
date-fns
This commit is contained in:
parent
3fc2011a07
commit
1271d81e31
2 changed files with 11 additions and 0 deletions
10
web/package-lock.json
generated
10
web/package-lock.json
generated
|
@ -13,6 +13,7 @@
|
|||
"@frsource/base64": "^1.0.40",
|
||||
"@rollup/plugin-yaml": "^4.1.2",
|
||||
"astro": "^4.3.5",
|
||||
"date-fns": "^3.3.1",
|
||||
"marked": "^12.0.0",
|
||||
"svelte": "^4.2.10",
|
||||
"tailwindcss": "^3.4.1"
|
||||
|
@ -2062,6 +2063,15 @@
|
|||
"node": ">=4"
|
||||
}
|
||||
},
|
||||
"node_modules/date-fns": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-3.3.1.tgz",
|
||||
"integrity": "sha512-y8e109LYGgoQDveiEBD3DYXKba1jWf5BA8YU1FL5Tvm0BTdEfy54WLCwnuYWZNnzzvALy/QQ4Hov+Q9RVRv+Zw==",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/kossnocorp"
|
||||
}
|
||||
},
|
||||
"node_modules/debug": {
|
||||
"version": "4.3.4",
|
||||
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"@frsource/base64": "^1.0.40",
|
||||
"@rollup/plugin-yaml": "^4.1.2",
|
||||
"astro": "^4.3.5",
|
||||
"date-fns": "^3.3.1",
|
||||
"marked": "^12.0.0",
|
||||
"svelte": "^4.2.10",
|
||||
"tailwindcss": "^3.4.1"
|
||||
|
|
Loading…
Reference in a new issue