@dotcom-tool-kit/component 5.1.22 → 7.0.0-beta.0

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/package.json +5 -5
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dotcom-tool-kit/component",
3
- "version": "5.1.22",
3
+ "version": "7.0.0-beta.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],
@@ -17,13 +17,13 @@
17
17
  ".toolkitrc.yml"
18
18
  ],
19
19
  "peerDependencies": {
20
- "dotcom-tool-kit": "4.x"
20
+ "dotcom-tool-kit": "5.x"
21
21
  },
22
22
  "dependencies": {
23
- "@dotcom-tool-kit/circleci-npm": "^6.1.22",
24
- "@dotcom-tool-kit/npm": "^4.2.18"
23
+ "@dotcom-tool-kit/circleci-npm": "^8.0.0-beta.0",
24
+ "@dotcom-tool-kit/npm": "^5.0.0"
25
25
  },
26
26
  "engines": {
27
- "node": "18.x || 20.x || 22.x"
27
+ "node": ">=20.x"
28
28
  }
29
29
  }
package/readme.md CHANGED
@@ -5,6 +5,7 @@ A bootstrap plugin that provides the minimum required Tool Kit plugins for a "co
5
5
  - [`@dotcom-tool-kit/npm`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/npm)
6
6
  - [`@dotcom-tool-kit/circleci-npm`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/circleci-npm)
7
7
 
8
+
8
9
  ## Installation
9
10
 
10
11
  With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-and-using-tool-kit), install this plugin as a dev dependency: