Skip to content

Commit

Permalink
fix(search): add useFocusTrap and mark.js to optimizeDeps (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Jul 26, 2023
1 parent d015cdd commit fb048a6
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 139 deletions.
3 changes: 0 additions & 3 deletions __tests__/e2e/local-search/local-search.test.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
describe('local search', () => {
beforeEach(async () => {
await goto('/')
// FIXME: remove this when optimizeDeps.include is fixed
await page.locator('#local-search button').click()
await goto('/')
})

test('exclude content from search results', async () => {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,19 @@
"@types/mark.js": "^8.11.8",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-attrs": "^4.1.0",
"@types/markdown-it-container": "^2.0.5",
"@types/markdown-it-container": "^2.0.6",
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^20.4.3",
"@types/node": "^20.4.5",
"@types/prompts": "^2.4.4",
"@vue/shared": "^3.3.4",
"chokidar": "^3.5.3",
"compression": "^1.7.4",
"conventional-changelog-cli": "^2",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"esbuild": "^0.18.15",
"esbuild": "^0.18.17",
"escape-html": "^1.0.3",
"execa": "^7.1.1",
"fast-glob": "^3.3.1",
Expand All @@ -163,7 +163,7 @@
"path-to-regexp": "^6.2.1",
"picocolors": "^1.0.0",
"pkg-dir": "^7.0.0",
"playwright-chromium": "^1.36.1",
"playwright-chromium": "^1.36.2",
"polka": "1.0.0-next.22",
"prettier": "^3.0.0",
"prompts": "^2.4.2",
Expand All @@ -174,7 +174,7 @@
"rollup-plugin-esbuild": "^5.0.0",
"semver": "^7.5.4",
"shiki-processor": "^0.1.3",
"simple-git-hooks": "^2.8.1",
"simple-git-hooks": "^2.9.0",
"sirv": "^2.0.3",
"supports-color": "^9.4.0",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit fb048a6

Please sign in to comment.