Skip to content

Commit ec6bfbd

Browse files
committed
revert(#2622): to fix hmr
1 parent 5cdb9c8 commit ec6bfbd

File tree

3 files changed

+510
-245
lines changed

3 files changed

+510
-245
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-beta.5",
44
"description": "Vite & Vue powered static site generator",
55
"type": "module",
6-
"packageManager": "[email protected].7",
6+
"packageManager": "[email protected].9",
77
"main": "dist/node/index.js",
88
"types": "types/index.d.ts",
99
"exports": {
@@ -113,7 +113,7 @@
113113
"@mdit-vue/plugin-toc": "^0.12.0",
114114
"@mdit-vue/shared": "^0.12.0",
115115
"@rollup/plugin-alias": "^5.0.0",
116-
"@rollup/plugin-commonjs": "^25.0.2",
116+
"@rollup/plugin-commonjs": "^25.0.3",
117117
"@rollup/plugin-json": "^6.0.0",
118118
"@rollup/plugin-node-resolve": "^15.1.0",
119119
"@rollup/plugin-replace": "^5.0.2",
@@ -138,7 +138,7 @@
138138
"conventional-changelog-cli": "^2",
139139
"cross-spawn": "^7.0.3",
140140
"debug": "^4.3.4",
141-
"esbuild": "^0.18.12",
141+
"esbuild": "^0.18.14",
142142
"escape-html": "^1.0.3",
143143
"execa": "^7.1.1",
144144
"fast-glob": "^3.3.0",
@@ -161,13 +161,13 @@
161161
"path-to-regexp": "^6.2.1",
162162
"picocolors": "^1.0.0",
163163
"pkg-dir": "^7.0.0",
164-
"playwright-chromium": "^1.36.0",
164+
"playwright-chromium": "^1.36.1",
165165
"polka": "1.0.0-next.22",
166166
"prettier": "^3.0.0",
167167
"prompts": "^2.4.2",
168168
"punycode": "^2.3.0",
169169
"rimraf": "^5.0.1",
170-
"rollup": "^3.26.2",
170+
"rollup": "^3.26.3",
171171
"rollup-plugin-dts": "^5.3.0",
172172
"rollup-plugin-esbuild": "^5.0.0",
173173
"semver": "^7.5.4",

0 commit comments

Comments
 (0)