diff --git a/apps/wing-console/console/design-system/package.json b/apps/wing-console/console/design-system/package.json index 40369e6d023..d8440082ca8 100644 --- a/apps/wing-console/console/design-system/package.json +++ b/apps/wing-console/console/design-system/package.json @@ -32,6 +32,7 @@ "@heroicons/react": "^2.0.18", "@popperjs/core": "^2.11.8", "@tailwindcss/forms": "^0.5.3", + "@tailwindcss/typography": "^0.5.10", "classnames": "^2.3.2", "lodash.uniq": "^4.5.0", "nanoid": "^4.0.2", @@ -43,7 +44,6 @@ "devDependencies": { "@babel/core": "^7.22.11", "@storybook/react": "^7.4.0", - "@tailwindcss/typography": "^0.5.10", "@testing-library/react": "^14.0.0", "@types/lodash.uniq": "^4.5.7", "@types/react": "^18.2.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3bd626c999e..75d0c8a349c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -578,6 +578,9 @@ importers: '@tailwindcss/forms': specifier: ^0.5.3 version: 0.5.6(tailwindcss@3.3.3) + '@tailwindcss/typography': + specifier: ^0.5.10 + version: 0.5.10(tailwindcss@3.3.3) classnames: specifier: ^2.3.2 version: 2.3.2 @@ -606,9 +609,6 @@ importers: '@storybook/react': specifier: ^7.4.0 version: 7.4.6(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) - '@tailwindcss/typography': - specifier: ^0.5.10 - version: 0.5.10(tailwindcss@3.3.3) '@testing-library/react': specifier: ^14.0.0 version: 14.0.0(react-dom@18.2.0)(react@18.2.0) @@ -11228,7 +11228,7 @@ packages: lodash.merge: 4.6.2 postcss-selector-parser: 6.0.10 tailwindcss: 3.3.3 - dev: true + dev: false /@tanstack/query-core@4.36.1: resolution: {integrity: sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==} @@ -15505,7 +15505,7 @@ packages: dependencies: semver: 7.5.4 shelljs: 0.8.5 - typescript: 5.4.0-dev.20240206 + typescript: 5.4.0-dev.20240207 dev: true /dset@3.1.2: @@ -20261,7 +20261,7 @@ packages: /lodash.castarray@4.4.0: resolution: {integrity: sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==} - dev: true + dev: false /lodash.clonedeep@4.5.0: resolution: {integrity: sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==} @@ -22345,7 +22345,7 @@ packages: dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 - dev: true + dev: false /postcss-selector-parser@6.0.13: resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==} @@ -25375,8 +25375,8 @@ packages: engines: {node: '>=14.17'} hasBin: true - /typescript@5.4.0-dev.20240206: - resolution: {integrity: sha512-8P1XYxDbG/AyGE5tB8+JpeiQfS5ye1BTvIVDZaHhoK9nJuCn4nkB0L66lvfwYB+46hA4rLo3vE3WkIToSYtqQA==} + /typescript@5.4.0-dev.20240207: + resolution: {integrity: sha512-BD7gF4QnjiTzOPqstgkgBxANkltT6VsZS6gFjXf7haPWTgrcebvCNQr1yGazb0o18RVtNXeHs6lDbXKqhJhiQQ==} engines: {node: '>=14.17'} hasBin: true dev: true