Skip to content

Commit

Permalink
chore: bump react to 18.3.1 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanceaclark committed Apr 30, 2024
1 parent 9b5a07a commit 6cbfd02
Show file tree
Hide file tree
Showing 4 changed files with 2,200 additions and 7,333 deletions.
6 changes: 6 additions & 0 deletions .changeset/poor-apricots-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@bigcommerce/components": patch
"@bigcommerce/catalyst-core": patch
---

Bump react to v18.3.1
4 changes: 2 additions & 2 deletions apps/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"next": "14.1.4",
"next-auth": "5.0.0-beta.17",
"next-intl": "^3.11.3",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.51.3",
Expand All @@ -47,7 +47,7 @@
"@tailwindcss/container-queries": "^0.1.1",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"autoprefixer": "^10.4.19",
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@
"tailwindcss-radix": "^3.0.3"
},
"peerDependencies": {
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.3.4"
},
"devDependencies": {
"@bigcommerce/eslint-config-catalyst": "workspace:^",
"@types/react": "^18.2.79",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
Expand Down
Loading

0 comments on commit 6cbfd02

Please sign in to comment.