Skip to content

Commit 2572cb4

Browse files
authored
Pin React versions (#2610)
1 parent c9f6c7c commit 2572cb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lockb

392 Bytes
Binary file not shown.

packages/gitbook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"p-map": "^7.0.0",
5050
"parse-cache-control": "^1.0.1",
5151
"postcss-color-contrast": "^1.1.0",
52-
"react": "^18",
53-
"react-dom": "^18",
52+
"react": "18.3.1",
53+
"react-dom": "18.3.1",
5454
"react-hotkeys-hook": "^4.4.1",
5555
"recoil": "^0.7.7",
5656
"rehype-sanitize": "^6.0.0",
@@ -78,8 +78,8 @@
7878
"@types/object-hash": "^3.0.6",
7979
"@types/parse-cache-control": "^1.0.4",
8080
"@types/psi": "^4.1.6",
81-
"@types/react": "^18.3.3",
82-
"@types/react-dom": "^18.3.0",
81+
"@types/react": "18.3.13",
82+
"@types/react-dom": "18.3.1",
8383
"@types/rison": "^0.0.9",
8484
"autoprefixer": "^10",
8585
"eslint": "^8",

0 commit comments

Comments
 (0)