diff --git a/bun.lock b/bun.lock index 9cc0597..22f6856 100644 --- a/bun.lock +++ b/bun.lock @@ -10,8 +10,8 @@ "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.5", + "@types/react": "19.2.18", + "@types/react-dom": "19.2.5", "publint": "^0.3.24", "react": "^19.2.8", "react-dom": "^19.2.8", diff --git a/package.json b/package.json index e21b0ab..0714125 100644 --- a/package.json +++ b/package.json @@ -69,8 +69,8 @@ "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^7.0.1", "@testing-library/react": "^16.3.2", - "@types/react": "^19.2.18", - "@types/react-dom": "^19.2.5", + "@types/react": "19.2.18", + "@types/react-dom": "19.2.5", "publint": "^0.3.24", "react": "^19.2.8", "react-dom": "^19.2.8",