@storm-software/linting-tools 1.44.3 → 1.44.4

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/CHANGELOG.md +12 -0
  2. package/package.json +1 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.44.4 (2024-03-28)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **storm-ops:** Resolve issue with workspace dependencies ([041dcc78](https://github.com/storm-software/storm-ops/commit/041dcc78))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Patrick Sullivan
12
+
1
13
  ## 1.44.3 (2024-03-28)
2
14
 
3
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/linting-tools",
3
- "version": "1.44.3",
3
+ "version": "1.44.4",
4
4
  "private": false,
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
  "keywords": [
@@ -111,15 +111,9 @@
111
111
  "vfile-reporter": "^8.1.0"
112
112
  },
113
113
  "devDependencies": {
114
- "@storm-software/config": "1.7.1",
115
- "@storm-software/config-tools": "1.33.1",
116
114
  "@types/eslint": "8.44.6"
117
115
  },
118
116
  "publishConfig": {
119
117
  "access": "public"
120
- },
121
- "peerDependencies": {
122
- "@storm-software/config": "workspace:^",
123
- "@storm-software/config-tools": "workspace:^"
124
118
  }
125
119
  }