From dd8f8419935c89d7353f0776b5a9a6e0feb10b56 Mon Sep 17 00:00:00 2001 From: Oliver Barnwell Date: Tue, 23 Jul 2024 14:56:49 +0100 Subject: [PATCH] chore: upgrade ftdomdelegate to v5 in o-table --- components/o-table/package.json | 104 ++++++++++++++++---------------- package-lock.json | 9 +-- 2 files changed, 54 insertions(+), 59 deletions(-) diff --git a/components/o-table/package.json b/components/o-table/package.json index 48324ccd23..62a5b9dbce 100644 --- a/components/o-table/package.json +++ b/components/o-table/package.json @@ -1,54 +1,54 @@ { - "name": "@financial-times/o-table", - "version": "9.3.4", - "description": "Provides styling and behvaiour for tables across FT products.", - "keywords": [ - "table", - "data", - "columns", - "rows", - "filter", - "sort" - ], - "homepage": "https://registry.origami.ft.com/components/o-table", - "bugs": { - "url": "https://github.com/Financial-Times/origami/issues/new?labels=o-table,components", - "email": "origami.support@ft.com" - }, - "license": "MIT", - "type": "module", - "browser": "main.js", - "scripts": { - "start": "npx serve ./demos/local", - "build": "bash ../../scripts/component/build.bash", - "test": "bash ../../scripts/component/test.bash", - "debug:js": "bash ../../scripts/component/debug-js.bash", - "lint": "bash ../../scripts/component/lint.bash", - "watch": "bash ../../scripts/component/watch.bash" - }, - "dependencies": { - "ftdomdelegate": "^4.0.6" - }, - "peerDependencies": { - "@financial-times/math": "^1.0.0", - "@financial-times/o-brand": "^4.1.0", - "@financial-times/o-buttons": "^7.0.0", - "@financial-times/o-colors": "^6.5.0", - "@financial-times/o-grid": "^6.0.0", - "@financial-times/o-icons": "^7.0.1", - "@financial-times/o-spacing": "^3.0.0", - "@financial-times/o-typography": "^7.4.1", - "@financial-times/o-visual-effects": "^4.0.1" - }, - "devDependencies": { - "@financial-times/o-buttons": "^7.8.0", - "@financial-times/o-fonts": "^5", - "@financial-times/o-forms": "^9.9.0", - "@financial-times/o-normalise": "^3.3.0", - "@financial-times/o-typography": "^7" - }, - "engines": { - "npm": ">7" - }, - "private": false + "name": "@financial-times/o-table", + "version": "9.3.4", + "description": "Provides styling and behvaiour for tables across FT products.", + "keywords": [ + "table", + "data", + "columns", + "rows", + "filter", + "sort" + ], + "homepage": "https://registry.origami.ft.com/components/o-table", + "bugs": { + "url": "https://github.com/Financial-Times/origami/issues/new?labels=o-table,components", + "email": "origami.support@ft.com" + }, + "license": "MIT", + "type": "module", + "browser": "main.js", + "scripts": { + "start": "npx serve ./demos/local", + "build": "bash ../../scripts/component/build.bash", + "test": "bash ../../scripts/component/test.bash", + "debug:js": "bash ../../scripts/component/debug-js.bash", + "lint": "bash ../../scripts/component/lint.bash", + "watch": "bash ../../scripts/component/watch.bash" + }, + "dependencies": { + "ftdomdelegate": "^5.0.0" + }, + "peerDependencies": { + "@financial-times/math": "^1.0.0", + "@financial-times/o-brand": "^4.1.0", + "@financial-times/o-buttons": "^7.0.0", + "@financial-times/o-colors": "^6.5.0", + "@financial-times/o-grid": "^6.0.0", + "@financial-times/o-icons": "^7.0.1", + "@financial-times/o-spacing": "^3.0.0", + "@financial-times/o-typography": "^7.4.1", + "@financial-times/o-visual-effects": "^4.0.1" + }, + "devDependencies": { + "@financial-times/o-buttons": "^7.8.0", + "@financial-times/o-fonts": "^5", + "@financial-times/o-forms": "^9.9.0", + "@financial-times/o-normalise": "^3.3.0", + "@financial-times/o-typography": "^7" + }, + "engines": { + "npm": ">7" + }, + "private": false } diff --git a/package-lock.json b/package-lock.json index 26e90ea462..7f5bf7930d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3016,7 +3016,7 @@ }, "components/o-comments": { "name": "@financial-times/o-comments", - "version": "11.2.0", + "version": "11.2.1", "license": "MIT", "devDependencies": { "@financial-times/o-forms": "^9.9.0", @@ -3624,7 +3624,7 @@ "version": "9.3.4", "license": "MIT", "dependencies": { - "ftdomdelegate": "^4.0.6" + "ftdomdelegate": "^5.0.0" }, "devDependencies": { "@financial-times/o-buttons": "^7.8.0", @@ -3648,11 +3648,6 @@ "@financial-times/o-visual-effects": "^4.0.1" } }, - "components/o-table/node_modules/ftdomdelegate": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/ftdomdelegate/-/ftdomdelegate-4.0.6.tgz", - "integrity": "sha512-M1d0WNPkXngQlNuD5eWaxNsbigRkJE6qlgRyPSWXfpyq+H7DMF7EB1GC2VYZZtKH3ZIZf97Db8N3Qn7xU1MzPw==" - }, "components/o-tabs": { "name": "@financial-times/o-tabs", "version": "8.1.4",