Skip to content

Commit 62b3b0e

Browse files
Copilotwalaszczykm
andcommitted
Update package versions to match PR description - React 18.3.1, Chakra UI 1.8.9
Co-authored-by: walaszczykm <9700566+walaszczykm@users.noreply.github.com>
1 parent 22ff44f commit 62b3b0e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"db:print": "node ./database/scripts/print.js"
1313
},
1414
"dependencies": {
15-
"@chakra-ui/react": "^1.8.8",
15+
"@chakra-ui/react": "^1.8.9",
1616
"@emotion/react": "^11",
1717
"@emotion/styled": "^11",
1818
"bcrypt": "^5.0.1",
@@ -22,8 +22,8 @@
2222
"isomorphic-fetch": "^3.0.0",
2323
"jsonwebtoken": "^9.0.0",
2424
"next": "14.2.35",
25-
"react": "^18.2.0",
26-
"react-dom": "^18.2.0",
25+
"react": "^18.3.1",
26+
"react-dom": "^18.3.1",
2727
"set-cookie-parser": "^2.4.8",
2828
"sqlite": "^4.0.23",
2929
"sqlite3": "^5.1.5",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
dependencies:
384384
"@chakra-ui/utils" "^1.10.4"
385385

386-
"@chakra-ui/react@^1.8.8":
386+
"@chakra-ui/react@^1.8.9":
387387
version "1.8.9"
388388
resolved "https://registry.yarnpkg.com/@chakra-ui/react/-/react-1.8.9.tgz#1d5a9ed2ce4958d1a006fb192f8a974440c89242"
389389
integrity sha512-NfR5XKVqEWhchFLiWaTWkWeYZJK1SNF2O6sQxFVrX6M+nAgJ3Q9tfMk6/I3II+xc4hXJUcYmUvmw37vT92yMaQ==
@@ -3927,7 +3927,7 @@ react-clientside-effect@^1.2.5:
39273927
dependencies:
39283928
"@babel/runtime" "^7.12.13"
39293929

3930-
react-dom@^18.2.0:
3930+
react-dom@^18.3.1:
39313931
version "18.3.1"
39323932
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4"
39333933
integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==
@@ -3990,7 +3990,7 @@ react-style-singleton@^2.1.0:
39903990
invariant "^2.2.4"
39913991
tslib "^1.0.0"
39923992

3993-
react@^18.2.0:
3993+
react@^18.3.1:
39943994
version "18.3.1"
39953995
resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891"
39963996
integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==

0 commit comments

Comments
 (0)