Skip to content

Commit fba6c50

Browse files
committed
chore: update deps
1 parent cfb639a commit fba6c50

File tree

4 files changed

+877
-1053
lines changed

4 files changed

+877
-1053
lines changed

examples/nextjs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"content": "velite --clean"
1010
},
1111
"dependencies": {
12-
"@tailwindcss/postcss": "^4.0.0",
12+
"@tailwindcss/postcss": "^4.0.15",
1313
"@tailwindcss/typography": "^0.5.16",
14-
"@types/node": "^22.10.9",
15-
"@types/react": "^19.0.7",
16-
"@types/react-dom": "^19.0.3",
17-
"next": "^15.1.6",
18-
"next-themes": "^0.4.4",
19-
"postcss": "^8.5.1",
14+
"@types/node": "^22.13.13",
15+
"@types/react": "^19.0.12",
16+
"@types/react-dom": "^19.0.4",
17+
"next": "^15.2.4",
18+
"next-themes": "^0.4.6",
19+
"postcss": "^8.5.3",
2020
"react": "^19.0.0",
2121
"react-dom": "^19.0.0",
22-
"rehype-pretty-code": "^0.14.0",
23-
"shiki": "^1.29.1",
24-
"tailwindcss": "^4.0.0",
25-
"typescript": "^5.7.3",
22+
"rehype-pretty-code": "^0.14.1",
23+
"shiki": "^1.29.2",
24+
"tailwindcss": "^4.0.15",
25+
"typescript": "^5.8.2",
2626
"velite": "workspace:*"
2727
}
2828
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,47 +38,47 @@
3838
},
3939
"dependencies": {
4040
"@mdx-js/mdx": "^3.1.0",
41-
"esbuild": "^0.24.2",
41+
"esbuild": "^0.25.1",
4242
"sharp": "^0.33.5",
43-
"terser": "^5.38.0"
43+
"terser": "^5.39.0"
4444
},
4545
"devDependencies": {
46-
"@rollup/plugin-commonjs": "^28.0.2",
46+
"@rollup/plugin-commonjs": "^28.0.3",
4747
"@rollup/plugin-json": "^6.1.0",
48-
"@rollup/plugin-node-resolve": "^16.0.0",
48+
"@rollup/plugin-node-resolve": "^16.0.1",
4949
"@types/hast": "^3.0.4",
5050
"@types/mdast": "^4.0.4",
51-
"@types/node": "^22.13.1",
51+
"@types/node": "^22.13.13",
5252
"@types/picomatch": "^3.0.2",
5353
"@zce/prettier-config": "^0.4.0",
5454
"chokidar": "^4.0.3",
5555
"fast-glob": "^3.3.3",
5656
"hast-util-raw": "^9.1.0",
5757
"hast-util-to-string": "^3.0.1",
58-
"lint-staged": "^15.4.3",
58+
"lint-staged": "^15.5.0",
5959
"mdast-util-from-markdown": "^2.0.2",
6060
"mdast-util-to-hast": "^13.2.0",
6161
"mdast-util-toc": "^7.1.0",
6262
"picomatch": "^4.0.2",
63-
"prettier": "^3.4.2",
63+
"prettier": "^3.5.3",
6464
"rehype-raw": "^7.0.0",
6565
"rehype-stringify": "^10.0.1",
66-
"remark-gfm": "^4.0.0",
66+
"remark-gfm": "^4.0.1",
6767
"remark-parse": "^11.0.0",
6868
"remark-rehype": "^11.1.1",
69-
"rollup": "^4.34.4",
70-
"rollup-plugin-dts": "^6.1.1",
71-
"rollup-plugin-esbuild": "^6.2.0",
72-
"simple-git-hooks": "^2.11.1",
73-
"tsx": "^4.19.2",
74-
"typescript": "^5.7.3",
69+
"rollup": "^4.37.0",
70+
"rollup-plugin-dts": "^6.2.1",
71+
"rollup-plugin-esbuild": "^6.2.1",
72+
"simple-git-hooks": "^2.12.1",
73+
"tsx": "^4.19.3",
74+
"typescript": "^5.8.2",
7575
"unified": "^11.0.5",
7676
"unist-util-visit": "^5.0.0",
7777
"vfile": "^6.0.3",
7878
"vfile-reporter": "^8.1.1",
7979
"yaml": "^2.7.0"
8080
},
81-
"packageManager": "pnpm@9.15.4",
81+
"packageManager": "pnpm@10.6.5",
8282
"engines": {
8383
"node": "^18.17.0 || >=20.3.0"
8484
}

0 commit comments

Comments
 (0)