Skip to content

Commit

Permalink
update: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 committed Jan 8, 2025
1 parent 43a3083 commit e7b49dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "logseq-journals-calendar",
"description": "A simple journals calendar plugin for Logseq.",
"version": "0.10.11",
"version": "0.10.12",
"main": "dist/index.html",
"author": "xyhp915",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@logseq/libs": "next",
"@logseq/libs": "0.2.1",
"dayjs": "1.11.7",
"lodash.kebabcase": "^4.1.1",
"v-calendar": "next",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.16.10.tgz#0e9c6a5e69c10d96aff2386b7ee9646138c2a831"
integrity sha512-qddWullt3sC1EIpfHvCRBq3H4g3L86DZpD6n8k2XFjFVyp01D++uNbN1hT/JRsHxTbyyemZcpwL5aRlJwc/zFw==

"@logseq/libs@next":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@logseq/libs/-/libs-0.2.0.tgz#809110d88f1695c125b88e1e956486b53f76f3d9"
integrity sha512-5BHvsc+6qayRdy6SbFYUbWxWiAQJiShbKJWnSq5P45aTh69tTw5pOF0DMfvksJs1xmbz6z7KJvY+Qj2LfKSXgA==
"@logseq/libs@0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@logseq/libs/-/libs-0.2.1.tgz#140846ffa5fda24a61ea73140475b090ab45f69b"
integrity sha512-lC2HTyJU3thHlqwXq++ZvwBHqhIlrlSel1O7xEAT5NW5wTPHVq3Mq1jJbvPrNpXaZtqhWn9nYuVj1ULKv9540g==
dependencies:
csstype "3.1.0"
debug "4.3.4"
deepmerge "4.3.1"
dompurify "2.3.8"
dompurify "2.5.4"
eventemitter3 "4.0.7"
fast-deep-equal "3.1.3"
lodash-es "4.17.21"
Expand Down Expand Up @@ -284,10 +284,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a"
integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==

dompurify@2.3.8:
version "2.3.8"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.8.tgz#224fe9ae57d7ebd9a1ae1ac18c1c1ca3f532226f"
integrity sha512-eVhaWoVibIzqdGYjwsBWodIQIaXFSB+cKDf4cfxLMsK0xiud6SE+/WCVx/Xw/UwQsa4cS3T2eITcdtmTg2UKcw==
dompurify@2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.4.tgz#347e91070963b22db31c7c8d0ce9a0a2c3c08746"
integrity sha512-l5NNozANzaLPPe0XaAwvg3uZcHtDBnziX/HjsY1UcDj1MxTK8Dd0Kv096jyPK5HRzs/XM5IMj20dW8Fk+HnbUA==

dot-case@^3.0.4:
version "3.0.4"
Expand Down

0 comments on commit e7b49dd

Please sign in to comment.