From b5a56017fb69ef6ac8509ada3b212329d0abdc84 Mon Sep 17 00:00:00 2001 From: Remko Date: Fri, 6 Oct 2023 15:53:40 +0200 Subject: [PATCH] updated conduction-themes package --- pwa/package-lock.json | 8 ++++---- pwa/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pwa/package-lock.json b/pwa/package-lock.json index a07f8f3e..3ba00ff1 100644 --- a/pwa/package-lock.json +++ b/pwa/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@conduction/components": "2.2.8", - "@conduction/theme": "1.0.44", + "@conduction/theme": "1.0.45", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.1.18", @@ -2052,9 +2052,9 @@ } }, "node_modules/@conduction/theme": { - "version": "1.0.44", - "resolved": "https://registry.npmjs.org/@conduction/theme/-/theme-1.0.44.tgz", - "integrity": "sha512-JjtSAOVT7WLnGqO87Mu8WXRf0NtT0UIZvk/+fSiqOESag67p3zN97rJsHSJjwMwpeL5uXBAgdTViqdFSJYoUNA==", + "version": "1.0.45", + "resolved": "https://registry.npmjs.org/@conduction/theme/-/theme-1.0.45.tgz", + "integrity": "sha512-h+RcKStBOilUj3xkxg8xE82aDkBzkBiI7MtvuoGOeKkOdAJ/I/UECAjebP85601JMO6A3N8RIkwNCTuOFPtUTQ==", "dependencies": { "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100" } diff --git a/pwa/package.json b/pwa/package.json index d54b56eb..59acb0d4 100644 --- a/pwa/package.json +++ b/pwa/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@conduction/components": "2.2.8", - "@conduction/theme": "1.0.44", + "@conduction/theme": "1.0.45", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.4.0", "@fortawesome/react-fontawesome": "^0.1.18",