Skip to content

Commit baf78c2

Browse files
committed
fix: upgrade react from 18.2.0 to 18.3.1
Snyk has created this PR to upgrade react from 18.2.0 to 18.3.1. See this package in yarn: react See this project in Snyk: https://app.snyk.io/org/devendra/project/df59b274-16c5-45e4-8c0c-6942a5eace8e?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 56987dd commit baf78c2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"notion-client": "^6.12.11",
3737
"notion-types": "^6.12.6",
3838
"notion-utils": "^6.12.9",
39-
"react": "^18.2.0",
39+
"react": "^18.3.1",
4040
"react-dom": "^18.2.0",
4141
"react-error-boundary": "^3.1.4",
4242
"react-fast-marquee": "^1.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5492,10 +5492,10 @@ react@^17.0.2:
54925492
loose-envify "^1.1.0"
54935493
object-assign "^4.1.1"
54945494

5495-
react@^18.2.0:
5496-
version "18.2.0"
5497-
resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5"
5498-
integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==
5495+
react@^18.3.1:
5496+
version "18.3.1"
5497+
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
5498+
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==
54995499
dependencies:
55005500
loose-envify "^1.1.0"
55015501

0 commit comments

Comments
 (0)