From e8e194a7aafa8dfa3acab9a50279c558b3323b27 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Fri, 13 Sep 2024 13:38:27 +0200 Subject: [PATCH] Pin Biome version --- packages/react-pdf/package.json | 2 +- test/package.json | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react-pdf/package.json b/packages/react-pdf/package.json index 56fb281b6..6cbcd32bf 100644 --- a/packages/react-pdf/package.json +++ b/packages/react-pdf/package.json @@ -65,7 +65,7 @@ "warning": "^4.0.0" }, "devDependencies": { - "@biomejs/biome": "^1.8.3", + "@biomejs/biome": "1.8.3", "@testing-library/dom": "^10.0.0", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^16.0.0", diff --git a/test/package.json b/test/package.json index 16302bd3e..ea0446f81 100644 --- a/test/package.json +++ b/test/package.json @@ -25,7 +25,7 @@ "tiny-invariant": "^1.0.0" }, "devDependencies": { - "@biomejs/biome": "^1.8.3", + "@biomejs/biome": "1.8.3", "@types/react": "*", "@vitejs/plugin-react": "^4.2.0", "typescript": "^5.5.2", diff --git a/yarn.lock b/yarn.lock index af357ccc5..4aeac8089 100644 --- a/yarn.lock +++ b/yarn.lock @@ -285,7 +285,7 @@ __metadata: languageName: node linkType: hard -"@biomejs/biome@npm:^1.8.3": +"@biomejs/biome@npm:1.8.3": version: 1.8.3 resolution: "@biomejs/biome@npm:1.8.3" dependencies: @@ -3177,7 +3177,7 @@ __metadata: version: 0.0.0-use.local resolution: "react-pdf@workspace:packages/react-pdf" dependencies: - "@biomejs/biome": "npm:^1.8.3" + "@biomejs/biome": "npm:1.8.3" "@testing-library/dom": "npm:^10.0.0" "@testing-library/jest-dom": "npm:^6.0.0" "@testing-library/react": "npm:^16.0.0" @@ -3677,7 +3677,7 @@ __metadata: version: 0.0.0-use.local resolution: "test@workspace:test" dependencies: - "@biomejs/biome": "npm:^1.8.3" + "@biomejs/biome": "npm:1.8.3" "@types/react": "npm:*" "@vitejs/plugin-react": "npm:^4.2.0" react: "npm:^18.2.0"