@dotcom-tool-kit/base 1.1.7 → 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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -39,6 +39,12 @@
39
39
  * devDependencies
40
40
  * @dotcom-tool-kit/config bumped from ^1.0.9 to ^1.0.10
41
41
 
42
+ ### Dependencies
43
+
44
+ * The following workspace dependencies were updated
45
+ * devDependencies
46
+ * @dotcom-tool-kit/config bumped from ^1.0.10 to ^1.0.11
47
+
42
48
  ## [1.1.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.4...base-v1.1.5) (2025-01-14)
43
49
 
44
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "winston": "^3.11.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@dotcom-tool-kit/config": "^1.0.10",
20
+ "@dotcom-tool-kit/config": "^1.0.11",
21
21
  "@dotcom-tool-kit/plugin": "^1.0.0",
22
22
  "type-fest": "^4.29.1",
23
23
  "winston": "^3.11.0",