Skip to content

Commit 6b09068

Browse files
authored
chore: upgrade deps (#1099)
1 parent 6b947c0 commit 6b09068

File tree

5 files changed

+88
-81
lines changed

5 files changed

+88
-81
lines changed

apps/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"@md/core": "workspace:*",
8282
"@md/shared": "workspace:*",
8383
"@types/webpack": "^5.28.5",
84-
"isomorphic-dompurify": "^2.29.0",
84+
"isomorphic-dompurify": "^2.30.0",
8585
"postcss": "^8.5.1",
8686
"ts-loader": "^9.5.4",
8787
"tsconfig-paths-webpack-plugin": "^4.2.0"

apps/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"front-matter": "^4.0.2",
5252
"highlight.js": "^11.11.1",
5353
"html-to-image": "^1.11.13",
54-
"isomorphic-dompurify": "^2.29.0",
54+
"isomorphic-dompurify": "^2.30.0",
5555
"juice": "^11.0.3",
5656
"lucide-vue-next": "^0.546.0",
5757
"marked": "^16.4.1",
@@ -60,7 +60,7 @@
6060
"qiniu-js": "^3.4.2",
6161
"radix-vue": "^1.9.12",
6262
"reading-time": "^1.5.0",
63-
"reka-ui": "^2.5.1",
63+
"reka-ui": "^2.6.0",
6464
"remark-parse": "^11.0.0",
6565
"remark-stringify": "^11.0.0",
6666
"tailwind-merge": "^3.3.1",
@@ -77,7 +77,7 @@
7777
"yup": "^1.7.1"
7878
},
7979
"devDependencies": {
80-
"@cloudflare/vite-plugin": "^1.13.13",
80+
"@cloudflare/vite-plugin": "^1.13.14",
8181
"@cloudflare/workers-types": "^4.20251014.0",
8282
"@md/config": "workspace:*",
8383
"@tailwindcss/postcss": "^4.1.15",
@@ -102,7 +102,7 @@
102102
"vite-plugin-radar": "^0.10.0",
103103
"vite-plugin-vue-devtools": "^8.0.3",
104104
"vue-tsc": "^3.1.0",
105-
"wrangler": "^4.43.0",
105+
"wrangler": "^4.44.0",
106106
"wxt": "^0.20.11"
107107
}
108108
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"fflate": "^0.8.2",
1717
"front-matter": "^4.0.2",
1818
"highlight.js": "^11.11.1",
19-
"isomorphic-dompurify": "^2.29.0",
19+
"isomorphic-dompurify": "^2.30.0",
2020
"marked": "^16.4.1",
2121
"mermaid": "^11.12.0",
2222
"postcss": "^8.5.1",

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"deploy": "wrangler deploy --minify"
55
},
66
"devDependencies": {
7-
"wrangler": "^4.43.0"
7+
"wrangler": "^4.44.0"
88
}
99
}

0 commit comments

Comments
 (0)