@versini/dev-dependencies-common 3.0.0 → 3.1.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 +19 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.1.1](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v3.1.0...dev-dependencies-common-v3.1.1) (2024-01-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * removing latest glob which breaks everything ([9f5ea5b](https://github.com/aversini/dev-dependencies/commit/9f5ea5be5ce0689303110b4e0719f0d54ceeffe0))
9
+
10
+ ## [3.1.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v3.0.0...dev-dependencies-common-v3.1.0) (2024-01-03)
11
+
12
+
13
+ ### Features
14
+
15
+ * adding glob and culori ([4a8362f](https://github.com/aversini/dev-dependencies/commit/4a8362f155df9529fd4c1858db6bf5c95a5e7298))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * update non-breaking common dependencies ([702e20d](https://github.com/aversini/dev-dependencies/commit/702e20d5b80571f80dce6bf6d9566f478bf198a8))
21
+
3
22
  ## [3.0.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-common-v2.2.0...dev-dependencies-common-v3.0.0) (2023-12-26)
4
23
 
5
24
 
package/package.json CHANGED
@@ -1,18 +1,19 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-common",
3
- "version": "3.0.0",
3
+ "version": "3.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@typescript-eslint/eslint-plugin": "6.16.0",
11
- "@typescript-eslint/parser": "6.16.0",
10
+ "@typescript-eslint/eslint-plugin": "6.17.0",
11
+ "@typescript-eslint/parser": "6.17.0",
12
12
  "barrelsby": "2.8.1",
13
13
  "bundlemon": "2.0.2",
14
14
  "chokidar": "3.5.3",
15
15
  "cross-env": "7.0.3",
16
+ "culori": "3.3.0",
16
17
  "dotenv": "16.3.1",
17
18
  "eslint": "8.56.0",
18
19
  "eslint-config-prettier": "9.1.0",
@@ -31,5 +32,5 @@
31
32
  "tsup": "8.0.1",
32
33
  "typescript": "5.3.3"
33
34
  },
34
- "gitHead": "8f36d7f55e9690b1555b329a1be2ea7c17a38c80"
35
+ "gitHead": "d0d5cf2f9a8f13e051bb8f1d7c54e7fed2fdc2e0"
35
36
  }