Skip to content

Commit a944c73

Browse files
committed
Upgrade dependencies to latest versions
1 parent 577d63a commit a944c73

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@
1010
"format:tailwind": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
1111
},
1212
"dependencies": {
13-
"@notionhq/client": "^2.2.14",
13+
"@notionhq/client": "^2.2.15",
1414
"@plaiceholder/next": "^3.0.0",
15-
"@radix-ui/react-aspect-ratio": "^1.0.3",
16-
"@radix-ui/react-avatar": "^1.0.4",
17-
"@radix-ui/react-dropdown-menu": "^2.0.6",
15+
"@radix-ui/react-aspect-ratio": "^1.1.0",
16+
"@radix-ui/react-avatar": "^1.1.0",
17+
"@radix-ui/react-dropdown-menu": "^2.1.1",
1818
"@radix-ui/react-icons": "^1.3.0",
19-
"@radix-ui/react-navigation-menu": "^1.1.4",
20-
"@radix-ui/react-scroll-area": "^1.0.5",
21-
"@radix-ui/react-separator": "^1.0.3",
22-
"@radix-ui/react-slot": "^1.0.2",
23-
"@radix-ui/react-tooltip": "^1.0.7",
24-
"@supabase/supabase-js": "^2.41.1",
25-
"@vercel/analytics": "^1.2.2",
26-
"@vercel/speed-insights": "^1.0.10",
19+
"@radix-ui/react-navigation-menu": "^1.2.0",
20+
"@radix-ui/react-scroll-area": "^1.1.0",
21+
"@radix-ui/react-separator": "^1.1.0",
22+
"@radix-ui/react-slot": "^1.1.0",
23+
"@radix-ui/react-tooltip": "^1.1.2",
24+
"@supabase/supabase-js": "^2.45.2",
25+
"@vercel/analytics": "^1.3.1",
26+
"@vercel/speed-insights": "^1.0.12",
2727
"autoprefixer": "10.4.19",
2828
"camelcase-keys": "^9.1.3",
2929
"cheerio": "^1.0.0",
3030
"class-variance-authority": "^0.7.0",
31-
"clsx": "^2.1.0",
32-
"dayjs": "^1.11.10",
33-
"embla-carousel-react": "^8.0.2",
34-
"framer-motion": "^11.2.9",
35-
"jsdom": "^24.0.0",
31+
"clsx": "^2.1.1",
32+
"dayjs": "^1.11.13",
33+
"embla-carousel-react": "^8.2.0",
34+
"framer-motion": "^11.3.30",
35+
"jsdom": "^24.1.3",
3636
"lucide-react": "^0.368.0",
3737
"next": "15.1.6",
3838
"next-themes": "^0.3.0",
@@ -52,26 +52,26 @@
5252
"remark-rehype": "^10.1.0",
5353
"remark-toc": "^9.0.0",
5454
"sharp": "0.33.5",
55-
"tailwind-merge": "^2.2.2",
55+
"tailwind-merge": "^2.5.2",
5656
"tailwindcss-animate": "^1.0.7",
57-
"unified": "^11.0.4",
57+
"unified": "^11.0.5",
5858
"uuid": "^9.0.1"
5959
},
6060
"devDependencies": {
6161
"@biomejs/biome": "1.9.4",
6262
"@types/cheerio": "^0.22.35",
6363
"@types/glob": "^8.1.0",
6464
"@types/hast": "^3.0.4",
65-
"@types/jsdom": "^21.1.6",
66-
"@types/mdast": "^4.0.3",
65+
"@types/jsdom": "^21.1.7",
66+
"@types/mdast": "^4.0.4",
6767
"@types/node": "20.12.2",
6868
"@types/react": "18.3.10",
6969
"@types/react-dom": "18.3.0",
7070
"@types/uuid": "^9.0.8",
7171
"encoding": "^0.1.13",
72-
"glob": "^10.3.12",
72+
"glob": "^10.4.5",
7373
"node-fetch": "^3.3.2",
74-
"sass": "^1.72.0",
74+
"sass": "^1.77.8",
7575
"tailwindcss": "3.4.13",
7676
"tailwindcss-content-visibility": "^0.2.0",
7777
"tsconfig-paths-webpack-plugin": "^4.1.0",

pnpm-lock.yaml

+29-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)