Skip to content

Commit 0bb0b4c

Browse files
committedFeb 9, 2025
tailwind upgrade
1 parent 17de69d commit 0bb0b4c

36 files changed

+742
-769
lines changed
 

‎README.md

-7
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,18 @@ Map, list, and analyze of all your Strava activities.
1717
- Shareable map screenshots
1818
- Overlays of biking and hiking routes
1919

20-
![Map](./map.png)
21-
2220
### List View
2321

2422
- Customizable columns
2523
- Sortable columns
2624

27-
![List](./list.png)
28-
2925
### Stats View
3026

3127
- Calendar heatmap
3228
- Timeline of total distance/elevation/time per period of time, with local averaging
3329
- Configurable scatter plot of all activities
3430
- Progress plot per year or month
3531

36-
![Stats Timeline](./stats1.png)
37-
![Stats Calendar](./stats2.png)
38-
3932
## Dependencies
4033

4134
- [react](https://reactjs.org/)

‎package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,24 @@
2020
"@mapbox/togeojson": "^0.16.2",
2121
"@neondatabase/serverless": "^0.10.4",
2222
"@observablehq/plot": "^0.6.16",
23-
"@radix-ui/react-avatar": "^1.1.2",
24-
"@radix-ui/react-checkbox": "^1.1.3",
25-
"@radix-ui/react-dialog": "^1.1.5",
26-
"@radix-ui/react-dropdown-menu": "^2.1.5",
27-
"@radix-ui/react-hover-card": "^1.1.5",
23+
"@radix-ui/react-avatar": "^1.1.3",
24+
"@radix-ui/react-checkbox": "^1.1.4",
25+
"@radix-ui/react-dialog": "^1.1.6",
26+
"@radix-ui/react-dropdown-menu": "^2.1.6",
27+
"@radix-ui/react-hover-card": "^1.1.6",
2828
"@radix-ui/react-icons": "^1.3.2",
29-
"@radix-ui/react-label": "^2.1.1",
30-
"@radix-ui/react-popover": "^1.1.5",
31-
"@radix-ui/react-scroll-area": "^1.2.2",
32-
"@radix-ui/react-select": "^2.1.5",
33-
"@radix-ui/react-separator": "^1.1.1",
34-
"@radix-ui/react-slider": "^1.2.2",
35-
"@radix-ui/react-slot": "^1.1.1",
36-
"@radix-ui/react-switch": "^1.1.2",
37-
"@radix-ui/react-tabs": "^1.1.2",
38-
"@radix-ui/react-toast": "^1.2.5",
39-
"@radix-ui/react-toggle": "^1.1.1",
40-
"@radix-ui/react-tooltip": "^1.1.7",
29+
"@radix-ui/react-label": "^2.1.2",
30+
"@radix-ui/react-popover": "^1.1.6",
31+
"@radix-ui/react-scroll-area": "^1.2.3",
32+
"@radix-ui/react-select": "^2.1.6",
33+
"@radix-ui/react-separator": "^1.1.2",
34+
"@radix-ui/react-slider": "^1.2.3",
35+
"@radix-ui/react-slot": "^1.1.2",
36+
"@radix-ui/react-switch": "^1.1.3",
37+
"@radix-ui/react-tabs": "^1.1.3",
38+
"@radix-ui/react-toast": "^1.2.6",
39+
"@radix-ui/react-toggle": "^1.1.2",
40+
"@radix-ui/react-tooltip": "^1.1.8",
4141
"@t3-oss/env-nextjs": "^0.12.0",
4242
"@tanstack/react-table": "^8.20.6",
4343
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
@@ -50,7 +50,6 @@
5050
"@vercel/analytics": "^1.4.1",
5151
"@vercel/postgres": "^0.10.0",
5252
"@vercel/speed-insights": "^1.1.0",
53-
"autoprefixer": "^10.4.20",
5453
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
5554
"class-variance-authority": "^0.7.1",
5655
"clsx": "^2.1.1",
@@ -86,12 +85,13 @@
8685
"react-markdown": "^9.0.3",
8786
"react-syntax-highlighter": "^15.6.1",
8887
"shpjs": "^6.1.0",
89-
"tailwind-merge": "^2.6.0",
88+
"tailwind-merge": "^3.0.1",
9089
"tailwindcss-animate": "^1.0.7",
9190
"zod": "^3.24.1",
9291
"zustand": "^5.0.3"
9392
},
9493
"devDependencies": {
94+
"@tailwindcss/postcss": "^4.0.4",
9595
"@types/eslint": "^9.6.1",
9696
"@types/node": "^22.13.1",
9797
"@types/react": "^19.0.8",
@@ -107,7 +107,7 @@
107107
"postcss": "^8.5.1",
108108
"prettier": "^3.3.3",
109109
"prettier-plugin-tailwindcss": "^0.6.11",
110-
"tailwindcss": "^3.4.17",
110+
"tailwindcss": "^4.0.4",
111111
"typescript": "5.7.3"
112112
},
113113
"ct3aMetadata": {

0 commit comments

Comments
 (0)