Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu committed Aug 15, 2024
1 parent 865fc27 commit 3f33294
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 199 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"@fontsource/baskervville": "^5.0.20",
"@hookform/resolvers": "^3.9.0",
"@million/lint": "1.0.0-rc.84",
"algoliasearch": "^4.24.0",
"astro": "^4.13.3",
"algoliasearch": "^5.0.0",
"astro": "^4.13.4",
"clsx": "^2.1.1",
"contentful": "^10.13.2",
"firebase": "^10.12.5",
Expand All @@ -75,20 +75,20 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.9.1",
"@astrojs/ts-plugin": "^1.9.3",
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/add": "^2.0.3",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.2.0",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.167.1",
"husky": "^9.1.4",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"stylelint": "^16.8.1",
"stylelint-config-recommended": "^14.0.1",
"stylelint-order": "^6.0.4",
Expand Down
3 changes: 0 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ import MyWork from "@modules/home/components/myWork/MyWork.astro";
import Testimonials from "@modules/home/components/testimonials/Testimonials.astro";
import Welcome from "@modules/home/components/welcome/Welcome.astro";
// todo: SEO meta desc and baseLayout data, ARIA (check slug metas)
// todo: revisar cookie consent
// todo: check tags semantics (buttons clickable, etc)
// todo: create social network component (<ul><li> with link and button for social networks and email. It will replace footer and about components)
// todo: wait for wrangler webhook --> add Algolia + filters (+ URL filtering) https://www.algolia.com/developers/contentful-search-algolia/ (webhook problem)
// todo: add small transitions & animations
// - home articles: show tags staggered in hover
Expand Down
2 changes: 1 addition & 1 deletion src/ui/modules/core/components/breadcrumbs/breadcrumbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
}

.--is-projects .breadcrumbs__list{
.--is-projects .breadcrumbs__list {
display: none;
}

Expand Down
Loading

0 comments on commit 3f33294

Please sign in to comment.