Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.14.0
version: 10.17.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 10.14.0
version: 10.17.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.14.0
version: 10.17.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.14.0
version: 10.17.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.14.0
version: 10.17.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
- name: Setup pnpm 10
uses: pnpm/action-setup@v4
with:
version: 10.14.0
version: 10.17.0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LocalFileStorage } from "@mjackson/file-storage/local"
import { type FileUpload, parseFormData } from "@mjackson/form-data-parser"
import { LocalFileStorage } from "@remix-run/file-storage/local"
import { type FileUpload, parseFormData } from "@remix-run/form-data-parser"
import {
addSoilAnalysis,
getField,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LocalFileStorage } from "@mjackson/file-storage/local"
import { type FileUpload, parseFormData } from "@mjackson/form-data-parser"
import { LocalFileStorage } from "@remix-run/file-storage/local"
import { type FileUpload, parseFormData } from "@remix-run/form-data-parser"
import {
addSoilAnalysis,
getField,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { LocalFileStorage } from "@mjackson/file-storage/local"
import { type FileUpload, parseFormData } from "@mjackson/form-data-parser"
import { LocalFileStorage } from "@remix-run/file-storage/local"
import { type FileUpload, parseFormData } from "@remix-run/form-data-parser"
import {
addCultivation,
addField,
Expand Down
66 changes: 33 additions & 33 deletions fdm-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@hookform/resolvers": "^5.2.2",
"@mapbox/geojson-extent": "^1.0.1",
"@mapbox/mapbox-gl-geocoder": "^5.1.0",
"@mjackson/file-storage": "^0.7.0",
"@mjackson/form-data-parser": "^0.9.1",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@mapbox/mapbox-gl-geocoder": "^5.1.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@react-email/components": "^0.5.0",
"@radix-ui/react-switch": "^1.2.6",
"@react-email/components": "^0.5.3",
"@react-email/tailwind": "1.2.2",
"@react-router/node": "^7.8.0",
"@react-router/serve": "^7.8.0",
"@sentry/profiling-node": "^10.4.0",
"@sentry/react-router": "^10.4.0",
"@react-router/node": "^7.9.1",
"@react-router/serve": "^7.9.1",
"@remix-run/file-storage": "^0.9.0",
"@remix-run/form-data-parser": "^0.10.1",
"@sentry/profiling-node": "^10.12.0",
"@sentry/react-router": "^10.12.0",
"@svenvw/fdm-calculator": "workspace:^",
"@svenvw/fdm-core": "workspace:^",
"@svenvw/fdm-data": "workspace:*",
"@tailwindcss/vite": "^4.1.11",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-table": "^8.21.3",
"@turf/centroid": "^7.2.0",
"@turf/turf": "^7.2.0",
Expand All @@ -43,31 +43,31 @@
"date-fns": "^4.1.0",
"drizzle-orm": "catalog:",
"file-type": "^21.0.0",
"flatgeobuf": "^4.1.1",
"framer-motion": "^12.23.12",
"isbot": "^5.1.29",
"flatgeobuf": "^4.2.0",
"framer-motion": "^12.23.14",
"isbot": "^5.1.30",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.539.0",
"mapbox-gl": "^3.14.0",
"lucide-react": "^0.544.0",
"mapbox-gl": "^3.15.0",
"next-themes": "^0.4.6",
"postgres": "^3.4.7",
"posthog-js": "^1.259.0",
"posthog-node": "^5.6.0",
"posthog-js": "^1.266.0",
"posthog-node": "^5.8.4",
"postmark": "^4.0.5",
"proj4": "^2.19.10",
"radix-ui": "^1.4.2",
"radix-ui": "^1.4.3",
"react": "^19.1.1",
"react-day-picker": "9.8.1",
"react-day-picker": "9.10.0",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-map-gl": "^8.0.4",
"react-markdown": "^10.1.0",
"react-router": "^7.8.0",
"react-router-dom": "^7.8.0",
"react-router": "^7.9.1",
"react-router-dom": "^7.9.1",
"recharts": "^2.15.4",
"remark-gfm": "^4.0.1",
"remix-hook-form": "7.1.0",
"remix-toast": "^3.1.0",
"remix-toast": "^3.2.0",
"remix-utils": "^8.8.0",
"shpjs": "^6.1.0",
"sonner": "^2.0.7",
Expand All @@ -76,33 +76,33 @@
"validator": "^13.15.15",
"vite-node": "^3.2.4",
"zod": "^3.25.76",
"zustand": "^5.0.7"
"zustand": "^5.0.8"
},
"devDependencies": {
"@dotenvx/dotenvx": "catalog:",
"@react-router/dev": "^7.8.0",
"@react-router/fs-routes": "^7.8.0",
"@react-router/dev": "^7.9.1",
"@react-router/fs-routes": "^7.9.1",
"@svenvw/fdm-calculator": "workspace:*",
"@svenvw/fdm-core": "workspace:*",
"@svenvw/fdm-data": "workspace:*",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/postcss": "^4.1.13",
"@types/geojson": "^7946.0.16",
"@types/lodash.throttle": "^4.1.9",
"@types/mapbox-gl": "^3.4.1",
"@types/mapbox__geojson-extent": "^1.0.3",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-map-gl": "^6.1.7",
"@types/validator": "^13.15.2",
"@types/validator": "^13.15.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"tailwindcss": "^4.1.13",
"typescript": "catalog:",
"vite": "catalog:",
"vite-tsconfig-paths": "catalog:"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "pnpm@10.14.0"
"packageManager": "pnpm@10.17.0"
}
2 changes: 1 addition & 1 deletion fdm-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.14.0"
"packageManager": "pnpm@10.17.0"
}
12 changes: 6 additions & 6 deletions fdm-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@rollup/plugin-terser": "catalog:",
"@rollup/plugin-typescript": "catalog:",
"@svenvw/fdm-data": "workspace:^0.16.0",
"@types/node": "^24.2.1",
"@types/node": "^24.5.2",
"@vitest/coverage-v8": "catalog:",
"drizzle-kit": "catalog:",
"fs-extra": "^11.3.1",
"globals": "^16.3.0",
"fs-extra": "^11.3.2",
"globals": "^16.4.0",
"rollup": "catalog:",
"rollup-plugin-polyfill-node": "catalog:",
"typedoc": "catalog:",
Expand All @@ -64,16 +64,16 @@
"vitest": "catalog:"
},
"dependencies": {
"@electric-sql/pglite": "^0.3.7",
"@electric-sql/pglite": "^0.3.8",
"@svenvw/fdm-data": "workspace:*",
"@types/geojson": "^7946.0.16",
"better-auth": "catalog:",
"drizzle-orm": "catalog:",
"nanoid": "^5.1.5",
"postgres": "^3.4.7",
"unique-username-generator": "^1.4.0"
"unique-username-generator": "^1.5.1"
},
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.17.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
Expand Down
2 changes: 1 addition & 1 deletion fdm-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.17.0",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
Expand Down
6 changes: 3 additions & 3 deletions fdm-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@docusaurus/core": "3.8.1",
"@docusaurus/faster": "^3.8.1",
"@docusaurus/preset-classic": "3.8.1",
"@mdx-js/react": "^3.1.0",
"@mdx-js/react": "^3.1.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"lucide-react": "^0.544.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.1.1",
"react-dom": "^19.1.1"
Expand All @@ -35,7 +35,7 @@
"@docusaurus/types": "3.8.1",
"docusaurus-plugin-typedoc": "^1.4.2",
"typedoc": "catalog:",
"typedoc-plugin-markdown": "^4.8.0",
"typedoc-plugin-markdown": "^4.8.1",
"typescript": "catalog:"
},
"browserslist": {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"format-and-lint:fix-unsafe": "biome check . --write --unsafe"
},
"devDependencies": {
"@biomejs/biome": "^2.1.4",
"@changesets/cli": "^2.29.5",
"turbo": "^2.5.5"
"@biomejs/biome": "^2.2.4",
"@changesets/cli": "^2.29.7",
"turbo": "^2.5.6"
},
"packageManager": "pnpm@10.14.0",
"packageManager": "pnpm@10.17.0",
Comment thread
SvenVw marked this conversation as resolved.
"pnpm": {
"packageExtensions": {
"vite-plugin-dts": {
Expand Down
Loading