Skip to content

Commit

Permalink
fix(website): website search
Browse files Browse the repository at this point in the history
  • Loading branch information
GermainBergeron committed Nov 11, 2024
1 parent 0abbbed commit c24add4
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 51 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
strict-peer-dependencies=false
save-exact=true
engine-strict=true
auto-install-peers=false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@coveo/semantic-monorepo-tools": "2.4.59",
"@coveo/semantic-monorepo-tools": "2.5.4",
"@eslint/compat": "1.2.1",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "20.16.13",
"@vitest/eslint-plugin": "1.1.7",
"aws-sdk": "2.1691.0",
"chokidar": "4.0.1",
"commitizen": "4.3.1",
Expand All @@ -65,7 +66,6 @@
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-testing-library": "6.4.0",
"eslint-plugin-unused-imports": "4.1.4",
"@vitest/eslint-plugin": "1.1.7",
"globals": "15.11.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@coveo/atomic-react": "3.1.7",
"@coveo/headless": "3.4.0",
"@coveo/atomic-react": "3.2.4",
"@coveo/headless": "3.8.1",
"@coveord/plasma-components-props-analyzer": "workspace:*",
"@coveord/plasma-mantine": "workspace:*",
"@coveord/plasma-react-icons": "workspace:*",
Expand Down
82 changes: 36 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c24add4

Please sign in to comment.