@dotcom-tool-kit/base 1.1.8 → 1.1.9

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
@@ -45,6 +45,12 @@
45
45
  * devDependencies
46
46
  * @dotcom-tool-kit/config bumped from ^1.0.10 to ^1.0.11
47
47
 
48
+ ### Dependencies
49
+
50
+ * The following workspace dependencies were updated
51
+ * devDependencies
52
+ * @dotcom-tool-kit/config bumped from ^1.0.11 to ^1.0.12
53
+
48
54
  ## [1.1.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.4...base-v1.1.5) (2025-01-14)
49
55
 
50
56
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
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.11",
20
+ "@dotcom-tool-kit/config": "^1.0.12",
21
21
  "@dotcom-tool-kit/plugin": "^1.0.0",
22
22
  "type-fest": "^4.29.1",
23
23
  "winston": "^3.11.0",