Skip to content

Commit 6b36479

Browse files
committed
yarn upgrade
1 parent 7fed9b4 commit 6b36479

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

docs/working-notes/todo3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,5 +553,6 @@ gallery astro image, blur, infinite scroll
553553
prettyPrintObject in_ dev works after page load, ok
554554
pi, local, arm, x86 yarn scripts and github actions, plausible url, blog.pi to pi
555555
add projects
556+
transitions za projekte, in markdown
556557
------------
557558
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@astrojs/tailwind": "^5.1.2",
3535
"@fontsource-variable/inter": "^5.1.0",
3636
"astro": "^4.16.7",
37-
"astro-embed": "^0.7.4",
37+
"astro-embed": "^0.8.0",
3838
"astro-expressive-code": "^0.37.1",
3939
"astro-icon": "^1.1.0",
4040
"astro-remote": "^0.3.3",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@
2828
resolved "https://registry.yarnpkg.com/@antfu/utils/-/utils-0.7.10.tgz#ae829f170158e297a9b6a28f161a8e487d00814d"
2929
integrity sha512-+562v9k4aI80m1+VuMHehNJWLOFjBnXn3tdOitzD0il5b7smkSBal4+a3oKiQTbrwMmN/TBUMDvbdoWDehgOww==
3030

31+
"@astro-community/astro-embed-baseline-status@^0.1.0":
32+
version "0.1.1"
33+
resolved "https://registry.yarnpkg.com/@astro-community/astro-embed-baseline-status/-/astro-embed-baseline-status-0.1.1.tgz#c52682587e559717efb7a2c259f8031618d6b37d"
34+
integrity sha512-BiTQf4EP3SjMb/U5YN984BiGoGQNfc/lsJG0PosvNjUn5Q6+GjkSs77RjW3mQXOo64+sC3A0iOgdw2rlOmmjcQ==
35+
dependencies:
36+
"@astro-community/astro-embed-utils" "^0.1.0"
37+
3138
"@astro-community/astro-embed-integration@^0.7.2":
3239
version "0.7.2"
3340
resolved "https://registry.yarnpkg.com/@astro-community/astro-embed-integration/-/astro-embed-integration-0.7.2.tgz#dbe016e22369d8dd392a694855cabbf925da0798"
@@ -1954,11 +1961,12 @@ astro-auto-import@^0.4.2:
19541961
"@types/node" "^18.0.0"
19551962
acorn "^8.8.0"
19561963

1957-
astro-embed@^0.7.4:
1958-
version "0.7.4"
1959-
resolved "https://registry.yarnpkg.com/astro-embed/-/astro-embed-0.7.4.tgz#eb4b25616c0ecad70f25ef8562c33099b862c687"
1960-
integrity sha512-meDmEpmwu1wcz1i1KT4yAPJhydq/C4iyh1Pn7sepSbtXF85C05nJoE0cTDJHf0cwM4zMoYTYDluqFIQIfsdhHA==
1964+
astro-embed@^0.8.0:
1965+
version "0.8.0"
1966+
resolved "https://registry.yarnpkg.com/astro-embed/-/astro-embed-0.8.0.tgz#8bc59b7fb9d300d28520c54de0c82023edd51d29"
1967+
integrity sha512-zG7SjRKo2TT4LsZLQfttf+Yb9OJ2oty+/qj7SZ9RPPAo0olfbWgoXkAdrDHBJyvVMss9GCgCunIp/kqQ32t9ZA==
19611968
dependencies:
1969+
"@astro-community/astro-embed-baseline-status" "^0.1.0"
19621970
"@astro-community/astro-embed-integration" "^0.7.2"
19631971
"@astro-community/astro-embed-link-preview" "^0.2.2"
19641972
"@astro-community/astro-embed-twitter" "^0.5.6"

0 commit comments

Comments
 (0)