Skip to content

Commit

Permalink
Pin Biome version
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 13, 2024
1 parent 1c4f792 commit e8e194a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e8e194a

Please sign in to comment.