newspack-scripts 1.4.4 → 1.4.5

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/README.md +1 -1
  2. package/package.json +3 -8
package/README.md CHANGED
@@ -76,4 +76,4 @@ Install `stylelint` via npm and reference this package's config file when runnin
76
76
  stylelint '**/*.scss' --syntax scss --config=./node_modules/newspack-scripts/config/stylelint.config.js
77
77
  ```
78
78
 
79
- _Note: for it to work properly, use `npm` at version `>=8.3.0`._
79
+ _Note: Due to issue with dependency resolving, you might end up a different version of `prettier` in project's `node_modules` and `node_modules/newspack-scripts/node_modules`. See https://github.com/Automattic/newspack-scripts/issues/1 for more information._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "newspack-scripts",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "",
5
5
  "bin": {
6
6
  "newspack-scripts": "./bin/newspack-scripts.js"
@@ -28,16 +28,11 @@
28
28
  "postcss": "^8.4.4",
29
29
  "postcss-focus-within": "^5.0.1",
30
30
  "prettier": "npm:wp-prettier@2.2.1-beta-1",
31
- "stylelint": "^13.3.1",
31
+ "stylelint": "^14.1.0",
32
32
  "stylelint-config-prettier": "^9.0.3",
33
- "stylelint-prettier": "^1.2.0",
33
+ "stylelint-prettier": "^2.0.0",
34
34
  "webpack": "^5.65.0"
35
35
  },
36
- "overrides": {
37
- "stylelint-prettier": {
38
- "prettier": "npm:wp-prettier@2.2.1-beta-1"
39
- }
40
- },
41
36
  "scripts": {
42
37
  "semantic-release": "semantic-release"
43
38
  },