@versini/dev-dependencies-types 1.2.1 → 1.3.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 +14 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.1](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-types-v1.3.0...dev-dependencies-types-v1.3.1) (2024-07-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump types and common to latest ([#352](https://github.com/aversini/dev-dependencies/issues/352)) ([d9dd219](https://github.com/aversini/dev-dependencies/commit/d9dd219c9a65391dfef810f8243a0f8cacaa293c))
9
+
10
+ ## [1.3.0](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-types-v1.2.1...dev-dependencies-types-v1.3.0) (2024-06-04)
11
+
12
+
13
+ ### Features
14
+
15
+ * move eslint to its own package + bump deps ([#331](https://github.com/aversini/dev-dependencies/issues/331)) ([578978c](https://github.com/aversini/dev-dependencies/commit/578978c33b4138e1f0eabbfa5a95fcc86466dca6))
16
+
3
17
  ## [1.2.1](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-types-v1.2.0...dev-dependencies-types-v1.2.1) (2024-05-20)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-types",
3
- "version": "1.2.1",
3
+ "version": "1.3.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -13,17 +13,17 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "@types/bytes": "3.1.4",
16
- "@types/culori": "2.1.0",
16
+ "@types/culori": "2.1.1",
17
17
  "@types/express": "4.17.21",
18
18
  "@types/fs-extra": "11.0.4",
19
19
  "@types/jest": "29.5.12",
20
20
  "@types/lodash-es": "4.17.12",
21
- "@types/node": "20.12.12",
21
+ "@types/node": "20.14.10",
22
22
  "@types/node-notifier": "8.0.5",
23
- "@types/react": "18.3.2",
23
+ "@types/react": "18.3.3",
24
24
  "@types/react-dom": "18.3.0",
25
- "@types/uuid": "9.0.8",
25
+ "@types/uuid": "10.0.0",
26
26
  "@types/yargs": "17.0.32"
27
27
  },
28
- "gitHead": "1894619a364938f3b1ca10a23a0fa2ae49ab9e52"
28
+ "gitHead": "03c3d4f47f0c1eebe14059d79577b9a38ff4d3c0"
29
29
  }