|
22 | 22 | "start": "next start",
|
23 | 23 | "tsc": "tsc --noEmit"
|
24 | 24 | },
|
25 |
| - "packageManager": "[email protected].0", |
| 25 | + "packageManager": "[email protected].1", |
26 | 26 | "browserslist": [
|
27 | 27 | ">= .25%",
|
28 | 28 | "not dead"
|
29 | 29 | ],
|
30 | 30 | "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", |
33 | 33 | "@sentry/nextjs": "^8",
|
34 | 34 | "class-variance-authority": "^0.7.1",
|
35 | 35 | "clsx": "^2.1.1",
|
36 | 36 | "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", |
39 | 39 | "next-plausible": "^3.12.4",
|
40 | 40 | "nextra": "4.0.0-app-router.33",
|
41 | 41 | "nextra-theme-docs": "4.0.0-app-router.33",
|
42 | 42 | "react": "18.3.1",
|
43 | 43 | "react-dom": "18.3.1",
|
44 |
| - "react-intersection-observer": "^9.13.1", |
| 44 | + "react-intersection-observer": "^9.14.0", |
45 | 45 | "require-in-the-middle": "^7.4.0",
|
46 | 46 | "simple-icons": "^13.20.0",
|
47 | 47 | "tailwind-merge": "^2.5.5",
|
48 | 48 | "tailwindcss-animate": "^1.0.7"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@commitlint/cli": "^19.6.0", |
| 51 | + "@commitlint/cli": "^19.6.1", |
52 | 52 | "@commitlint/config-conventional": "^19.6.0",
|
53 |
| - "@next/bundle-analyzer": "^15.1.0", |
| 53 | + "@next/bundle-analyzer": "^15.1.2", |
54 | 54 | "@svgr/webpack": "^8.1.0",
|
55 | 55 | "@tailwindcss/postcss": "4.0.0-beta.6",
|
56 |
| - "@types/node": "22.10.1", |
| 56 | + "@types/node": "22.10.2", |
57 | 57 | "@types/react": "18.3.13",
|
58 | 58 | "cross-env": "^7.0.3",
|
59 | 59 | "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", |
62 | 62 | "plop": "^4.0.1",
|
63 | 63 | "tailwindcss": "4.0.0-beta.6",
|
64 | 64 | "tsx": "^4.19.2",
|
|
0 commit comments