Skip to content

Commit

Permalink
yarn upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Aug 3, 2024
1 parent 13cb4c2 commit d0143a4
Show file tree
Hide file tree
Showing 3 changed files with 278 additions and 226 deletions.
4 changes: 4 additions & 0 deletions docs/working-notes/todo2.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ https://x.com/tibo_maker

// minimalistic, narrow column, good animations
https://github.com/markhorn-dev/astro-nano

// no images, astro db
https://github.com/flavienbonvin/flavien-bonvin

-----------
za local state mora react ili solid
for state between pages nanostore with localStorage
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"dependencies": {
"@astrojs/mdx": "^3.1.3",
"@astrojs/react": "^3.6.0",
"@astrojs/react": "^3.6.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.19",
"@fontsource-variable/inter": "^5.0.20",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.12.2",
"astro": "^4.13.1",
"astro-embed": "^0.7.2",
"astro-expressive-code": "^0.35.3",
"astro-expressive-code": "^0.35.6",
"astro-icon": "^1.1.0",
"astro-social-share": "^2.0.2",
"class-variance-authority": "^0.7.0",
Expand All @@ -55,8 +55,8 @@
"zod": "^3.23.4"
},
"devDependencies": {
"@astrojs/check": "^0.8.2",
"@expressive-code/plugin-collapsible-sections": "^0.35.3",
"@astrojs/check": "^0.9.1",
"@expressive-code/plugin-collapsible-sections": "^0.35.6",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@iconify-json/mdi": "^1.1.66",
"@tailwindcss/typography": "^0.5.13",
Expand All @@ -65,8 +65,8 @@
"@types/mdast": "^4.0.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-mdx": "^3.1.5",
Expand All @@ -78,9 +78,9 @@
"satori": "^0.10.14",
"satori-html": "^0.3.2",
"serve": "^14.2.3",
"shiki": "^1.10.3",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
"shiki": "^1.12.1",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"resolutions": {
"sharp": "0.32.6"
Expand Down
Loading

0 comments on commit d0143a4

Please sign in to comment.