Skip to content

Commit 5dffe40

Browse files
committed
yarn upgrade
1 parent 543b070 commit 5dffe40

File tree

3 files changed

+560
-250
lines changed

3 files changed

+560
-250
lines changed

docs/working-notes/todo3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ astro gallery, blur onload, infinite scroll
540540
define real color themes
541541
IPv6 Traefik
542542
pitaj plausible zasto ne radi za razlicite poddomene i domene
543-
text float around images on blog, home and about page
543+
text float around images on blog, home and about page
544544
design system pages, typography
545545
js function to print image dom and src size over image for debugging, moze npm paket
546546

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"dc:up": "docker compose up --build --force-recreate -d"
2626
},
2727
"dependencies": {
28-
"@astrojs/mdx": "^3.1.7",
28+
"@astrojs/mdx": "^3.1.8",
2929
"@astrojs/partytown": "^2.1.2",
3030
"@astrojs/react": "^3.6.1",
31-
"@astrojs/sitemap": "^3.1.6",
32-
"@astrojs/tailwind": "^5.1.1",
31+
"@astrojs/sitemap": "^3.2.0",
32+
"@astrojs/tailwind": "^5.1.2",
3333
"@fontsource-variable/inter": "^5.1.0",
34-
"astro": "^4.15.9",
35-
"astro-embed": "^0.7.2",
34+
"astro": "^4.16.0",
35+
"astro-embed": "^0.7.4",
3636
"astro-expressive-code": "^0.37.0",
3737
"astro-icon": "^1.1.0",
3838
"astro-remote": "^0.3.3",
@@ -54,33 +54,33 @@
5454
"reading-time": "^1.5.0",
5555
"sharp": "0.32.6",
5656
"tailwind-clip-path": "^1.0.0",
57-
"tailwind-merge": "^2.4.0",
57+
"tailwind-merge": "^2.5.3",
5858
"zod": "^3.23.4"
5959
},
6060
"devDependencies": {
61-
"@astrojs/check": "^0.9.1",
61+
"@astrojs/check": "^0.9.4",
6262
"@expressive-code/plugin-collapsible-sections": "^0.37.0",
6363
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
64-
"@iconify-json/mdi": "^1.2.0",
64+
"@iconify-json/mdi": "^1.2.1",
6565
"@tailwindcss/typography": "^0.5.15",
6666
"@types/mdast": "^4.0.3",
67-
"@types/react": "^18.3.9",
67+
"@types/react": "^18.3.11",
6868
"@types/react-dom": "^18.3.0",
69-
"@typescript-eslint/eslint-plugin": "^8.7.0",
70-
"@typescript-eslint/parser": "^8.7.0",
69+
"@typescript-eslint/eslint-plugin": "^8.8.1",
70+
"@typescript-eslint/parser": "^8.8.1",
7171
"eslint": "8.57.0",
7272
"eslint-config-prettier": "^9.1.0",
7373
"eslint-mdx": "^3.1.5",
7474
"eslint-plugin-astro": "^1.2.4",
7575
"eslint-plugin-mdx": "^3.1.5",
76-
"eslint-plugin-tailwindcss": "^3.17.3",
76+
"eslint-plugin-tailwindcss": "^3.17.5",
7777
"prettier": "^3.3.3",
7878
"prettier-plugin-astro": "^0.14.1",
79-
"satori": "^0.11.1",
79+
"satori": "^0.11.2",
8080
"satori-html": "^0.3.2",
8181
"serve": "^14.2.3",
8282
"tailwindcss": "^3.4.13",
83-
"typescript": "^5.6.2"
83+
"typescript": "^5.6.3"
8484
},
8585
"resolutions": {
8686
"sharp": "0.32.6"

0 commit comments

Comments
 (0)