diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 17f25485abc..b8e500e65df 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1399,8 +1399,8 @@ importers: specifier: 7.0.2 version: 7.0.2(rollup@2.79.1) tailwindcss: - specifier: 3.3.2 - version: 3.3.2(ts-node@10.9.1) + specifier: 3.3.3 + version: 3.3.3(ts-node@10.9.1) packages: @@ -31680,8 +31680,8 @@ packages: - ts-node dev: false - /tailwindcss@3.3.2(ts-node@10.9.1): - resolution: {integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==} + /tailwindcss@3.3.3(ts-node@10.9.1): + resolution: {integrity: sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -31705,7 +31705,6 @@ packages: postcss-load-config: 4.0.1(postcss@8.4.26)(ts-node@10.9.1) postcss-nested: 6.0.1(postcss@8.4.26) postcss-selector-parser: 6.0.11 - postcss-value-parser: 4.2.0 resolve: 1.22.2 sucrase: 3.32.0 transitivePeerDependencies: diff --git a/tools/ui-components/package.json b/tools/ui-components/package.json index c342dd3bf65..5b7e1035031 100644 --- a/tools/ui-components/package.json +++ b/tools/ui-components/package.json @@ -65,7 +65,7 @@ "rollup": "2.79.1", "rollup-plugin-postcss": "4.0.2", "rollup-plugin-terser": "7.0.2", - "tailwindcss": "3.3.2" + "tailwindcss": "3.3.3" }, "scripts": { "storybook": "start-storybook -p 6006",