@willbooster/biome-config 3.2.6 → 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # biome-config
2
2
 
3
3
  A Biome config file for my repositories.
4
- You need to do the following command to install peer dependencies.
4
+ Install the package and its peer dependency.
5
5
 
6
- ```
7
- yarn add -D @biomejs/biome
6
+ ```sh
7
+ yarn add -D @willbooster/biome-config @biomejs/biome
8
8
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/biome-config",
3
- "version": "3.2.6",
3
+ "version": "3.3.0",
4
4
  "description": "Biome config for WillBooster projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "prettier": "@willbooster/prettier-config",
24
24
  "devDependencies": {
25
25
  "@biomejs/biome": "2.4.8",
26
- "@willbooster/prettier-config": "10.2.5",
26
+ "@willbooster/prettier-config": "10.3.0",
27
27
  "lint-staged": "16.4.0",
28
28
  "prettier": "3.8.1",
29
29
  "prettier-plugin-java": "2.8.1",