Skip to content

Commit 6f3e7c6

Browse files
committed
yarn upgrade and add images
1 parent 1f5dff6 commit 6f3e7c6

File tree

5 files changed

+258
-156
lines changed

5 files changed

+258
-156
lines changed

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ yarn.yaml
77
.astro
88

99
# enable for .md
10-
docs
10+
docs/*
11+
!docs/working-notes/templates/project.md
1112

1213

1314
# formatting breaks them

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"dc:up": "docker compose up --build --force-recreate -d"
2929
},
3030
"dependencies": {
31-
"@astrojs/mdx": "^4.0.3",
32-
"@astrojs/partytown": "^2.1.2",
33-
"@astrojs/react": "^4.1.2",
31+
"@astrojs/mdx": "^4.0.5",
32+
"@astrojs/partytown": "^2.1.3",
33+
"@astrojs/react": "^4.1.3",
3434
"@astrojs/sitemap": "^3.2.1",
3535
"@astrojs/tailwind": "^5.1.2",
36-
"@fontsource-variable/inter": "^5.1.0",
37-
"astro": "^5.1.1",
36+
"@fontsource-variable/inter": "^5.1.1",
37+
"astro": "^5.1.5",
3838
"astro-embed": "^0.9.0",
39-
"astro-expressive-code": "^0.38.3",
39+
"astro-expressive-code": "^0.39.0",
4040
"astro-icon": "^1.1.5",
4141
"astro-remote": "^0.3.3",
4242
"astro-social-share": "^2.0.3",
@@ -45,7 +45,7 @@
4545
"date-fns": "^4.1.0",
4646
"dotenv": "^16.4.5",
4747
"feed": "^4.2.2",
48-
"giscus": "^1.5.0",
48+
"giscus": "^1.6.0",
4949
"github-slugger": "^2.0.0",
5050
"mdast-util-to-string": "^4.0.0",
5151
"nanostores": "^0.11.3",
@@ -62,15 +62,15 @@
6262
},
6363
"devDependencies": {
6464
"@astrojs/check": "^0.9.4",
65-
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
65+
"@expressive-code/plugin-collapsible-sections": "^0.39.0",
6666
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
6767
"@iconify-json/mdi": "^1.2.1",
68-
"@tailwindcss/typography": "^0.5.15",
68+
"@tailwindcss/typography": "^0.5.16",
6969
"@types/mdast": "^4.0.3",
7070
"@types/react": "^18.3.12",
7171
"@types/react-dom": "^18.3.1",
72-
"@typescript-eslint/eslint-plugin": "^8.18.2",
73-
"@typescript-eslint/parser": "^8.18.2",
72+
"@typescript-eslint/eslint-plugin": "^8.19.1",
73+
"@typescript-eslint/parser": "^8.19.1",
7474
"eslint": "8.57.0",
7575
"eslint-config-prettier": "^9.1.0",
7676
"eslint-mdx": "^3.1.5",
@@ -79,11 +79,11 @@
7979
"eslint-plugin-tailwindcss": "^3.17.5",
8080
"prettier": "^3.4.1",
8181
"prettier-plugin-astro": "^0.14.1",
82-
"satori": "^0.12.0",
82+
"satori": "^0.12.1",
8383
"satori-html": "^0.3.2",
8484
"serve": "^14.2.4",
8585
"tailwindcss": "^3.4.15",
86-
"typescript": "^5.7.2"
86+
"typescript": "^5.7.3"
8787
},
8888
"packageManager": "[email protected]",
8989
"engines": {
1.56 MB
Loading
1.39 MB
Loading

0 commit comments

Comments
 (0)