diff --git a/bun.lock b/bun.lock index f65a4b5..c6f6828 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.3", - "@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 0ba4a3e..0ded700 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.3", - "@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",