Skip to content

Commit

Permalink
0.8.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Oct 12, 2024
1 parent 2499304 commit 7ffcadd
Show file tree
Hide file tree
Showing 23 changed files with 2,764 additions and 5,193 deletions.
6 changes: 6 additions & 0 deletions css/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
--chart-3: 197 37% 24%;
--chart-4: 43 74% 66%;
--chart-5: 27 87% 67%;
--code-block: 215 27.9% 16.9%
}

.dark {
Expand Down Expand Up @@ -56,6 +57,7 @@
--chart-3: 30 80% 55%;
--chart-4: 280 65% 60%;
--chart-5: 340 75% 55%;
--code-block: 215 27.9% 16.9%
}
}

Expand Down Expand Up @@ -107,3 +109,7 @@ h6 {
font-size: 1rem;
line-height: 1.25rem;
}

pre {
@apply rounded p-2 bg-code-block text-[#f8f8f2];
}
5 changes: 5 additions & 0 deletions messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"communities": "Gemeinschaften",
"about": "Über uns",
"legal": "Rechtliches",
"changelog": "Änderungen",
"contact": "Kontakt",
"account": "Account",
"login": "Anmelden",
Expand Down Expand Up @@ -72,5 +73,9 @@
"AnnouncementsMetadata": {
"title": "Ankündigungen",
"description": "Hier findest du alle Ankündigungen."
},
"ChangelogMetadata": {
"title": "Änderungen",
"description": "Hier findest du alle Updates."
}
}
5 changes: 5 additions & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"communities": "Communities",
"about": "About us",
"legal": "Legal",
"changelog": "Changelog",
"contact": "Contact",
"account": "Account",
"login": "Login",
Expand Down Expand Up @@ -72,5 +73,9 @@
"AnnouncementsMetadata": {
"title": "Announcements",
"description": "Stay up to date with all the latest announcements."
},
"ChangelogMetadata": {
"title": "Changelog",
"description": "Stay up to date with all the latest changes."
}
}
5 changes: 5 additions & 0 deletions messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"communities": "Gemeenschappen",
"about": "Over ons",
"legal": "Juridisch",
"changelog": "Wijzigingen",
"contact": "Contact",
"account": "Account",
"login": "Aanmelden",
Expand Down Expand Up @@ -72,5 +73,9 @@
"AnnouncementsMetadata": {
"title": "Aankondigingen",
"description": "Bekijk hier alle aankondigingen."
},
"ChangelogMetadata": {
"title": "Wijzigingslogboek",
"description": "Bekijk hier alle wijzigingen die we hebben aangebracht."
}
}
90 changes: 43 additions & 47 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "headpat-web",
"version": "0.7.0",
"version": "0.8.0",
"author": "Faye",
"private": true,
"type": "module",
Expand All @@ -9,10 +9,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"deploy": "cloudflare && wrangler deploy",
"preview": "cloudflare && wrangler dev",
"cf-typegen": "wrangler types"
"format": "prettier --write ."
},
"prettier": {
"trailingComma": "es5",
Expand All @@ -21,90 +18,89 @@
"singleQuote": true
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@googlemaps/markerclusterer": "^2.5.3",
"@hookform/resolvers": "^3.9.0",
"@icons-pack/react-simple-icons": "^10.0.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.13",
"@opennextjs/cloudflare": "0.0.0-11802c4",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@next/mdx": "^14.2.15",
"@opennextjs/cloudflare": "0.1.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/nextjs": "^8.32.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@sentry/nextjs": "^8.34.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@vis.gl/react-google-maps": "^1.2.0",
"appwrite": "^15.0.0",
"@vis.gl/react-google-maps": "^1.3.0",
"appwrite": "^16.0.2",
"autoprefixer": "10.4.20",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"embla-carousel-react": "^8.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.13",
"eslint-config-next": "^14.2.15",
"input-otp": "^1.2.4",
"lucide-react": "^0.446.0",
"next": "^14.2.13",
"next-intl": "^3.20.0",
"lucide-react": "^0.451.0",
"next": "^14.2.15",
"next-intl": "^3.21.1",
"next-themes": "^0.3.0",
"node-appwrite": "^14.1.0",
"postcss": "^8.4.47",
"react": "18.3.1",
"react-day-picker": "^9.0.8",
"react-day-picker": "^9.1.3",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-dropzone": "^14.2.9",
"react-hook-form": "^7.53.0",
"react-image-crop": "^11.0.7",
"react-intersection-observer": "^9.13.1",
"react-resizable-panels": "^2.1.3",
"react-resizable-panels": "^2.1.4",
"react-router-dom": "^6.26.2",
"recharts": "^2.12.7",
"sanitize-html": "^2.13.0",
"recharts": "^2.13.0",
"sanitize-html": "^2.13.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwind-merge": "^2.5.3",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"vaul": "^0.9.6",
"typescript": "^5.6.3",
"vaul": "^1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"@types/google.maps": "^3.58.1",
"@types/node": "22.7.1",
"@types/react": "18.3.9",
"@types/node": "22.7.5",
"@types/react": "18.3.11",
"@types/sanitize-html": "^2.13.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"wrangler": "^3.78.10"
"prettier-plugin-tailwindcss": "^0.6.8"
}
}
Loading

0 comments on commit 7ffcadd

Please sign in to comment.