Skip to content

Commit

Permalink
Merge branch 'main' into feature/add-swipe-animation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero authored Jul 7, 2024
2 parents 7163126 + 106bb68 commit 074d2bb
Show file tree
Hide file tree
Showing 21 changed files with 247 additions and 80 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,38 @@
"prepare": "husky install && bash -c 'chmod ug+x .husky/*'"
},
"dependencies": {
"@astrojs/db": "0.11.3",
"@auth/core": "0.18.6",
"@astrojs/db": "0.11.7",
"@auth/core": "^0.32.0",
"@fontsource-variable/jost": "5.0.19",
"@vercel/analytics": "1.2.2",
"astro": "4.8.6",
"@vercel/analytics": "1.3.1",
"astro": "4.11.5",
"auth-astro": "4.1.2",
"valibot": "0.30.0"
"valibot": "0.35.0"
},
"devDependencies": {
"@antfu/eslint-config": "0.43.1",
"@astrojs/check": "0.7.0",
"@astrojs/sitemap": "3.1.4",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.6.0",
"@astrojs/vercel": "7.7.2",
"@midudev/tailwind-animations": "0.0.7",
"@types/dom-view-transitions": "1.0.4",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/parser": "7.15.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-astro": "1.2.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-astro": "1.2.2",
"eslint-plugin-jsx-a11y": "6.9.0",
"husky": "9.0.11",
"lightningcss": "1.25.0",
"lint-staged": "15.2.2",
"lightningcss": "1.25.1",
"lint-staged": "15.2.7",
"postcss-import": "16.1.0",
"postcss-nesting": "12.1.4",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-astro-organize-imports": "0.4.8",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"postcss-nesting": "12.1.5",
"prettier": "3.3.2",
"prettier-plugin-astro": "0.14.0",
"prettier-plugin-astro-organize-imports": "0.4.9",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.4",
"typescript": "5.5.3",
"vite-plugin-pwa": "0.20.0"
}
}
13 changes: 13 additions & 0 deletions public/img/sponsors/g-shock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions public/img/sponsors/mahou.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
89 changes: 89 additions & 0 deletions public/img/sponsors/prime-h.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 074d2bb

Please sign in to comment.