Skip to content

Commit 32f988a

Browse files
committed
chore: update deps
1 parent ca92a2f commit 32f988a

File tree

3 files changed

+88
-95
lines changed

3 files changed

+88
-95
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,42 @@
2222
"start": "next start",
2323
"tsc": "tsc --noEmit"
2424
},
25-
"packageManager": "pnpm@9.6.0",
25+
"packageManager": "pnpm@9.15.0",
2626
"browserslist": [
2727
">= .25%",
2828
"not dead"
2929
],
3030
"dependencies": {
31-
"@mdn/browser-compat-data": "^5.6.22",
31+
"@mdn/browser-compat-data": "^5.6.23",
3232
"@radix-ui/react-slot": "^1.1.0",
3333
"@sentry/nextjs": "^8",
3434
"class-variance-authority": "^0.7.1",
3535
"clsx": "^2.1.1",
3636
"lucide-react": "^0.468.0",
3737
"markdown-to-jsx": "^7.7.1",
38-
"next": "^15.0.4",
38+
"next": "^15.1.0",
3939
"next-plausible": "^3.12.4",
4040
"nextra": "4.0.0-app-router.33",
4141
"nextra-theme-docs": "4.0.0-app-router.33",
4242
"react": "18.3.1",
4343
"react-dom": "18.3.1",
4444
"react-intersection-observer": "^9.13.1",
4545
"require-in-the-middle": "^7.4.0",
46-
"simple-icons": "^13.18.0",
46+
"simple-icons": "^13.20.0",
4747
"tailwind-merge": "^2.5.5",
4848
"tailwindcss-animate": "^1.0.7"
4949
},
5050
"devDependencies": {
5151
"@commitlint/cli": "^19.6.0",
5252
"@commitlint/config-conventional": "^19.6.0",
53-
"@next/bundle-analyzer": "^15.0.4",
53+
"@next/bundle-analyzer": "^15.1.0",
5454
"@svgr/webpack": "^8.1.0",
5555
"@tailwindcss/postcss": "4.0.0-beta.6",
5656
"@types/node": "22.10.1",
5757
"@types/react": "18.3.13",
5858
"cross-env": "^7.0.3",
5959
"eslint": "^9",
60-
"eslint-config-next": "15.0.4",
60+
"eslint-config-next": "15.1.0",
6161
"pagefind": "^1.2.0",
6262
"plop": "^4.0.1",
6363
"tailwindcss": "4.0.0-beta.6",

0 commit comments

Comments
 (0)