Skip to content

Commit a50153b

Browse files
committed
chore(deps): lock react and next versions without carets
- Pin react and react-dom to 18.3.1 - Pin @types/react to 18.3.26 - Pin @types/react-dom to 18.3.7
1 parent 0d703b8 commit a50153b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
"pino": "^9.6.0",
8383
"posthog-js": "^1.234.10",
8484
"prism-react-renderer": "^2.4.1",
85-
"react": "^18",
86-
"react-dom": "^18",
85+
"react": "18.3.1",
86+
"react-dom": "18.3.1",
8787
"react-hook-form": "^7.55.0",
8888
"react-spring": "^9.7.5",
8989
"server-only": "^0.0.1",
@@ -112,8 +112,8 @@
112112
"@types/jest": "^29.5.14",
113113
"@types/node": "^22.14.0",
114114
"@types/pg": "^8.11.11",
115-
"@types/react": "18",
116-
"@types/react-dom": "18",
115+
"@types/react": "18.3.26",
116+
"@types/react-dom": "18.3.7",
117117
"@typescript-eslint/eslint-plugin": "^8.29.1",
118118
"@typescript-eslint/parser": "^8.29.1",
119119
"autoprefixer": "^10.4.21",

0 commit comments

Comments
 (0)