Skip to content

Commit 234e4fd

Browse files
committed
chore: bump deps
1 parent 28de192 commit 234e4fd

File tree

3 files changed

+162
-171
lines changed

3 files changed

+162
-171
lines changed

examples/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
"preact": "^10.27.1"
1717
},
1818
"devDependencies": {
19-
"@tailwindcss/postcss": "^4.1.12",
19+
"@tailwindcss/postcss": "^4.1.13",
2020
"@types/mdx": "^2.0.13",
21-
"@types/node": "^20.19.11",
21+
"@types/node": "^20.19.13",
2222
"github-markdown-css": "^5.8.1",
2323
"postcss": "^8.5.6",
2424
"prettier": "^3.6.2",
2525
"prettier-plugin-organize-imports": "^4.2.0",
26-
"tailwindcss": "^4.1.12",
26+
"tailwindcss": "^4.1.13",
2727
"typescript": "^5.9.2"
2828
}
2929
}

packages/pranx/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
},
7070
"license": "MIT",
7171
"dependencies": {
72-
"@babel/core": "^7.28.3",
73-
"@babel/parser": "^7.28.3",
72+
"@babel/core": "^7.28.4",
73+
"@babel/parser": "^7.28.4",
7474
"@mdx-js/esbuild": "^3.1.1",
7575
"@swc/html": "^1.13.5",
7676
"c12": "^3.2.0",
@@ -101,7 +101,7 @@
101101
"@biomejs/biome": "1.8.3",
102102
"@types/fs-extra": "^11.0.4",
103103
"@types/mdx": "^2.0.13",
104-
"@types/node": "^20.19.11",
104+
"@types/node": "^20.19.13",
105105
"changelogen": "^0.6.2",
106106
"prettier": "^3.6.2",
107107
"prettier-plugin-organize-imports": "^4.2.0",

0 commit comments

Comments
 (0)