@versini/dev-dependencies-common 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +6 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,15 @@
1
+ # Changelog
2
+
3
+ ## [1.0.1](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v1.0.0...dev-dependencies-common-v1.0.1) (2023-11-11)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump common deps to latest ([134d5ba](https://github.com/aversini/dev-dependencies/commit/134d5bac3e913073f141cb24fc536a4aaa9c504e))
9
+
10
+ ## 1.0.0 (2023-11-11)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * migrating to yarn v4 ([3bb5b12](https://github.com/aversini/dev-dependencies/commit/3bb5b120fdaa34832d422c8ab3c438e88c3bb4de))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-common",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -33,7 +33,7 @@
33
33
  "husky": "8.0.3",
34
34
  "jsdom": "22.1.0",
35
35
  "lerna": "7.4.2",
36
- "lint-staged": "15.0.2",
36
+ "lint-staged": "15.1.0",
37
37
  "nodemon": "3.0.1",
38
38
  "npm-run-all": "4.1.5",
39
39
  "prettier": "3.0.3",
@@ -41,5 +41,8 @@
41
41
  "tsup": "7.2.0",
42
42
  "typescript": "5.2.2"
43
43
  },
44
- "gitHead": "fca0e327dcc42a1fa882f78d42e163b73a9a614a"
44
+ "resolutions": {
45
+ "prettier": "3.0.3"
46
+ },
47
+ "gitHead": "a737a8b6870c00cca55f818e16ce72f9035cf608"
45
48
  }