Skip to content

Commit

Permalink
chore: Upgrade all packages (#17)
Browse files Browse the repository at this point in the history
* feat: pnpm

* feat: pnpm

* Add title to pages

* Add eslint and prettier

* Upgrade vite tailwind

* remove tailwind config

* Add prefetch and view transistion

* chore: Upgrade all packages
  • Loading branch information
lasseklovstad authored Feb 16, 2025
1 parent 4a9480e commit cbd7695
Show file tree
Hide file tree
Showing 2 changed files with 162 additions and 498 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,41 +13,41 @@
},
"dependencies": {
"@react-router/cloudflare": "^7.1.5",
"@tailwindcss/postcss": "^4.0.0",
"cloudinary": "2.0.3",
"@tailwindcss/postcss": "^4.0.6",
"cloudinary": "2.5.1",
"cloudinary-build-url": "0.2.4",
"eslint": "^9.20.1",
"isbot": "5.1.2",
"miniflare": "3.20240320.0",
"isbot": "5.1.22",
"miniflare": "3.20250204.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.0",
"tailwindcss": "4.0.0"
"react-router": "^7.1.5",
"tailwindcss": "4.0.6"
},
"devDependencies": {
"@cld-apis/types": "0.1.6",
"@cloudflare/workers-types": "^4.20230518.0",
"@cloudflare/workers-types": "^4.20250214.0",
"@eslint/js": "^9.20.0",
"@react-router/dev": "^7.0.0",
"@react-router/dev": "^7.1.5",
"@react-router/fs-routes": "^7.1.5",
"@tailwindcss/vite": "^4.0.6",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.8.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.15.0",
"knip": "^5.44.1",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "5.4.3",
"typescript": "5.7.3",
"typescript-eslint": "^8.24.0",
"vite": "5.2.4",
"vite-tsconfig-paths": "4.3.2",
"wrangler": "^3.87.0"
"vite": "6.1.0",
"vite-tsconfig-paths": "5.1.4",
"wrangler": "^3.109.1"
},
"engines": {
"node": ">=22"
Expand Down
Loading

0 comments on commit cbd7695

Please sign in to comment.