Skip to content

Commit d0143a4

Browse files
committed
yarn upgrade
1 parent 13cb4c2 commit d0143a4

File tree

3 files changed

+278
-226
lines changed

3 files changed

+278
-226
lines changed

docs/working-notes/todo2.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ https://x.com/tibo_maker
188188

189189
// minimalistic, narrow column, good animations
190190
https://github.com/markhorn-dev/astro-nano
191+
192+
// no images, astro db
193+
https://github.com/flavienbonvin/flavien-bonvin
194+
191195
-----------
192196
za local state mora react ili solid
193197
for state between pages nanostore with localStorage

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"dependencies": {
2727
"@astrojs/mdx": "^3.1.3",
28-
"@astrojs/react": "^3.6.0",
28+
"@astrojs/react": "^3.6.1",
2929
"@astrojs/sitemap": "^3.1.6",
3030
"@astrojs/tailwind": "^5.1.0",
31-
"@fontsource-variable/inter": "^5.0.19",
31+
"@fontsource-variable/inter": "^5.0.20",
3232
"@tailwindcss/typography": "^0.5.13",
33-
"astro": "^4.12.2",
33+
"astro": "^4.13.1",
3434
"astro-embed": "^0.7.2",
35-
"astro-expressive-code": "^0.35.3",
35+
"astro-expressive-code": "^0.35.6",
3636
"astro-icon": "^1.1.0",
3737
"astro-social-share": "^2.0.2",
3838
"class-variance-authority": "^0.7.0",
@@ -55,8 +55,8 @@
5555
"zod": "^3.23.4"
5656
},
5757
"devDependencies": {
58-
"@astrojs/check": "^0.8.2",
59-
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
58+
"@astrojs/check": "^0.9.1",
59+
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
6060
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
6161
"@iconify-json/mdi": "^1.1.66",
6262
"@tailwindcss/typography": "^0.5.13",
@@ -65,8 +65,8 @@
6565
"@types/mdast": "^4.0.3",
6666
"@types/react": "^18.3.3",
6767
"@types/react-dom": "^18.3.0",
68-
"@typescript-eslint/eslint-plugin": "^7.16.1",
69-
"@typescript-eslint/parser": "^7.16.1",
68+
"@typescript-eslint/eslint-plugin": "^8.0.0",
69+
"@typescript-eslint/parser": "^8.0.0",
7070
"eslint": "8.57.0",
7171
"eslint-config-prettier": "^9.1.0",
7272
"eslint-mdx": "^3.1.5",
@@ -78,9 +78,9 @@
7878
"satori": "^0.10.14",
7979
"satori-html": "^0.3.2",
8080
"serve": "^14.2.3",
81-
"shiki": "^1.10.3",
82-
"tailwindcss": "^3.4.6",
83-
"typescript": "^5.5.3"
81+
"shiki": "^1.12.1",
82+
"tailwindcss": "^3.4.7",
83+
"typescript": "^5.5.4"
8484
},
8585
"resolutions": {
8686
"sharp": "0.32.6"

0 commit comments

Comments
 (0)