diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b31f8c2..c42db2f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +### Bug Fixes + +- allow controlled InputSearch to update onChange handler with temp text value ([#654](https://github.com/washingtonpost/wpds-ui-kit/issues/654)) ([3884839](https://github.com/washingtonpost/wpds-ui-kit/commit/3884839890d5582f61ee8f56d85ea0b570aa8f23)) +- color search bug ([#653](https://github.com/washingtonpost/wpds-ui-kit/issues/653)) ([bdf21f9](https://github.com/washingtonpost/wpds-ui-kit/commit/bdf21f970c214ae6a142a358c6123bf6b9f53b2b)) + +### Features + +- update wam ([#652](https://github.com/washingtonpost/wpds-ui-kit/issues/652)) ([8f1f97b](https://github.com/washingtonpost/wpds-ui-kit/commit/8f1f97b1f1de484b6418187032da892fb0edd947)) + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) ### Bug Fixes diff --git a/apps/nextjs13-approuter/CHANGELOG.md b/apps/nextjs13-approuter/CHANGELOG.md index 0a0fd2cf2..e547fe864 100644 --- a/apps/nextjs13-approuter/CHANGELOG.md +++ b/apps/nextjs13-approuter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +**Note:** Version bump only for package nextjs13-approuter + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) **Note:** Version bump only for package nextjs13-approuter diff --git a/apps/nextjs13-approuter/package.json b/apps/nextjs13-approuter/package.json index 944b06745..b464bd204 100644 --- a/apps/nextjs13-approuter/package.json +++ b/apps/nextjs13-approuter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs13-approuter", - "version": "2.5.0", + "version": "2.6.0", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/apps/nextjs13-pagerouter/CHANGELOG.md b/apps/nextjs13-pagerouter/CHANGELOG.md index 326190994..0778e8b24 100644 --- a/apps/nextjs13-pagerouter/CHANGELOG.md +++ b/apps/nextjs13-pagerouter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +**Note:** Version bump only for package nextjs13-pagerouter + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) **Note:** Version bump only for package nextjs13-pagerouter diff --git a/apps/nextjs13-pagerouter/package.json b/apps/nextjs13-pagerouter/package.json index 9baeee412..45da5cc12 100644 --- a/apps/nextjs13-pagerouter/package.json +++ b/apps/nextjs13-pagerouter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs13-pagerouter", - "version": "2.5.0", + "version": "2.6.0", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/apps/nextjs14-approuter/CHANGELOG.md b/apps/nextjs14-approuter/CHANGELOG.md index b6f35ea7b..69c6f66be 100644 --- a/apps/nextjs14-approuter/CHANGELOG.md +++ b/apps/nextjs14-approuter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +**Note:** Version bump only for package nextjs14-approuter + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) **Note:** Version bump only for package nextjs14-approuter diff --git a/apps/nextjs14-approuter/package.json b/apps/nextjs14-approuter/package.json index 119dadc0f..f0662bc1d 100644 --- a/apps/nextjs14-approuter/package.json +++ b/apps/nextjs14-approuter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs14-approuter", - "version": "2.5.0", + "version": "2.6.0", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/apps/nextjs14-pagerouter/CHANGELOG.md b/apps/nextjs14-pagerouter/CHANGELOG.md index 98b41d27e..65c04b354 100644 --- a/apps/nextjs14-pagerouter/CHANGELOG.md +++ b/apps/nextjs14-pagerouter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +**Note:** Version bump only for package nextjs14-pagerouter + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) **Note:** Version bump only for package nextjs14-pagerouter diff --git a/apps/nextjs14-pagerouter/package.json b/apps/nextjs14-pagerouter/package.json index 1003f2cb6..b7fd2ecfb 100644 --- a/apps/nextjs14-pagerouter/package.json +++ b/apps/nextjs14-pagerouter/package.json @@ -1,6 +1,6 @@ { "name": "nextjs14-pagerouter", - "version": "2.5.0", + "version": "2.6.0", "private": true, "scripts": { "dev": "next dev", @@ -9,8 +9,8 @@ "lint": "next lint" }, "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/build.washingtonpost.com/CHANGELOG.md b/build.washingtonpost.com/CHANGELOG.md index 9d662f935..0ab6ea665 100644 --- a/build.washingtonpost.com/CHANGELOG.md +++ b/build.washingtonpost.com/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-docs/compare/v2.5.0...v2.6.0) (2024-08-06) + +### Bug Fixes + +- color search bug ([#653](https://github.com/washingtonpost/wpds-docs/issues/653)) ([bdf21f9](https://github.com/washingtonpost/wpds-docs/commit/bdf21f970c214ae6a142a358c6123bf6b9f53b2b)) + +### Features + +- update wam ([#652](https://github.com/washingtonpost/wpds-docs/issues/652)) ([8f1f97b](https://github.com/washingtonpost/wpds-docs/commit/8f1f97b1f1de484b6418187032da892fb0edd947)) + # [2.5.0](https://github.com/washingtonpost/wpds-docs/compare/v2.4.0...v2.5.0) (2024-07-22) ### Bug Fixes diff --git a/build.washingtonpost.com/package.json b/build.washingtonpost.com/package.json index 407801317..a6f46209b 100644 --- a/build.washingtonpost.com/package.json +++ b/build.washingtonpost.com/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-docs", - "version": "2.5.0", + "version": "2.6.0", "private": true, "scripts": { "dev": "next-remote-watch ./docs", @@ -27,9 +27,9 @@ "@washingtonpost/site-footer": "0.25.3-alpha.1", "@washingtonpost/tachyons-css": "^1.8.0", "@washingtonpost/wpds-assets": "^2.5.0", - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-tailwind-theme": "2.5.0", - "@washingtonpost/wpds-tokens": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-tailwind-theme": "2.6.0", + "@washingtonpost/wpds-tokens": "2.6.0", "@washingtonpost/wpds-ui-kit": "file:../packages/kit", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", diff --git a/lerna.json b/lerna.json index 14bab6e54..08c9ff881 100644 --- a/lerna.json +++ b/lerna.json @@ -28,5 +28,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "2.5.0" + "version": "2.6.0" } diff --git a/package-lock.json b/package-lock.json index 60608544a..ce6880302 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,10 +115,10 @@ } }, "apps/nextjs13-approuter": { - "version": "2.5.0", + "version": "2.6.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -199,10 +199,10 @@ } }, "apps/nextjs13-pagerouter": { - "version": "2.5.0", + "version": "2.6.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "next": "13.5.6", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -283,20 +283,20 @@ } }, "apps/nextjs14-approuter": { - "version": "2.5.0", + "version": "2.6.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" } }, "apps/nextjs14-pagerouter": { - "version": "2.5.0", + "version": "2.6.0", "dependencies": { - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "next": "14.0.3", "react": "^18.2.0", "react-dom": "^18.2.0" @@ -310,7 +310,7 @@ }, "build.washingtonpost.com": { "name": "@washingtonpost/wpds-docs", - "version": "2.5.0", + "version": "2.6.0", "hasInstallScript": true, "dependencies": { "@babel/standalone": "^7.17.11", @@ -328,9 +328,9 @@ "@washingtonpost/site-footer": "0.25.3-alpha.1", "@washingtonpost/tachyons-css": "^1.8.0", "@washingtonpost/wpds-assets": "^2.5.0", - "@washingtonpost/wpds-kitchen-sink": "2.5.0", - "@washingtonpost/wpds-tailwind-theme": "2.5.0", - "@washingtonpost/wpds-tokens": "2.5.0", + "@washingtonpost/wpds-kitchen-sink": "2.6.0", + "@washingtonpost/wpds-tailwind-theme": "2.6.0", + "@washingtonpost/wpds-tokens": "2.6.0", "@washingtonpost/wpds-ui-kit": "file:../packages/kit", "fuse.js": "^6.6.2", "gray-matter": "^4.0.2", @@ -38969,10 +38969,10 @@ }, "packages/eslint-plugin": { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.5.0" + "@washingtonpost/wpds-ui-kit": "2.6.0" }, "devDependencies": { "jest": "^28.1.0" @@ -39950,7 +39950,7 @@ }, "packages/kit": { "name": "@washingtonpost/wpds-ui-kit", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.6", @@ -40005,11 +40005,11 @@ }, "packages/kitchen-sink": { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { "@washingtonpost/wpds-assets": "^2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "nanoid": "^3.3.4" }, "devDependencies": { @@ -40024,10 +40024,10 @@ }, "packages/tailwind-theme": { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.5.0" + "@washingtonpost/wpds-ui-kit": "2.6.0" }, "devDependencies": { "autoprefixer": "^10.4.14", @@ -40041,11 +40041,11 @@ }, "packages/tokens": { "name": "@washingtonpost/wpds-tokens", - "version": "2.5.0", + "version": "2.6.0", "license": "MIT", "devDependencies": { "@washingtonpost/wpds-assets": "^2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "react": "^18.2.0", "react-dom": "^18.2.0" } diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index d7efcc49f..c11c7e31a 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +**Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) **Note:** Version bump only for package @washingtonpost/eslint-plugin-wpds diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index e443d3d77..1fec4eca8 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/eslint-plugin-wpds", - "version": "2.5.0", + "version": "2.6.0", "description": "WPDS lint rules", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -28,7 +28,7 @@ "@washingtonpost/wpds-ui-kit": "2.0.0-alpha.10" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.5.0" + "@washingtonpost/wpds-ui-kit": "2.6.0" }, "devDependencies": { "jest": "^28.1.0" diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md index 42505b6da..1e7c91bb2 100644 --- a/packages/kit/CHANGELOG.md +++ b/packages/kit/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +### Bug Fixes + +- allow controlled InputSearch to update onChange handler with temp text value ([#654](https://github.com/washingtonpost/wpds-ui-kit/issues/654)) ([3884839](https://github.com/washingtonpost/wpds-ui-kit/commit/3884839890d5582f61ee8f56d85ea0b570aa8f23)) + +### Features + +- update wam ([#652](https://github.com/washingtonpost/wpds-ui-kit/issues/652)) ([8f1f97b](https://github.com/washingtonpost/wpds-ui-kit/commit/8f1f97b1f1de484b6418187032da892fb0edd947)) + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) ### Bug Fixes diff --git a/packages/kit/package.json b/packages/kit/package.json index bb34604bf..91d983bea 100644 --- a/packages/kit/package.json +++ b/packages/kit/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-ui-kit", - "version": "2.5.0", + "version": "2.6.0", "description": "WPDS UI Kit", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", diff --git a/packages/kitchen-sink/CHANGELOG.md b/packages/kitchen-sink/CHANGELOG.md index bace70ae6..1b02fd9c2 100644 --- a/packages/kitchen-sink/CHANGELOG.md +++ b/packages/kitchen-sink/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +### Features + +- update wam ([#652](https://github.com/washingtonpost/wpds-ui-kit/issues/652)) ([8f1f97b](https://github.com/washingtonpost/wpds-ui-kit/commit/8f1f97b1f1de484b6418187032da892fb0edd947)) + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) ### Features diff --git a/packages/kitchen-sink/package.json b/packages/kitchen-sink/package.json index ca7d799a2..845ab511c 100644 --- a/packages/kitchen-sink/package.json +++ b/packages/kitchen-sink/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-kitchen-sink", - "version": "2.5.0", + "version": "2.6.0", "description": "WPDS Kitchen Sink", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -42,7 +42,7 @@ }, "dependencies": { "@washingtonpost/wpds-assets": "^2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "nanoid": "^3.3.4" }, "gitHead": "d73c498e5dd8fb2ab2255da2ce418fede98eb41c" diff --git a/packages/tailwind-theme/CHANGELOG.md b/packages/tailwind-theme/CHANGELOG.md index cd8bfcbfe..119246cfe 100644 --- a/packages/tailwind-theme/CHANGELOG.md +++ b/packages/tailwind-theme/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +**Note:** Version bump only for package @washingtonpost/wpds-tailwind-theme + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) **Note:** Version bump only for package @washingtonpost/wpds-tailwind-theme diff --git a/packages/tailwind-theme/package.json b/packages/tailwind-theme/package.json index 94eb3b58b..3fa55416e 100644 --- a/packages/tailwind-theme/package.json +++ b/packages/tailwind-theme/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tailwind-theme", - "version": "2.5.0", + "version": "2.6.0", "description": "WPDS Tailwind Theme", "author": "WPDS Support ", "license": "MIT", @@ -20,7 +20,7 @@ "@washingtonpost/wpds-ui-kit": "2.0.0-alpha.10" }, "dependencies": { - "@washingtonpost/wpds-ui-kit": "2.5.0" + "@washingtonpost/wpds-ui-kit": "2.6.0" }, "devDependencies": { "autoprefixer": "^10.4.14", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index be405a570..7b3fb1628 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.6.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.5.0...v2.6.0) (2024-08-06) + +### Features + +- update wam ([#652](https://github.com/washingtonpost/wpds-ui-kit/issues/652)) ([8f1f97b](https://github.com/washingtonpost/wpds-ui-kit/commit/8f1f97b1f1de484b6418187032da892fb0edd947)) + # [2.5.0](https://github.com/washingtonpost/wpds-ui-kit/compare/v2.4.0...v2.5.0) (2024-07-22) ### Features diff --git a/packages/tokens/package.json b/packages/tokens/package.json index a12d5fa11..718677698 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@washingtonpost/wpds-tokens", - "version": "2.5.0", + "version": "2.6.0", "description": "WPDS Tokens", "author": "WPDS Support ", "homepage": "https://github.com/washingtonpost/wpds-ui-kit#readme", @@ -27,7 +27,7 @@ "license": "MIT", "devDependencies": { "@washingtonpost/wpds-assets": "^2.5.0", - "@washingtonpost/wpds-ui-kit": "2.5.0", + "@washingtonpost/wpds-ui-kit": "2.6.0", "react": "^18.2.0", "react-dom": "^18.2.0" },