Skip to content

Commit 4f813fd

Browse files
Pin dependencies
1 parent 3517d75 commit 4f813fd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apps/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@babel/core": "7.28.5",
4242
"@types/jest": "30.0.0",
43-
"@types/react": "^19.2.7",
43+
"@types/react": "19.2.7",
4444
"@types/react-test-renderer": "19.1.0",
4545
"jest": "30.2.0",
4646
"jest-expo": "54.0.13",

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@tailwindcss/forms": "0.5.10",
3131
"@tailwindcss/postcss": "4.1.17",
3232
"@types/node": "^24.10.1",
33-
"@types/react": "^19.2.7",
34-
"@types/react-dom": "^19.2.3",
33+
"@types/react": "19.2.7",
34+
"@types/react-dom": "19.2.3",
3535
"eslint": "^9.39.1",
3636
"eslint-config-next": "16.0.7",
3737
"postcss": "8.5.6",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3539,7 +3539,7 @@
35393539
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
35403540
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
35413541

3542-
"@types/react-dom@^19.2.3":
3542+
35433543
version "19.2.3"
35443544
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c"
35453545
integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==
@@ -3551,7 +3551,7 @@
35513551
dependencies:
35523552
"@types/react" "*"
35533553

3554-
"@types/react@*", "@types/react@^19.2.7":
3554+
"@types/react@*", "@types/[email protected]":
35553555
version "19.2.7"
35563556
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.7.tgz#84e62c0f23e8e4e5ac2cadcea1ffeacccae7f62f"
35573557
integrity sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==

0 commit comments

Comments
 (0)