Skip to content

Commit 776586f

Browse files
committed
yarn upgrade
1 parent 8d6de7b commit 776586f

File tree

2 files changed

+297
-161
lines changed

2 files changed

+297
-161
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"docker:push": "docker push nemanjamitic/nemanjam.github.io"
2525
},
2626
"dependencies": {
27-
"@astrojs/mdx": "^3.1.2",
27+
"@astrojs/mdx": "^3.1.3",
2828
"@astrojs/react": "^3.6.0",
2929
"@astrojs/sitemap": "^3.1.6",
3030
"@astrojs/tailwind": "^5.1.0",
3131
"@fontsource-variable/inter": "^5.0.19",
3232
"@tailwindcss/typography": "^0.5.13",
33-
"astro": "^4.11.5",
33+
"astro": "^4.12.2",
3434
"astro-embed": "^0.7.2",
3535
"astro-expressive-code": "^0.35.3",
3636
"astro-icon": "^1.1.0",
@@ -55,7 +55,7 @@
5555
"zod": "^3.23.4"
5656
},
5757
"devDependencies": {
58-
"@astrojs/check": "^0.8.1",
58+
"@astrojs/check": "^0.8.2",
5959
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
6060
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
6161
"@iconify-json/mdi": "^1.1.66",
@@ -65,21 +65,21 @@
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.0",
69-
"@typescript-eslint/parser": "^7.16.0",
68+
"@typescript-eslint/eslint-plugin": "^7.16.1",
69+
"@typescript-eslint/parser": "^7.16.1",
7070
"eslint": "8.57.0",
7171
"eslint-config-prettier": "^9.1.0",
7272
"eslint-mdx": "^3.1.5",
7373
"eslint-plugin-astro": "^1.2.3",
7474
"eslint-plugin-mdx": "^3.1.5",
7575
"eslint-plugin-tailwindcss": "^3.17.3",
7676
"prettier": "^3.3.3",
77-
"prettier-plugin-astro": "^0.14.0",
77+
"prettier-plugin-astro": "^0.14.1",
7878
"satori": "^0.10.14",
7979
"satori-html": "^0.3.2",
8080
"serve": "^14.2.3",
8181
"shiki": "^1.10.3",
82-
"tailwindcss": "^3.4.4",
82+
"tailwindcss": "^3.4.6",
8383
"typescript": "^5.5.3"
8484
},
8585
"resolutions": {

0 commit comments

Comments
 (0)