@versini/dev-dependencies-types 1.1.6 → 1.1.8

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.8](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-types-v1.1.7...dev-dependencies-types-v1.1.8) (2024-03-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * bump types and common dependencies ([ccb7046](https://github.com/aversini/dev-dependencies/commit/ccb70466daf0ba00b5c4c6eac0c62b7abc47fe11))
9
+
10
+ ## [1.1.7](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-types-v1.1.6...dev-dependencies-types-v1.1.7) (2024-03-16)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * bump types and common dependencies ([cfbbce5](https://github.com/aversini/dev-dependencies/commit/cfbbce51eac82e2b4d0e65ea8ff22cdacbac5632))
16
+
3
17
  ## [1.1.6](https://github.com/aversini/dev-dependencies/compare/dev-dependencies-types-v1.1.5...dev-dependencies-types-v1.1.6) (2024-02-23)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/dev-dependencies-types",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -18,12 +18,12 @@
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.11.20",
21
+ "@types/node": "20.11.30",
22
22
  "@types/node-notifier": "8.0.5",
23
- "@types/react": "18.2.58",
24
- "@types/react-dom": "18.2.19",
23
+ "@types/react": "18.2.69",
24
+ "@types/react-dom": "18.2.22",
25
25
  "@types/uuid": "9.0.8",
26
26
  "@types/yargs": "17.0.32"
27
27
  },
28
- "gitHead": "9c1f39ec5810223138964bb2e525f31c35e23f97"
28
+ "gitHead": "fcc554fe71446386e2f7ca724aa7e5d1fc9773b7"
29
29
  }