Skip to content

Commit 27c933f

Browse files
committed
chore(deps): update dependecies & enable turbpack on build
1 parent 39581ed commit 27c933f

File tree

2 files changed

+654
-675
lines changed

2 files changed

+654
-675
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@
1616
"dev:turbo": "next dev --turbopack",
1717
"dev:https": "next dev --experimental-https",
1818
"postbuild": "node ./scripts/postbuild.js",
19-
"build": "npm run generate && next build",
19+
"build": "npm run generate && next build --turbopack",
2020
"start": "next start",
2121
"lint": "biome lint --write --unsafe",
2222
"watch": "onchange post/**/*.{md,mdx} -- npm run generate",
2323
"generate": "node ./scripts/content"
2424
},
2525
"dependencies": {
26-
"@radix-ui/react-dialog": "^1.1.14",
27-
"@radix-ui/react-popover": "^1.1.14",
28-
"@radix-ui/react-scroll-area": "^1.2.9",
26+
"@radix-ui/react-dialog": "^1.1.15",
27+
"@radix-ui/react-popover": "^1.1.15",
28+
"@radix-ui/react-scroll-area": "^1.2.10",
2929
"@radix-ui/react-slot": "^1.2.3",
3030
"class-variance-authority": "^0.7.1",
3131
"clsx": "^2.1.1",
3232
"dayjs": "^1.11.13",
3333
"lodash-es": "^4.17.21",
3434
"lucide-react": "^0.536.0",
35-
"next": "15.5.0",
35+
"next": "15.5.2",
3636
"next-mdx-remote-client": "^2.1.3",
3737
"next-themes": "^0.4.6",
3838
"react": "^19.1.1",
@@ -42,20 +42,20 @@
4242
"rehype-slug": "^6.0.0",
4343
"remark-gfm": "^4.0.1",
4444
"remark-math": "^6.0.0",
45-
"shiki": "^3.9.2",
45+
"shiki": "^3.12.0",
4646
"tailwind-merge": "^3.3.1",
47-
"tw-animate-css": "^1.3.6"
47+
"tw-animate-css": "^1.3.7"
4848
},
4949
"devDependencies": {
5050
"@biomejs/biome": "2.1.3",
51-
"@netlify/plugin-nextjs": "^5.12.0",
52-
"@tailwindcss/postcss": "^4.1.11",
51+
"@netlify/plugin-nextjs": "^5.12.1",
52+
"@tailwindcss/postcss": "^4.1.12",
5353
"@tailwindcss/typography": "^0.5.16",
5454
"@types/fs-extra": "^11.0.4",
5555
"@types/lodash-es": "^4.17.12",
56-
"@types/node": "^22.15.3",
57-
"@types/react": "^19.1.9",
58-
"@types/react-dom": "^19.1.7",
56+
"@types/node": "^22.18.0",
57+
"@types/react": "^19.1.11",
58+
"@types/react-dom": "^19.1.8",
5959
"babel-plugin-react-compiler": "19.1.0-rc.2",
6060
"fs-extra": "^11.3.1",
6161
"globals": "^16.3.0",
@@ -65,7 +65,7 @@
6565
"onchange": "^7.1.0",
6666
"pagefind": "^1.3.0",
6767
"postcss": "^8.5.6",
68-
"tailwindcss": "^4.1.11",
68+
"tailwindcss": "^4.1.12",
6969
"typescript": "^5.9.2"
7070
},
7171
"browserslist": [

0 commit comments

Comments
 (0)