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 3825c8b commit c06487c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 @@ -26,7 +26,7 @@
"react-dom": "^18.2.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 @@ -2559,7 +2559,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "react-calendar@workspace:packages/react-calendar"
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 @@ -2963,7 +2963,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"
"@wojtekmaj/date-utils": "npm:^1.1.3"
Expand Down

0 comments on commit c06487c

Please sign in to comment.