Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit e4db402

Browse files
authored
Update package.json
1 parent dba9e44 commit e4db402

File tree

1 file changed

+35
-39
lines changed

1 file changed

+35
-39
lines changed

package.json

Lines changed: 35 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,70 +9,66 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@clerk/nextjs": "4.29.12",
13-
"@clerk/themes": "1.7.12",
12+
"@clerk/nextjs": "^4.29.9",
13+
"@clerk/themes": "^1.7.9",
1414
"@emotion/react": "^11.11.4",
15-
"@emotion/styled": "11.11.5",
15+
"@emotion/styled": "^11.11.0",
1616
"@hookform/resolvers": "^3.3.4",
17-
"@mui/material": "5.15.15",
18-
"@mui/x-charts": "7.1.1",
19-
"@mui/x-data-grid": "7.1.1",
20-
"@next/third-parties": "14.1.4",
17+
"@mui/material": "^5.15.12",
18+
"@mui/x-charts": "^6.19.5",
19+
"@mui/x-data-grid": "^6.19.6",
20+
"@next/third-parties": "^14.1.0",
2121
"@octokit/types": "^12.6.0",
2222
"@radix-ui/react-accordion": "^1.1.2",
2323
"@radix-ui/react-select": "^2.0.0",
24-
"@radix-ui/themes": "^3.0.2",
25-
"@tanstack/react-table": "8.15.3",
26-
"@uiw/react-json-view": "2.0.0-alpha.23",
27-
"@uiw/react-markdown-preview": "5.1.1",
24+
"@radix-ui/themes": "^2.0.3",
25+
"@tanstack/react-table": "^8.12.0",
26+
"@uiw/react-json-view": "^2.0.0-alpha.18",
27+
"@uiw/react-markdown-preview": "^5.0.7",
2828
"@vercel/analytics": "^1.2.2",
2929
"@vercel/speed-insights": "^1.0.10",
3030
"class-variance-authority": "^0.7.0",
3131
"clsx": "^2.1.0",
32-
"cmdk": "^1.0.0",
33-
"date-fns": "3.6.0",
34-
"framer-motion": "11.0.25",
32+
"cmdk": "^0.2.1",
33+
"date-fns": "^3.3.1",
3534
"gray-matter": "^4.0.3",
3635
"install": "^0.13.0",
3736
"lodash": "^4.17.21",
38-
"lucide-react": "^0.364.0",
39-
"next": "14.1.4",
40-
"next-themes": "^0.3.0",
37+
"lucide-react": "^0.344.0",
38+
"next": "14.1.3",
39+
"next-themes": "^0.2.1",
4140
"nextjs-google-adsense": "^1.0.0",
42-
"npm": "10.5.1",
43-
"octokit": "3.2.0",
41+
"npm": "^10.5.0",
42+
"octokit": "^3.1.2",
4443
"react": "^18.2.0",
4544
"react-day-picker": "^8.10.0",
4645
"react-dom": "^18.2.0",
47-
"react-hook-form": "7.51.2",
46+
"react-hook-form": "^7.50.1",
4847
"react-icons": "^5.0.1",
49-
"react-json-view-lite": "^1.3.0",
48+
"react-json-view-lite": "^1.2.1",
5049
"react-markdown": "^9.0.1",
5150
"remark": "^15.0.1",
5251
"remark-html": "^16.0.1",
53-
"sonner": "^1.4.41",
54-
"tailwind-merge": "^2.2.2",
52+
"sonner": "^1.4.3",
53+
"tailwind-merge": "^2.2.1",
5554
"tailwindcss-animate": "^1.0.7",
5655
"vaul": "^0.9.0",
57-
"virtua": "^0.29.2",
56+
"virtua": "^0.28.0",
5857
"zod": "^3.22.4"
5958
},
6059
"devDependencies": {
61-
"@types/lodash": "4.17.0",
62-
"@types/node": "20.12.5",
63-
"@types/react": "18.2.74",
64-
"@types/react-dom": "18.2.24",
60+
"@types/lodash": "^4.14.202",
61+
"@types/node": "^20.11.25",
62+
"@types/react": "^18.2.57",
63+
"@types/react-dom": "^18.2.19",
6564
"@types/react-window": "^1.8.8",
66-
"autoprefixer": "10.4.19",
65+
"autoprefixer": "^10.4.17",
6766
"eslint": "^8.57.0",
68-
"eslint-config-next": "14.1.4",
69-
"postcss": "8.4.38",
67+
"eslint-config-next": "14.1.1",
68+
"postcss": "^8.4.35",
7069
"prettier": "^3.2.5",
71-
"prettier-plugin-tailwindcss": "0.5.13",
72-
"tailwindcss": "3.4.3",
73-
"typescript": "5.4.4"
74-
},
75-
"trustedDependencies": [
76-
"@vercel/speed-insights"
77-
]
78-
}
70+
"prettier-plugin-tailwindcss": "^0.5.11",
71+
"tailwindcss": "^3.4.1",
72+
"typescript": "^5.3.3"
73+
}
74+
}

0 commit comments

Comments
 (0)