@financial-times/cp-content-pipeline-ui 3.0.9 → 3.0.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.
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -376,6 +376,12 @@
|
|
|
376
376
|
* devDependencies
|
|
377
377
|
* n-content-body bumped from ^14.4.0 to ^14.5.0
|
|
378
378
|
|
|
379
|
+
### Dependencies
|
|
380
|
+
|
|
381
|
+
* The following workspace dependencies were updated
|
|
382
|
+
* devDependencies
|
|
383
|
+
* n-content-body bumped from ^14.5.0 to ^14.6.0
|
|
384
|
+
|
|
379
385
|
## [3.0.7](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v3.0.6...cp-content-pipeline-ui-v3.0.7) (2023-10-16)
|
|
380
386
|
|
|
381
387
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/react": "^18.0.15",
|
|
43
43
|
"eslint-plugin-react": "^7.30.1",
|
|
44
44
|
"jest-environment-jsdom": "^29.6.1",
|
|
45
|
-
"n-content-body": "^14.
|
|
45
|
+
"n-content-body": "^14.6.0",
|
|
46
46
|
"prop-types": "^15.8.1",
|
|
47
47
|
"react": "^18.2.0",
|
|
48
48
|
"react-dom": "^18.2.0",
|