@versini/dev-dependencies-types 3.0.10 → 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 +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.0](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-types-v3.0.11...dev-dependencies-types-v4.0.0) (2025-08-03)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * bump breaking dependencies to latest ([#611](https://github.com/versini-org/dev-dependencies/issues/611))
9
+
10
+ ### Bug Fixes
11
+
12
+ * bump breaking dependencies to latest ([#611](https://github.com/versini-org/dev-dependencies/issues/611)) ([d76eb52](https://github.com/versini-org/dev-dependencies/commit/d76eb52fc380208b51ed0bd0bb0b1751d6b5943d))
13
+
14
+ ## [3.0.11](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-types-v3.0.10...dev-dependencies-types-v3.0.11) (2025-08-03)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * bump non-breaking dependencies to latest ([#608](https://github.com/versini-org/dev-dependencies/issues/608)) ([bbf97e1](https://github.com/versini-org/dev-dependencies/commit/bbf97e1e272f939f87bf8be43a5f4576211e5f4e))
20
+
3
21
  ## [3.0.10](https://github.com/versini-org/dev-dependencies/compare/dev-dependencies-types-v3.0.9...dev-dependencies-types-v3.0.10) (2025-06-29)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-types",
3
- "version": "3.0.10",
3
+ "version": "4.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -18,12 +18,12 @@
18
18
  "@types/express": "5.0.3",
19
19
  "@types/fs-extra": "11.0.4",
20
20
  "@types/lodash-es": "4.17.12",
21
- "@types/node": "22.15.34",
21
+ "@types/node": "24.1.0",
22
22
  "@types/node-notifier": "8.0.5",
23
- "@types/react": "19.1.8",
24
- "@types/react-dom": "19.1.6",
23
+ "@types/react": "19.1.9",
24
+ "@types/react-dom": "19.1.7",
25
25
  "@types/uuid": "10.0.0",
26
26
  "@types/yargs": "17.0.33"
27
27
  },
28
- "gitHead": "2f14feb082ed66a3c953443719f9c3229a2a3ed6"
28
+ "gitHead": "019963954ecce1ab9e10d1cfd810efd856e97f94"
29
29
  }