@storm-software/linting-tools 1.129.0 → 1.129.1
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 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Linting Tools](#storm-linting-tools)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/linting-tools",
|
|
3
|
-
"version": "1.129.
|
|
3
|
+
"version": "1.129.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡ A package containing various linting tools used to validate syntax, enforce design standards, and format code in a Storm workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -121,15 +121,15 @@
|
|
|
121
121
|
"devDependencies": {
|
|
122
122
|
"@manypkg/cli": "^0.23.0",
|
|
123
123
|
"@manypkg/get-packages": "^2.2.2",
|
|
124
|
-
"@types/node": "
|
|
124
|
+
"@types/node": "catalog:",
|
|
125
125
|
"alex": "^11.0.1",
|
|
126
126
|
"check-dependency-version-consistency": "4.1.0",
|
|
127
|
-
"commander": "
|
|
128
|
-
"cspell": "
|
|
127
|
+
"commander": "catalog:",
|
|
128
|
+
"cspell": "catalog:",
|
|
129
129
|
"dpdm": "3.14.0",
|
|
130
130
|
"fs-extra": "11.2.0",
|
|
131
|
-
"glob": "
|
|
132
|
-
"knip": "
|
|
131
|
+
"glob": "catalog:",
|
|
132
|
+
"knip": "catalog:",
|
|
133
133
|
"octokit": "4.0.2",
|
|
134
134
|
"p-limit": "5.0.0",
|
|
135
135
|
"rehype-parse": "9.0.0",
|
|
@@ -143,11 +143,11 @@
|
|
|
143
143
|
"retext-equality": "7.1.0",
|
|
144
144
|
"retext-profanities": "8.0.0",
|
|
145
145
|
"spawndamnit": "2.0.0",
|
|
146
|
-
"tsup": "
|
|
146
|
+
"tsup": "catalog:",
|
|
147
147
|
"unified": "11.0.5",
|
|
148
148
|
"unified-engine": "11.2.1",
|
|
149
149
|
"vfile-reporter": "8.1.1"
|
|
150
150
|
},
|
|
151
151
|
"publishConfig": { "access": "public" },
|
|
152
|
-
"gitHead": "
|
|
152
|
+
"gitHead": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
|
|
153
153
|
}
|