Skip to content

Commit

Permalink
fix(deps): update react j:kit-282
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveo[bot] authored Jan 14, 2025
1 parent 4af4238 commit 2038f5c
Show file tree
Hide file tree
Showing 12 changed files with 138 additions and 292 deletions.
362 changes: 104 additions & 258 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-typescript": "12.1.2",
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"fix-esm-import-path": "1.10.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@testing-library/react": "14.3.1",
"@testing-library/react": "16.1.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-testing-library": "7.1.1",
Expand All @@ -58,12 +58,12 @@
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5"
},
"optionalDependencies": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5"
},
"engines": {
"node": "^20.9.0 || ^22.11.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"@coveo/atomic": "3.13.0",
"@coveo/atomic-react": "3.2.9",
"@coveo/headless": "3.13.0",
"next": "14.2.20",
"next": "14.2.23",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"cypress": "13.6.6",
"cypress-repeat": "2.3.8",
"ncp": "2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"devDependencies": {
"@playwright/test": "1.49.1",
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.5.4",
"vite": "5.4.11"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/headless-commerce-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@playwright/test": "1.49.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.0",
"@vitejs/plugin-react": "4.3.1",
"@testing-library/react": "16.1.0",
"@vitejs/plugin-react": "4.3.4",
"local-web-server": "5.4.0",
"vite": "5.4.11",
"vite-plugin-static-copy": "2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/headless-commerce-ssr-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"devDependencies": {
"@coveo/relay-event-types": "13.0.0",
"@remix-run/dev": "2.15.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"typescript": "5.5.4",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.4"
Expand Down
10 changes: 5 additions & 5 deletions packages/samples/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"@coveo/auth": "2.0.6",
"@coveo/headless": "3.13.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/escape-html": "1.0.4",
"@types/express": "5.0.0",
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-router-dom": "5.3.3",
"dayjs": "1.11.13",
"escape-html": "1.0.3",
"express": "4.21.2",
"filesize": "10.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.0",
"react-router-dom": "6.28.1",
"typescript": "5.5.4",
"web-vitals": "4.2.4"
},
Expand All @@ -51,7 +51,7 @@
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.7.0",
"@vitejs/plugin-react": "4.3.2",
"@vitejs/plugin-react": "4.3.4",
"cypress": "13.6.6",
"cypress-repeat": "2.3.8",
"gts": "5.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/headless-ssr-commerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@coveo/headless-react": "2.4.0",
"next": "14.2.20",
"next": "14.2.23",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@playwright/test": "1.49.1",
"eslint": "8.57",
"typescript": "5.5.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/headless-ssr/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"dependencies": {
"@coveo/headless-ssr-samples-common": "0.0.0",
"next": "14.2.20",
"next": "14.2.23",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"eslint": "8.57.1",
"typescript": "5.5.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/headless-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"dependencies": {
"@coveo/headless-react": "2.4.0",
"@coveo/headless": "3.13.0",
"next": "14.2.20",
"next": "14.2.23",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"eslint": "8.57.1",
"eslint-config-react-app": "7.0.1",
"typescript": "5.5.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/samples/headless-ssr/pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"dependencies": {
"@coveo/headless-ssr-samples-common": "0.0.0",
"next": "14.2.20",
"next": "14.2.23",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"eslint": "8.57.1",
"typescript": "5.5.4"
}
Expand Down

0 comments on commit 2038f5c

Please sign in to comment.