@dotcom-tool-kit/base 1.1.9 → 1.1.10

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -51,6 +51,15 @@
51
51
  * devDependencies
52
52
  * @dotcom-tool-kit/config bumped from ^1.0.11 to ^1.0.12
53
53
 
54
+ ### Dependencies
55
+
56
+ * The following workspace dependencies were updated
57
+ * dependencies
58
+ * @dotcom-tool-kit/conflict bumped from ^1.0.0 to ^1.0.1
59
+ * devDependencies
60
+ * @dotcom-tool-kit/config bumped from ^1.0.12 to ^1.1.0
61
+ * @dotcom-tool-kit/plugin bumped from ^1.0.0 to ^1.1.0
62
+
54
63
  ## [1.1.5](https://github.com/Financial-Times/dotcom-tool-kit/compare/base-v1.1.4...base-v1.1.5) (2025-01-14)
55
64
 
56
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/base",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "",
5
5
  "main": "lib",
6
6
  "scripts": {
@@ -10,15 +10,15 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dotcom-tool-kit/conflict": "^1.0.0",
13
+ "@dotcom-tool-kit/conflict": "^1.0.1",
14
14
  "@dotcom-tool-kit/logger": "^4.1.1",
15
15
  "@dotcom-tool-kit/validated": "^1.0.2",
16
16
  "semver": "^7.5.4",
17
17
  "winston": "^3.11.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@dotcom-tool-kit/config": "^1.0.12",
21
- "@dotcom-tool-kit/plugin": "^1.0.0",
20
+ "@dotcom-tool-kit/config": "^1.1.0",
21
+ "@dotcom-tool-kit/plugin": "^1.1.0",
22
22
  "type-fest": "^4.29.1",
23
23
  "winston": "^3.11.0",
24
24
  "zod": "^3.22.4"