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 8ace010 commit 2cf29d3
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 53 deletions.
8 changes: 4 additions & 4 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@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": "19.0.3",
"@types/react-dom": "19.0.2",
"fix-esm-import-path": "1.10.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"rollup": "4.30.1",
"rollup-plugin-polyfill-node": "^0.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"postcss-mixins": "11.0.3",
"postcss-nested": "7.0.2",
"puppeteer": "23.11.1",
"react": "18.3.1",
"react": "19.0.0",
"rollup": "4.30.1",
"rollup-plugin-html": "0.2.1",
"shadow-dom-testing-library": "1.11.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@
"vitest": "2.1.8"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2"
},
"optionalDependencies": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2"
},
"engines": {
"node": "^20.9.0 || ^22.11.0"
Expand Down
10 changes: 5 additions & 5 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",
"react": "18.3.1",
"react-dom": "18.3.1"
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"cypress": "13.6.6",
"cypress-repeat": "2.3.8",
"ncp": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"dependencies": {
"@coveo/atomic-react": "3.2.9",
"@coveo/headless": "3.13.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@playwright/test": "1.49.1",
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-react": "4.3.2",
"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 @@ -5,8 +5,8 @@
"type": "module",
"dependencies": {
"@coveo/headless": "3.13.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"scripts": {
"dev": "vite",
Expand Down
8 changes: 4 additions & 4 deletions packages/samples/headless-commerce-ssr-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"@remix-run/node": "2.15.2",
"@remix-run/react": "2.15.2",
"@remix-run/serve": "2.15.2",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"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": "19.0.3",
"@types/react-dom": "19.0.2",
"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 @@ -16,16 +16,16 @@
"@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": "19.0.3",
"@types/react-dom": "19.0.2",
"@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": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "7.1.1",
"typescript": "5.5.4",
"web-vitals": "4.2.4"
},
Expand Down
10 changes: 5 additions & 5 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",
"react": "18.3.1",
"react-dom": "18.3.1"
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@playwright/test": "1.49.1",
"eslint": "8.57",
"typescript": "5.5.4"
Expand Down
10 changes: 5 additions & 5 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",
"react": "18.3.1",
"react-dom": "18.3.1"
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"typescript": "5.5.4"
}
Expand Down
10 changes: 5 additions & 5 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",
"react": "18.3.1",
"react-dom": "18.3.1"
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"eslint-config-react-app": "7.0.1",
"typescript": "5.5.4",
Expand Down
10 changes: 5 additions & 5 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",
"react": "18.3.1",
"react-dom": "18.3.1"
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"eslint": "8.57.1",
"typescript": "5.5.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/iife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@coveo/atomic-hosted-page": "1.0.17",
"@coveo/atomic-react": "3.2.9",
"@coveo/headless": "3.13.0",
"react": "18.3.1",
"react-dom": "18.3.1"
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"cypress": "13.6.6",
Expand Down

0 comments on commit 2cf29d3

Please sign in to comment.