Skip to content

Commit 4263e2e

Browse files
authored
Merge branch 'main' into blog-vercel-to-sites
2 parents 479dae5 + 6e1f47f commit 4263e2e

File tree

378 files changed

+11613
-8579
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+11613
-8579
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20-bullseye as base
1+
FROM node:20-bullseye AS base
22

33
ARG PUBLIC_APPWRITE_ENDPOINT
44
ENV PUBLIC_APPWRITE_ENDPOINT ${PUBLIC_APPWRITE_ENDPOINT}
@@ -60,13 +60,13 @@ COPY pnpm-lock.yaml pnpm-lock.yaml
6060
RUN npm i -g corepack@latest
6161
RUN corepack enable
6262

63-
FROM base as build
63+
FROM base AS build
6464

6565
COPY . .
6666
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
6767
RUN NODE_OPTIONS=--max_old_space_size=16384 pnpm run build
6868

69-
FROM base as final
69+
FROM base AS final
7070

7171
# Install fontconfig
7272
COPY ./local-fonts /usr/share/fonts

package.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
"optimize": "node ./scripts/optimize-assets.js",
2525
"optimize:all": "node ./scripts/optimize-all.js"
2626
},
27-
"packageManager": "pnpm@10.8.1",
27+
"packageManager": "pnpm@10.12.1",
2828
"dependencies": {
29-
"@number-flow/svelte": "^0.3.3",
3029
"h3": "^1.14.0",
3130
"posthog-js": "^1.210.2",
3231
"sharp": "^0.33.5"
@@ -42,17 +41,20 @@
4241
"@internationalized/date": "3.5.0",
4342
"@melt-ui/pp": "^0.3.2",
4443
"@melt-ui/svelte": "^0.86.5",
44+
"@number-flow/svelte": "^0.3.7",
4545
"@playwright/test": "^1.50.0",
4646
"@sveltejs/adapter-node": "^5.2.12",
4747
"@sveltejs/enhanced-img": "^0.4.4",
4848
"@sveltejs/kit": "^2.20.2",
4949
"@sveltejs/vite-plugin-svelte": "^5.0.3",
50-
"@tailwindcss/postcss": "^4.1.2",
50+
"@tailwindcss/postcss": "^4.1.4",
51+
"@turf/boolean-point-in-polygon": "^7.2.0",
5152
"@types/compression": "^1.7.5",
5253
"@types/glob": "^8.1.0",
5354
"@types/jsdom": "^21.1.7",
5455
"@types/markdown-it": "^13.0.9",
5556
"@types/morgan": "^1.9.9",
57+
"@types/proj4": "^2.5.6",
5658
"analytics": "^0.8.16",
5759
"appwrite": "^17.0.1",
5860
"bits-ui": "^1.3.19",
@@ -74,9 +76,8 @@
7476
"markdown-it": "^14.1.0",
7577
"meilisearch": "^0.37.0",
7678
"melt": "^0.29.2",
77-
"motion": "^12.7.3",
78-
"motion-legacy": "npm:motion@^10.18.0",
79-
"node-appwrite": "^15.0.1",
79+
"motion": "^12.7.4",
80+
"node-appwrite": "^16.0.0",
8081
"node-fetch": "^3.3.2",
8182
"node-html-parser": "^6.1.13",
8283
"openapi-types": "^12.1.3",
@@ -88,16 +89,18 @@
8889
"prettier": "^3.4.2",
8990
"prettier-plugin-svelte": "^3.3.3",
9091
"prettier-plugin-tailwindcss": "^0.6.11",
92+
"proj4": "^2.17.0",
9193
"remeda": "^2.20.0",
9294
"reodotdev": "^1.0.0",
9395
"sass": "^1.83.4",
9496
"svelte": "^5.25.6",
9597
"svelte-check": "^4.0.0",
9698
"svelte-markdoc-preprocess": "3.0.0",
9799
"svelte-markdown": "^0.4.1",
100+
"svg-dotted-map": "^2.0.1",
98101
"svgtofont": "^4.2.3",
99102
"tailwind-merge": "^3.0.2",
100-
"tailwindcss": "^4.1.2",
103+
"tailwindcss": "^4.1.4",
101104
"tslib": "^2.8.1",
102105
"typescript": "^5.8.2",
103106
"typescript-eslint": "^8.21.0",
@@ -112,6 +115,7 @@
112115
"pnpm": {
113116
"onlyBuiltDependencies": [
114117
"@parcel/watcher",
118+
"@tailwindcss/oxide",
115119
"core-js",
116120
"esbuild",
117121
"sharp",

0 commit comments

Comments
 (0)