Skip to content

Commit e02adfe

Browse files
brc-ddCaptainTeemo
andauthored
fix(build): remove ="" from boolean attributes in head (#2620)
x-ref: #1131 (comment), #2607 Co-authored-by: CaptainTeemo <[email protected]>
1 parent 9949f00 commit e02adfe

File tree

5 files changed

+350
-624
lines changed

5 files changed

+350
-624
lines changed

Diff for: docs/public/pure.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html>
33
<head>
44
<title>Plain HTML page | VitePress</title>

Diff for: package.json

+12-11
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].5",
6+
"packageManager": "[email protected].7",
77
"main": "dist/node/index.js",
88
"types": "types/index.d.ts",
99
"exports": {
@@ -96,11 +96,11 @@
9696
"@vueuse/core": "^10.2.1",
9797
"@vueuse/integrations": "^10.2.1",
9898
"body-scroll-lock": "4.0.0-beta.0",
99-
"focus-trap": "^7.4.3",
99+
"focus-trap": "^7.5.2",
100100
"mark.js": "8.11.1",
101101
"minisearch": "^6.1.0",
102102
"shiki": "^0.14.3",
103-
"vite": "4.4.0-beta.3",
103+
"vite": "^4.4.4",
104104
"vue": "^3.3.4"
105105
},
106106
"devDependencies": {
@@ -130,14 +130,15 @@
130130
"@types/markdown-it-emoji": "^2.0.2",
131131
"@types/micromatch": "^4.0.2",
132132
"@types/minimist": "^1.2.2",
133-
"@types/node": "^20.3.3",
133+
"@types/node": "^20.4.2",
134134
"@types/prompts": "^2.4.4",
135+
"@vue/shared": "^3.3.4",
135136
"chokidar": "^3.5.3",
136137
"compression": "^1.7.4",
137138
"conventional-changelog-cli": "^2",
138139
"cross-spawn": "^7.0.3",
139140
"debug": "^4.3.4",
140-
"esbuild": "^0.18.11",
141+
"esbuild": "^0.18.12",
141142
"escape-html": "^1.0.3",
142143
"execa": "^7.1.1",
143144
"fast-glob": "^3.3.0",
@@ -160,23 +161,23 @@
160161
"path-to-regexp": "^6.2.1",
161162
"picocolors": "^1.0.0",
162163
"pkg-dir": "^7.0.0",
163-
"playwright-chromium": "^1.35.1",
164+
"playwright-chromium": "^1.36.0",
164165
"polka": "1.0.0-next.22",
165-
"prettier": "^2.8.8",
166+
"prettier": "^3.0.0",
166167
"prompts": "^2.4.2",
167168
"punycode": "^2.3.0",
168169
"rimraf": "^5.0.1",
169-
"rollup": "^3.26.0",
170+
"rollup": "^3.26.2",
170171
"rollup-plugin-dts": "^5.3.0",
171172
"rollup-plugin-esbuild": "^5.0.0",
172-
"semver": "^7.5.3",
173+
"semver": "^7.5.4",
173174
"shiki-processor": "^0.1.3",
174175
"simple-git-hooks": "^2.8.1",
175176
"sirv": "^2.0.3",
176177
"supports-color": "^9.4.0",
177178
"typescript": "^5.1.6",
178-
"vitest": "^0.32.2",
179-
"vue-tsc": "^1.8.3",
179+
"vitest": "^0.33.0",
180+
"vue-tsc": "^1.8.5",
180181
"wait-on": "^7.0.1"
181182
},
182183
"simple-git-hooks": {

0 commit comments

Comments
 (0)