commit 9a9e6b31ff95fd88b3a8a8e5162e1b841f81ced8
parent 137a37fd26d0601dae84ccc081cf5c935e340043
Author: Florian Dold <dold@taler.net>
Date: Mon, 18 May 2026 00:36:28 +0200
remove @tailwindcss/typography plugin, as it is unused
Diffstat:
9 files changed, 6 insertions(+), 65 deletions(-)
diff --git a/packages/aml-backoffice-ui/package.json b/packages/aml-backoffice-ui/package.json
@@ -32,7 +32,6 @@
"devDependencies": {
"@gnu-taler/pogen": "workspace:*",
"@tailwindcss/forms": "^0.5.3",
- "@tailwindcss/typography": "^0.5.9",
"@types/chai": "^4.3.0",
"@types/history": "^4.7.8",
"@types/mocha": "^10.0.1",
diff --git a/packages/aml-backoffice-ui/tailwind.config.js b/packages/aml-backoffice-ui/tailwind.config.js
@@ -1,4 +1,3 @@
-import { default as tw_typo } from '@tailwindcss/typography';
import { default as tw_form } from '@tailwindcss/forms';
/** @type {import('tailwindcss').Config} */
@@ -13,5 +12,5 @@ export default {
theme: {
extend: {},
},
- plugins: [tw_typo, tw_form],
+ plugins: [tw_form],
};
diff --git a/packages/bank-ui/package.json b/packages/bank-ui/package.json
@@ -26,7 +26,6 @@
"devDependencies": {
"@gnu-taler/pogen": "workspace:*",
"@tailwindcss/forms": "^0.5.3",
- "@tailwindcss/typography": "^0.5.9",
"@types/chai": "^4.3.0",
"@types/history": "^4.7.8",
"@types/mocha": "^10.0.1",
diff --git a/packages/bank-ui/tailwind.config.js b/packages/bank-ui/tailwind.config.js
@@ -13,7 +13,6 @@
You should have received a copy of the GNU General Public License along with
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { default as tw_typo } from '@tailwindcss/typography';
import { default as tw_form } from '@tailwindcss/forms';
@@ -29,5 +28,5 @@ export default {
theme: {
extend: {},
},
- plugins: [tw_typo, tw_form],
+ plugins: [tw_form],
};
diff --git a/packages/challenger-ui/package.json b/packages/challenger-ui/package.json
@@ -20,7 +20,6 @@
"devDependencies": {
"@gnu-taler/pogen": "workspace:*",
"@tailwindcss/forms": "^0.5.3",
- "@tailwindcss/typography": "^0.5.9",
"@types/chai": "^4.3.0",
"@types/history": "^4.7.8",
"@types/mocha": "^10.0.1",
diff --git a/packages/challenger-ui/tailwind.config.js b/packages/challenger-ui/tailwind.config.js
@@ -13,7 +13,6 @@
You should have received a copy of the GNU General Public License along with
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { default as tw_typo } from '@tailwindcss/typography';
import { default as tw_form } from '@tailwindcss/forms';
export default {
@@ -263,5 +262,6 @@ export default {
'outlineVariant': '#c4c6d0',
},
- }, plugins: [tw_typo, tw_form],
-};
+ },
+ plugins: [tw_form],
+ };
diff --git a/packages/kyc-ui/package.json b/packages/kyc-ui/package.json
@@ -20,7 +20,6 @@
"devDependencies": {
"@gnu-taler/pogen": "workspace:*",
"@tailwindcss/forms": "^0.5.3",
- "@tailwindcss/typography": "^0.5.9",
"@types/chai": "^4.3.0",
"@types/history": "^4.7.8",
"@types/mocha": "^10.0.1",
diff --git a/packages/kyc-ui/tailwind.config.js b/packages/kyc-ui/tailwind.config.js
@@ -13,7 +13,6 @@
You should have received a copy of the GNU General Public License along with
GNU Taler; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
-import { default as tw_typo } from '@tailwindcss/typography';
import { default as tw_form } from '@tailwindcss/forms';
export default {
@@ -264,5 +263,5 @@ export default {
},
},
- plugins: [tw_typo, tw_form],
+ plugins: [tw_form],
};
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
@@ -90,9 +90,6 @@ importers:
'@tailwindcss/forms':
specifier: ^0.5.3
version: 0.5.3(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.7.3)))
- '@tailwindcss/typography':
- specifier: ^0.5.9
- version: 0.5.9(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.7.3)))
'@types/chai':
specifier: ^4.3.0
version: 4.3.3
@@ -362,9 +359,6 @@ importers:
'@tailwindcss/forms':
specifier: ^0.5.3
version: 0.5.3(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@18.11.17)(typescript@5.7.3)))
- '@tailwindcss/typography':
- specifier: ^0.5.9
- version: 0.5.9(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@18.11.17)(typescript@5.7.3)))
'@types/chai':
specifier: ^4.3.0
version: 4.3.3
@@ -420,9 +414,6 @@ importers:
'@tailwindcss/forms':
specifier: ^0.5.3
version: 0.5.3(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@18.11.17)(typescript@5.7.3)))
- '@tailwindcss/typography':
- specifier: ^0.5.9
- version: 0.5.9(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@18.11.17)(typescript@5.7.3)))
'@types/chai':
specifier: ^4.3.0
version: 4.3.3
@@ -503,9 +494,6 @@ importers:
'@tailwindcss/forms':
specifier: ^0.5.3
version: 0.5.3(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@18.11.17)(typescript@5.7.3)))
- '@tailwindcss/typography':
- specifier: ^0.5.9
- version: 0.5.9(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@18.11.17)(typescript@5.7.3)))
'@types/chai':
specifier: ^4.3.0
version: 4.3.3
@@ -1380,11 +1368,6 @@ packages:
peerDependencies:
tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1'
- '@tailwindcss/typography@0.5.9':
- resolution: {integrity: sha512-t8Sg3DyynFysV9f4JDOVISGsjazNb48AeIYQwcL+Bsq5uf4RYL75C1giZ43KISjeDGBaTN3Kxh7Xj/vRSMJUUg==}
- peerDependencies:
- tailwindcss: '>=3.0.0 || insiders'
-
'@tsconfig/node10@1.0.9':
resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==}
@@ -2940,12 +2923,6 @@ packages:
resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==}
engines: {node: '>=10'}
- lodash.castarray@4.4.0:
- resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==}
-
- lodash.isplainobject@4.0.6:
- resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==}
-
lodash.merge@4.6.2:
resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==}
@@ -3374,10 +3351,6 @@ packages:
peerDependencies:
postcss: ^8.1.0
- postcss-selector-parser@6.0.10:
- resolution: {integrity: sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==}
- engines: {node: '>=4'}
-
postcss-selector-parser@6.1.2:
resolution: {integrity: sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==}
engines: {node: '>=4'}
@@ -4416,22 +4389,6 @@ snapshots:
mini-svg-data-uri: 1.4.4
tailwindcss: 3.4.17(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.7.3))
- '@tailwindcss/typography@0.5.9(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@18.11.17)(typescript@5.7.3)))':
- dependencies:
- lodash.castarray: 4.4.0
- lodash.isplainobject: 4.0.6
- lodash.merge: 4.6.2
- postcss-selector-parser: 6.0.10
- tailwindcss: 3.4.17(ts-node@10.9.1(@types/node@18.11.17)(typescript@5.7.3))
-
- '@tailwindcss/typography@0.5.9(tailwindcss@3.4.17(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.7.3)))':
- dependencies:
- lodash.castarray: 4.4.0
- lodash.isplainobject: 4.0.6
- lodash.merge: 4.6.2
- postcss-selector-parser: 6.0.10
- tailwindcss: 3.4.17(ts-node@10.9.1(@types/node@20.11.13)(typescript@5.7.3))
-
'@tsconfig/node10@1.0.9': {}
'@tsconfig/node12@1.0.11': {}
@@ -6215,10 +6172,6 @@ snapshots:
dependencies:
p-locate: 5.0.0
- lodash.castarray@4.4.0: {}
-
- lodash.isplainobject@4.0.6: {}
-
lodash.merge@4.6.2: {}
lodash@4.18.1: {}
@@ -6621,11 +6574,6 @@ snapshots:
postcss: 8.4.49
thenby: 1.3.4
- postcss-selector-parser@6.0.10:
- dependencies:
- cssesc: 3.0.0
- util-deprecate: 1.0.2
-
postcss-selector-parser@6.1.2:
dependencies:
cssesc: 3.0.0