@powerlines/plugin-biome 0.2.117 → 0.2.119
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ This package is part of the 🔌 <b>Powerlines</b> monorepo. Powerlines packages
|
|
|
39
39
|
<!-- prettier-ignore-end -->
|
|
40
40
|
|
|
41
41
|
<div align="center">
|
|
42
|
-
<
|
|
42
|
+
<a href="https://github.com/storm-software/powerlines" target="_blank"><b>Be sure to ⭐ this repository on GitHub so you can keep up to date with it's progress!</b></a>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
<br />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-biome",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.119",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for running Biome linting on the codebase.",
|
|
6
6
|
"repository": {
|
|
@@ -108,14 +108,14 @@
|
|
|
108
108
|
"@stryke/fs": "^0.33.26",
|
|
109
109
|
"@stryke/path": "^0.24.0",
|
|
110
110
|
"defu": "^6.1.4",
|
|
111
|
-
"powerlines": "^0.36.
|
|
111
|
+
"powerlines": "^0.36.19"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
114
|
"@biomejs/biome": "^2.3.10",
|
|
115
|
-
"@powerlines/nx": "^0.11.
|
|
115
|
+
"@powerlines/nx": "^0.11.45",
|
|
116
116
|
"@storm-software/tsup": "^0.2.72",
|
|
117
117
|
"@types/node": "^24.10.4"
|
|
118
118
|
},
|
|
119
119
|
"publishConfig": { "access": "public" },
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "b4b5079fef10cf5fccdaa2ff09dd8f728ff25bf7"
|
|
121
121
|
}
|