Skip to content

Commit 63ecb12

Browse files
authoredFeb 20, 2025··
Merge pull request meshtastic#432 from danditomaso/feat/update-tailwind
feat: update to tailwind 4.x
2 parents 35be1be + 5a4774e commit 63ecb12

Some content is hidden

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

55 files changed

+369
-438
lines changed
 

‎index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="en" data-theme="system">
33
<head>
44
<meta charset="utf-8" />
55
<link rel="icon" type="image/svg+xml" href="/icon.svg" />

‎package.json

+27-24
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"pre-commit": "npm run check:fix && npm run format"
2020
},
2121
"lint-staged": {
22-
"*.{ts,tsx}": ["npm run check:fix", "npm run format"]
22+
"*.{ts,tsx}": [
23+
"npm run check:fix",
24+
"npm run format"
25+
]
2326
},
2427
"repository": {
2528
"type": "git",
@@ -33,20 +36,20 @@
3336
"@bufbuild/protobuf": "^1.10.0",
3437
"@meshtastic/js": "2.3.7-5",
3538
"@noble/curves": "^1.8.1",
36-
"@radix-ui/react-accordion": "^1.2.2",
37-
"@radix-ui/react-checkbox": "^1.1.3",
38-
"@radix-ui/react-dialog": "^1.1.5",
39-
"@radix-ui/react-dropdown-menu": "^2.1.5",
40-
"@radix-ui/react-label": "^2.1.1",
41-
"@radix-ui/react-menubar": "^1.1.5",
42-
"@radix-ui/react-popover": "^1.1.5",
43-
"@radix-ui/react-scroll-area": "^1.2.2",
44-
"@radix-ui/react-select": "^2.1.5",
45-
"@radix-ui/react-separator": "^1.1.1",
46-
"@radix-ui/react-switch": "^1.1.2",
47-
"@radix-ui/react-tabs": "^1.1.2",
48-
"@radix-ui/react-toast": "^1.2.5",
49-
"@radix-ui/react-tooltip": "^1.1.7",
39+
"@radix-ui/react-accordion": "^1.2.3",
40+
"@radix-ui/react-checkbox": "^1.1.4",
41+
"@radix-ui/react-dialog": "^1.1.6",
42+
"@radix-ui/react-dropdown-menu": "^2.1.6",
43+
"@radix-ui/react-label": "^2.1.2",
44+
"@radix-ui/react-menubar": "^1.1.6",
45+
"@radix-ui/react-popover": "^1.1.6",
46+
"@radix-ui/react-scroll-area": "^1.2.3",
47+
"@radix-ui/react-select": "^2.1.6",
48+
"@radix-ui/react-separator": "^1.1.2",
49+
"@radix-ui/react-switch": "^1.1.3",
50+
"@radix-ui/react-tabs": "^1.1.3",
51+
"@radix-ui/react-toast": "^1.2.6",
52+
"@radix-ui/react-tooltip": "^1.1.8",
5053
"@turf/turf": "^7.2.0",
5154
"base64-js": "^1.5.1",
5255
"class-validator": "^0.14.1",
@@ -56,7 +59,7 @@
5659
"crypto-random-string": "^5.0.0",
5760
"immer": "^10.1.1",
5861
"js-cookie": "^3.0.5",
59-
"lucide-react": "^0.474.0",
62+
"lucide-react": "^0.475.0",
6063
"mapbox-gl": "^3.9.4",
6164
"maplibre-gl": "4.1.2",
6265
"react": "^19.0.0",
@@ -70,21 +73,21 @@
7073
},
7174
"devDependencies": {
7275
"@biomejs/biome": "^1.9.4",
73-
"@rsbuild/core": "^1.2.3",
76+
"@rsbuild/core": "^1.2.8",
7477
"@rsbuild/plugin-react": "^1.1.0",
75-
"@types/chrome": "^0.0.299",
78+
"@tailwindcss/postcss": "^4.0.7",
79+
"@types/chrome": "^0.0.304",
7680
"@types/js-cookie": "^3.0.6",
77-
"@types/node": "^22.12.0",
78-
"@types/react": "^19.0.8",
79-
"@types/react-dom": "^19.0.3",
81+
"@types/node": "^22.13.4",
82+
"@types/react": "^19.0.10",
83+
"@types/react-dom": "^19.0.4",
8084
"@types/w3c-web-serial": "^1.0.7",
8185
"@types/web-bluetooth": "^0.0.20",
82-
"autoprefixer": "^10.4.20",
8386
"gzipper": "^8.2.0",
8487
"postcss": "^8.5.1",
8588
"simple-git-hooks": "^2.11.1",
86-
"tailwind-merge": "^2.6.0",
87-
"tailwindcss": "^3.4.17",
89+
"tailwind-merge": "^3.0.1",
90+
"tailwindcss": "^4.0.7",
8891
"tailwindcss-animate": "^1.0.7",
8992
"tar": "^7.4.3",
9093
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)
Please sign in to comment.