@theholocron/lint-staged-config 3.5.1 → 4.1.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/CHANGELOG.md +8 -0
  2. package/package.json +21 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @theholocron/lint-staged-config
2
2
 
3
+ ## 4.1.0
4
+
5
+ ## 4.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - [`14a6658`](https://github.com/theholocron/configs/commit/14a6658dfccae1206f629783be6f7aed59b28ebf) Thanks [@iamnewton](https://github.com/iamnewton)! - update all dependencies to be latest
10
+
3
11
  ## 3.5.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/lint-staged-config",
3
- "version": "3.5.1",
3
+ "version": "4.1.0",
4
4
  "description": "A Lint Staged configuration for linting code that has been staged in Git within the Galaxy.",
5
5
  "homepage": "https://github.com/theholocron/configs/tree/main/packages/lint-staged-config#readme",
6
6
  "bugs": "https://github.com/theholocron/configs/issues",
@@ -15,12 +15,26 @@
15
15
  "scripts": {
16
16
  "prepare": "husky"
17
17
  },
18
- "dependencies": {
19
- "alex": "^11.0.1",
20
- "husky": "^9.1.6",
21
- "imagemin-lint-staged": "^0.5.1",
22
- "lint-staged": "^15.2.10",
23
- "sort-package-json": "^2.10.1"
18
+ "devDependencies": {
19
+ "husky": "^9.1.7"
20
+ },
21
+ "peerDependencies": {
22
+ "alex": "^11",
23
+ "husky": "^9",
24
+ "imagemin-lint-staged": "^0.5",
25
+ "lint-staged": "^16",
26
+ "sort-package-json": "^3"
27
+ },
28
+ "peerDependenciesMeta": {
29
+ "alex": {
30
+ "optional": true
31
+ },
32
+ "imagemin-lint-staged": {
33
+ "optional": true
34
+ },
35
+ "sort-package-json": {
36
+ "optional": true
37
+ }
24
38
  },
25
39
  "publishConfig": {
26
40
  "access": "public"