@theholocron/stylelint-config 3.5.1 → 4.0.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 +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @theholocron/stylelint-config
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`14a6658`](https://github.com/theholocron/configs/commit/14a6658dfccae1206f629783be6f7aed59b28ebf) Thanks [@iamnewton](https://github.com/iamnewton)! - update all dependencies to be latest
8
+
3
9
  ## 3.5.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/stylelint-config",
3
- "version": "3.5.1",
3
+ "version": "4.0.0",
4
4
  "description": "A StyleLint configuration for writing well-formed CSS 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",
@@ -12,10 +12,10 @@
12
12
  "author": "Newton Koumantzelis",
13
13
  "type": "module",
14
14
  "main": "stylelint.config.js",
15
- "dependencies": {
16
- "stylelint": "^16.10.0",
17
- "stylelint-config-standard": "^36.0.1",
18
- "stylelint-config-standard-scss": "^13.1.0"
15
+ "peerDependencies": {
16
+ "stylelint": "^16",
17
+ "stylelint-config-standard": "^38",
18
+ "stylelint-config-standard-scss": "^15"
19
19
  },
20
20
  "publishConfig": {
21
21
  "access": "public"