Deduplicate dependency versions via pnpm catalog
Root package.json had hardcoded versions for react, react-dom, @types/react, @types/react-dom, tailwindcss, @tailwindcss/vite, drizzle-orm, drizzle-kit, and drizzle-postgis that drifted from catalog entries. Switched them all to catalog: and bumped catalog versions to match. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a408d69965
commit
760818c843
3 changed files with 38 additions and 32 deletions
18
package.json
18
package.json
|
|
@ -41,16 +41,16 @@
|
|||
"@react-router/node": "catalog:",
|
||||
"@react-router/serve": "catalog:",
|
||||
"@sentry/vite-plugin": "^5.1.1",
|
||||
"@tailwindcss/vite": "^4.2.2",
|
||||
"@tailwindcss/vite": "catalog:",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@types/geojson": "^7946.0.16",
|
||||
"@types/leaflet": "^1.9.21",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"drizzle-kit": "^0.31.10",
|
||||
"drizzle-orm": "^0.45.2",
|
||||
"drizzle-postgis": "^1.1.1",
|
||||
"@types/react": "catalog:",
|
||||
"@types/react-dom": "catalog:",
|
||||
"drizzle-kit": "catalog:",
|
||||
"drizzle-orm": "catalog:",
|
||||
"drizzle-postgis": "catalog:",
|
||||
"eslint": "^10.2.0",
|
||||
"eslint-config-prettier": "^10.1.8",
|
||||
"fit-file-parser": "^2.3.3",
|
||||
|
|
@ -62,12 +62,12 @@
|
|||
"playwright": "^1.59.1",
|
||||
"postgres": "catalog:",
|
||||
"prettier": "^3.8.1",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react": "catalog:",
|
||||
"react-dom": "catalog:",
|
||||
"react-i18next": "^17.0.2",
|
||||
"react-leaflet": "^5.0.0",
|
||||
"react-router": "catalog:",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"tailwindcss": "catalog:",
|
||||
"turbo": "^2.9.3",
|
||||
"typescript-eslint": "^8.58.0",
|
||||
"vite": "catalog:",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue