Skip to content

Commit fb048a6

Browse files
authored
fix(search): add useFocusTrap and mark.js to optimizeDeps (#2682)
1 parent d015cdd commit fb048a6

File tree

4 files changed

+135
-139
lines changed

4 files changed

+135
-139
lines changed

__tests__/e2e/local-search/local-search.test.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
describe('local search', () => {
22
beforeEach(async () => {
33
await goto('/')
4-
// FIXME: remove this when optimizeDeps.include is fixed
5-
await page.locator('#local-search button').click()
6-
await goto('/')
74
})
85

96
test('exclude content from search results', async () => {

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,19 @@
128128
"@types/mark.js": "^8.11.8",
129129
"@types/markdown-it": "^12.2.3",
130130
"@types/markdown-it-attrs": "^4.1.0",
131-
"@types/markdown-it-container": "^2.0.5",
131+
"@types/markdown-it-container": "^2.0.6",
132132
"@types/markdown-it-emoji": "^2.0.2",
133133
"@types/micromatch": "^4.0.2",
134134
"@types/minimist": "^1.2.2",
135-
"@types/node": "^20.4.3",
135+
"@types/node": "^20.4.5",
136136
"@types/prompts": "^2.4.4",
137137
"@vue/shared": "^3.3.4",
138138
"chokidar": "^3.5.3",
139139
"compression": "^1.7.4",
140140
"conventional-changelog-cli": "^2",
141141
"cross-spawn": "^7.0.3",
142142
"debug": "^4.3.4",
143-
"esbuild": "^0.18.15",
143+
"esbuild": "^0.18.17",
144144
"escape-html": "^1.0.3",
145145
"execa": "^7.1.1",
146146
"fast-glob": "^3.3.1",
@@ -163,7 +163,7 @@
163163
"path-to-regexp": "^6.2.1",
164164
"picocolors": "^1.0.0",
165165
"pkg-dir": "^7.0.0",
166-
"playwright-chromium": "^1.36.1",
166+
"playwright-chromium": "^1.36.2",
167167
"polka": "1.0.0-next.22",
168168
"prettier": "^3.0.0",
169169
"prompts": "^2.4.2",
@@ -174,7 +174,7 @@
174174
"rollup-plugin-esbuild": "^5.0.0",
175175
"semver": "^7.5.4",
176176
"shiki-processor": "^0.1.3",
177-
"simple-git-hooks": "^2.8.1",
177+
"simple-git-hooks": "^2.9.0",
178178
"sirv": "^2.0.3",
179179
"supports-color": "^9.4.0",
180180
"typescript": "^5.1.6",

0 commit comments

Comments
 (0)