Skip to content

Commit e369be8

Browse files
committed
fix: pnpm lockfile issues
1 parent 135de5c commit e369be8

File tree

2 files changed

+2505
-3707
lines changed

2 files changed

+2505
-3707
lines changed

ui/package.json

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,34 @@
44
"description": "ChargePi Web Interface",
55
"private": true,
66
"type": "module",
7+
"packageManager": "[email protected]",
8+
"engines": {
9+
"node": ">=20",
10+
"pnpm": ">=3"
11+
},
712
"dependencies": {
8-
"@radix-ui/react-dialog": "^1.0.5",
9-
"@radix-ui/react-dropdown-menu": "^2.0.6",
10-
"@radix-ui/react-label": "^2.0.2",
11-
"@radix-ui/react-select": "^2.0.0",
12-
"@radix-ui/react-separator": "^1.0.3",
13-
"@radix-ui/react-slot": "^1.0.2",
14-
"@radix-ui/react-switch": "^1.0.3",
15-
"@radix-ui/react-toast": "^1.1.5",
13+
"@radix-ui/react-dialog": "^1.1.14",
14+
"@radix-ui/react-dropdown-menu": "^2.1.15",
15+
"@radix-ui/react-label": "^2.1.7",
16+
"@radix-ui/react-select": "^2.2.5",
17+
"@radix-ui/react-separator": "^1.1.7",
18+
"@radix-ui/react-slot": "^1.2.3",
19+
"@radix-ui/react-switch": "^1.2.5",
20+
"@radix-ui/react-toast": "^1.2.14",
1621
"@tanstack/react-table": "^8.21.3",
17-
"class-variance-authority": "^0.7.0",
18-
"clsx": "^2.0.0",
22+
"class-variance-authority": "^0.7.1",
23+
"clsx": "^2.1.1",
24+
"cmdk": "^1.1.1",
1925
"date-fns": "^2.30.0",
2026
"lucide-react": "^0.294.0",
21-
"react": "^18.2.0",
22-
"react-dom": "^18.2.0",
27+
"react": "^18.3.1",
28+
"react-dom": "^18.3.1",
2329
"react-grid-layout": "^1.5.2",
2430
"react-resizable": "^3.0.5",
2531
"react-rnd": "^10.5.2",
26-
"react-router-dom": "^6.20.1",
27-
"recharts": "^2.8.0",
28-
"tailwind-merge": "^2.0.0",
32+
"react-router-dom": "^6.30.1",
33+
"recharts": "^2.15.4",
34+
"tailwind-merge": "^2.6.0",
2935
"tailwindcss-animate": "^1.0.7",
3036
"uuid": "^11.1.0"
3137
},
@@ -36,19 +42,19 @@
3642
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
3743
},
3844
"devDependencies": {
39-
"@types/react": "^18.2.45",
40-
"@types/react-dom": "^18.2.18",
45+
"@types/react": "^18.3.23",
46+
"@types/react-dom": "^18.3.7",
4147
"@types/react-grid-layout": "^1.3.5",
42-
"@typescript-eslint/eslint-plugin": "^6.14.0",
43-
"@typescript-eslint/parser": "^6.14.0",
44-
"@vitejs/plugin-react": "^4.2.0",
45-
"autoprefixer": "^10.4.16",
46-
"eslint": "^8.55.0",
47-
"eslint-plugin-react-hooks": "^4.6.0",
48-
"eslint-plugin-react-refresh": "^0.4.5",
49-
"postcss": "^8.4.32",
50-
"tailwindcss": "^3.3.6",
51-
"typescript": "^5.2.2",
52-
"vite": "^5.0.8"
48+
"@typescript-eslint/eslint-plugin": "^6.21.0",
49+
"@typescript-eslint/parser": "^6.21.0",
50+
"@vitejs/plugin-react": "^4.6.0",
51+
"autoprefixer": "^10.4.21",
52+
"eslint": "^8.57.1",
53+
"eslint-plugin-react-hooks": "^4.6.2",
54+
"eslint-plugin-react-refresh": "^0.4.20",
55+
"postcss": "^8.5.6",
56+
"tailwindcss": "^3.4.17",
57+
"typescript": "^5.8.3",
58+
"vite": "^5.4.19"
5359
}
5460
}

0 commit comments

Comments
 (0)