Skip to content

Commit

Permalink
fix build and remove some unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Nov 29, 2024
1 parent 363e163 commit f2f3df0
Show file tree
Hide file tree
Showing 11 changed files with 905 additions and 979 deletions.
1,860 changes: 894 additions & 966 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-package-lock": "1.0.0",
"execa": "^9.0.0",
"execa": "9.5.1",
"exponential-backoff": "^3.1.0",
"glob": "^11.0.0",
"gts": "6.0.2",
Expand Down
1 change: 0 additions & 1 deletion packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"focus-visible": "5.2.1",
"i18next": "24.0.0",
"i18next-http-backend": "3.0.1",
"marked": "15.0.2",
"marked": "12.0.2",
"stencil-inline-svg": "1.1.0",
"ts-debounce": "^4.0.0"
},
Expand All @@ -86,7 +86,6 @@
"@coveo/atomic-storybook-utils": "file:./storybookUtils",
"@coveo/release": "1.0.0",
"@custom-elements-manifest/analyzer": "0.10.3",
"@fullhuman/postcss-purgecss": "7.0.2",
"@nx/js": "19.8.11",
"@nx/storybook": "19.8.11",
"@nx/vite": "19.8.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@coveo/bueno": "1.0.6",
"@coveo/headless": "3.10.0",
"dompurify": "3.2.0",
"marked": "15.0.2",
"marked": "12.0.2",
"fs-extra": "11.2.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@coveo/atomic": "3.11.1",
"@coveo/atomic-react": "3.2.6",
"@coveo/headless": "3.10.0",
"next": "15.0.3",
"next": "14.2.18",
"react": "18.3.1",
"react-dom": "18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/headless-ssr-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@coveo/headless-react": "2.1.2",
"next": "15.0.3",
"next": "14.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -22,7 +22,7 @@
"@types/react-dom": "18.3.0",
"@playwright/test": "1.49.0",
"eslint": "8.57",
"eslint-config-next": "15.0.3",
"eslint-config-next": "14.2.18",
"typescript": "5.4.5"
}
}
4 changes: 2 additions & 2 deletions packages/samples/headless-ssr/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@coveo/headless-ssr-samples-common": "0.0.0",
"next": "15.0.3",
"next": "14.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -23,7 +23,7 @@
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-next": "14.2.18",
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/samples/headless-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@coveo/headless-react": "2.1.2",
"@coveo/headless": "3.10.0",
"next": "15.0.3",
"next": "14.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/headless-ssr/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@coveo/headless-ssr-samples-common": "0.0.0",
"next": "15.0.3",
"next": "14.2.18",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -23,7 +23,7 @@
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-next": "14.2.18",
"typescript": "5.4.5"
}
}
File renamed without changes.

0 comments on commit f2f3df0

Please sign in to comment.