Skip to content

Commit 3e29923

Browse files
committed
chore: update deps
1 parent e6cc6ac commit 3e29923

File tree

2 files changed

+163
-169
lines changed

2 files changed

+163
-169
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,43 @@
2222
"start": "next start",
2323
"tsc": "tsc --noEmit"
2424
},
25-
"packageManager": "[email protected].0",
25+
"packageManager": "[email protected].1",
2626
"browserslist": [
2727
">= .25%",
2828
"not dead"
2929
],
3030
"dependencies": {
31-
"@mdn/browser-compat-data": "^5.6.23",
32-
"@radix-ui/react-slot": "^1.1.0",
31+
"@mdn/browser-compat-data": "^5.6.26",
32+
"@radix-ui/react-slot": "^1.1.1",
3333
"@sentry/nextjs": "^8",
3434
"class-variance-authority": "^0.7.1",
3535
"clsx": "^2.1.1",
3636
"lucide-react": "^0.468.0",
37-
"markdown-to-jsx": "^7.7.1",
38-
"next": "^15.1.0",
37+
"markdown-to-jsx": "^7.7.2",
38+
"next": "^15.1.2",
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",
44-
"react-intersection-observer": "^9.13.1",
44+
"react-intersection-observer": "^9.14.0",
4545
"require-in-the-middle": "^7.4.0",
4646
"simple-icons": "^13.20.0",
4747
"tailwind-merge": "^2.5.5",
4848
"tailwindcss-animate": "^1.0.7"
4949
},
5050
"devDependencies": {
51-
"@commitlint/cli": "^19.6.0",
51+
"@commitlint/cli": "^19.6.1",
5252
"@commitlint/config-conventional": "^19.6.0",
53-
"@next/bundle-analyzer": "^15.1.0",
53+
"@next/bundle-analyzer": "^15.1.2",
5454
"@svgr/webpack": "^8.1.0",
5555
"@tailwindcss/postcss": "4.0.0-beta.6",
56-
"@types/node": "22.10.1",
56+
"@types/node": "22.10.2",
5757
"@types/react": "18.3.13",
5858
"cross-env": "^7.0.3",
5959
"eslint": "^9",
60-
"eslint-config-next": "15.1.0",
61-
"pagefind": "^1.2.0",
60+
"eslint-config-next": "15.1.2",
61+
"pagefind": "^1.3.0",
6262
"plop": "^4.0.1",
6363
"tailwindcss": "4.0.0-beta.6",
6464
"tsx": "^4.19.2",

0 commit comments

Comments
 (0)