@dotcom-tool-kit/base 1.1.3 → 1.1.4

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
@@ -21,6 +21,12 @@
21
21
  * devDependencies
22
22
  * @dotcom-tool-kit/config bumped from ^1.0.5 to ^1.0.6
23
23
 
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * devDependencies
28
+ * @dotcom-tool-kit/config bumped from ^1.0.6 to ^1.0.7
29
+
24
30
  ## [1.1.0](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.0.0...base-v1.1.0) (2024-12-09)
25
31
 
26
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "winston": "^3.11.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@dotcom-tool-kit/config": "^1.0.6",
19
+ "@dotcom-tool-kit/config": "^1.0.7",
20
20
  "@dotcom-tool-kit/logger": "^4.1.0",
21
21
  "@dotcom-tool-kit/plugin": "^1.0.0",
22
22
  "type-fest": "^4.29.1",