Skip to content

Commit

Permalink
chore(deps): update react j:kit-282
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-coveo[bot] authored Nov 26, 2024
1 parent 51708a0 commit bd644c9
Show file tree
Hide file tree
Showing 10 changed files with 310 additions and 267 deletions.
533 changes: 288 additions & 245 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 @@ -86,7 +86,7 @@
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"publint": "0.2.11",
"react-syntax-highlighter": "15.5.0",
"react-syntax-highlighter": "15.6.1",
"rimraf": "5.0.9",
"semver": "7.6.3",
"ts-node": "10.9.2",
Expand Down
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-terser": "0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"fix-esm-import-path": "1.10.0",
"ncp": "2.0.0",
"react": "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 @@ -40,7 +40,7 @@
"@coveo/release": "1.0.0",
"@testing-library/react": "14.3.1",
"@typescript-eslint/eslint-plugin": "7.17.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-testing-library": "6.2.2",
"gts": "5.3.1",
"publint": "0.2.9",
Expand All @@ -51,12 +51,12 @@
"peerDependencies": {
"react": "^18",
"react-dom": "^18",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
},
"optionalDependencies": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0"
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
},
"engines": {
"node": "^20.9.0 || ^22.11.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"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 @@ -11,13 +11,13 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"css-loader": "7.1.0",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react": "7.37.2",
"gts": "5.3.1",
"ncp": "2.0.0",
"style-loader": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/samples/headless-commerce-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@playwright/test": "1.47.2",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.0",
"@vitejs/plugin-react": "4.3.1",
"@vitejs/plugin-react": "4.3.3",
"local-web-server": "5.4.0",
"vite": "5.4.2",
"vite-plugin-static-copy": "1.0.6",
Expand Down
8 changes: 4 additions & 4 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": "4.17.21",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"dayjs": "1.11.12",
"escape-html": "1.0.3",
"express": "4.20.0",
"filesize": "10.1.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.0",
"react-router-dom": "6.28.0",
"typescript": "5.4.5",
"web-vitals": "3.5.2"
},
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.3",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"gts": "5.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 @@ -18,8 +18,8 @@
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@playwright/test": "1.45.3",
"eslint": "8.57",
"eslint-config-next": "14.2.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/headless-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-react-app": "7.0.1",
"typescript": "5.4.5",
Expand Down

0 comments on commit bd644c9

Please sign in to comment.