Skip to content

Commit a2fc0e6

Browse files
committed
chore(deps): bump all dependencies to latest versions
1 parent 258f446 commit a2fc0e6

File tree

5 files changed

+1088
-1048
lines changed

5 files changed

+1088
-1048
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ commit.txt
4848

4949
# folder for storing testing files
5050
.testing
51+
# next-agents-md
52+
.next-docs/
53+
AGENTS.md

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,51 +11,51 @@
1111
"diff": "git --no-pager diff --staged --function-context > commit.txt"
1212
},
1313
"dependencies": {
14-
"@icons-pack/react-simple-icons": "~13.8.0",
14+
"@icons-pack/react-simple-icons": "~13.13.0",
1515
"@mdx-js/loader": "~3.1.1",
1616
"@mdx-js/react": "~3.1.1",
17-
"@next/mdx": "~16.1.1",
17+
"@next/mdx": "~16.2.1",
1818
"@radix-ui/react-collapsible": "~1.1.12",
1919
"@radix-ui/react-dialog": "~1.1.15",
2020
"@radix-ui/react-dropdown-menu": "~2.1.16",
2121
"@radix-ui/react-navigation-menu": "~1.2.14",
2222
"@radix-ui/react-slot": "~1.2.4",
2323
"@types/mdx": "~2.0.13",
24-
"@vercel/analytics": "~1.6.1",
25-
"@vercel/speed-insights": "~1.3.1",
24+
"@vercel/analytics": "~2.0.1",
25+
"@vercel/speed-insights": "~2.0.0",
2626
"class-variance-authority": "~0.7.1",
2727
"clsx": "~2.1.1",
2828
"embla-carousel-autoplay": "~8.6.0",
2929
"embla-carousel-react": "~8.6.0",
30-
"geist": "~1.5.1",
31-
"lucide-react": "~0.562.0",
32-
"next": "~16.1.1",
30+
"geist": "~1.7.0",
31+
"lucide-react": "~0.577.0",
32+
"next": "~16.2.1",
3333
"next-themes": "~0.4.6",
34-
"react": "~19.2.3",
35-
"react-dom": "~19.2.3",
36-
"react-icons": "~5.5.0",
34+
"react": "~19.2.4",
35+
"react-dom": "~19.2.4",
36+
"react-icons": "~5.6.0",
3737
"remark-frontmatter": "~5.0.0",
3838
"remark-mdx-frontmatter": "~5.2.0",
39-
"tailwind-merge": "~3.4.0",
39+
"tailwind-merge": "~3.5.0",
4040
"tw-animate-css": "~1.4.0"
4141
},
4242
"devDependencies": {
43-
"@eslint/eslintrc": "~3.3.3",
44-
"@ianvs/prettier-plugin-sort-imports": "~4.7.0",
45-
"@next/bundle-analyzer": "~16.1.1",
46-
"@next/eslint-plugin-next": "~16.1.1",
47-
"@tailwindcss/postcss": "~4.1.18",
48-
"@types/node": "~25.0.6",
49-
"@types/react": "~19.2.8",
43+
"@eslint/eslintrc": "~3.3.5",
44+
"@ianvs/prettier-plugin-sort-imports": "~4.7.1",
45+
"@next/bundle-analyzer": "~16.2.1",
46+
"@next/eslint-plugin-next": "~16.2.1",
47+
"@tailwindcss/postcss": "~4.2.2",
48+
"@types/node": "~25.5.0",
49+
"@types/react": "~19.2.14",
5050
"@types/react-dom": "~19.2.3",
51-
"eslint": "~9.39.2",
52-
"eslint-config-next": "~16.1.1",
51+
"eslint": "~10.1.0",
52+
"eslint-config-next": "~16.2.1",
5353
"eslint-config-prettier": "~10.1.8",
5454
"eslint-plugin-react-hooks": "~7.0.1",
5555
"eslint-plugin-tailwindcss": "4.0.0-beta.0",
56-
"prettier": "~3.7.4",
56+
"prettier": "~3.8.1",
5757
"prettier-plugin-tailwindcss": "~0.7.2",
58-
"tailwindcss": "~4.1.18",
58+
"tailwindcss": "~4.2.2",
5959
"typescript": "~5.9.3"
6060
}
6161
}

0 commit comments

Comments
 (0)