Skip to content

Commit d9f00e7

Browse files
committed
fix: docs build
1 parent 9e1b239 commit d9f00e7

File tree

7 files changed

+23
-12
lines changed

7 files changed

+23
-12
lines changed

apps/docs/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nuxtjs/tailwindcss": "7.0.0-beta.1",
3030
"@storefront-ui/typography": "^2.6.1",
3131
"@storefront-ui/vue": "^2.6.5",
32-
"@tailwindcss/typography": "^0.5.13",
32+
"@tailwindcss/typography": "^0.5.19",
3333
"@vueuse/integrations": "^12.8.0",
3434
"@vueuse/nuxt": "^12.8.0",
3535
"focus-trap": "^7.5.4",

apps/preview/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@storefront-ui/tw-plugin-peer-next": "workspace:*",
3434
"@storefront-ui/typography": "workspace:*",
3535
"@tailwindcss/postcss": "^4.1.14",
36-
"@tailwindcss/typography": "^0.5.13",
36+
"@tailwindcss/typography": "^0.5.19",
3737
"@types/lodash-es": "^4.17.12",
3838
"@types/node": "^20.12.7",
3939
"@types/react": "^18.0.28",

apps/preview/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@storefront-ui/tw-plugin-peer-next": "workspace:*",
2424
"@storefront-ui/typography": "workspace:*",
2525
"@storefront-ui/vue": "workspace:*",
26-
"@tailwindcss/typography": "^0.5.13",
26+
"@tailwindcss/typography": "^0.5.19",
2727
"@types/lodash-es": "^4.17.12",
2828
"@vueuse/core": "^12.8.0",
2929
"autoprefixer": "^10.4.19",

apps/test/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@storefront-ui/tw-plugin-peer-next": "workspace:*",
3737
"@storefront-ui/typography": "workspace:*",
3838
"@tailwindcss/postcss": "^4.1.14",
39-
"@tailwindcss/typography": "^0.5.13",
39+
"@tailwindcss/typography": "^0.5.19",
4040
"@types/react": "^18.0.28",
4141
"@types/react-dom": "^18.0.11",
4242
"@vitejs/plugin-react": "^4.3.1",

apps/test/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@storefront-ui/typography": "workspace:*",
3838
"@storefront-ui/vue": "workspace:*",
3939
"@tailwindcss/postcss": "^4.1.14",
40-
"@tailwindcss/typography": "^0.5.13",
40+
"@tailwindcss/typography": "^0.5.19",
4141
"@types/node": "^20.12.7",
4242
"@vitejs/plugin-vue": "^5.1.1",
4343
"@vue/tsconfig": "^0.1.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"lint": "yarn build:typography && yarn build:peer-next && yarn build:vue && turbo run lint",
2828
"lint:fix": "turbo run lint:fix",
2929
"lint:fix:sfui": "turbo run lint:fix:sfui",
30-
"build:docs": "yarn build:peer-next && turbo run build:docs",
30+
"build:docs": "yarn build:peer-next && yarn build:typography && turbo run build:docs",
3131
"build:next": "turbo run build:next",
3232
"build:nuxt": "turbo run build:nuxt-module && turbo run build:nuxt",
3333
"build:replace-assets-url-with": "frs-replace \"http:\\/\\/localhost:3100\\/@assets\\/\" \"https://storage.googleapis.com/sfui_docs_artifacts_bucket_public/$ENV_NAME/\" -i \"apps/preview/*/pages/**/*\" -s \"preserve-structure\" -o .",

yarn.lock

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4040,7 +4040,7 @@ __metadata:
40404040
"@nuxtjs/tailwindcss": 7.0.0-beta.1
40414041
"@storefront-ui/typography": ^2.6.1
40424042
"@storefront-ui/vue": ^2.6.5
4043-
"@tailwindcss/typography": ^0.5.13
4043+
"@tailwindcss/typography": ^0.5.19
40444044
"@types/node": ^20.12.7
40454045
"@vueuse/integrations": ^12.8.0
40464046
"@vueuse/nuxt": ^12.8.0
@@ -4143,7 +4143,7 @@ __metadata:
41434143
"@storefront-ui/tw-plugin-peer-next": "workspace:*"
41444144
"@storefront-ui/typography": "workspace:*"
41454145
"@tailwindcss/postcss": ^4.1.14
4146-
"@tailwindcss/typography": ^0.5.13
4146+
"@tailwindcss/typography": ^0.5.19
41474147
"@types/lodash-es": ^4.17.12
41484148
"@types/node": ^20.12.7
41494149
"@types/react": ^18.0.28
@@ -4181,7 +4181,7 @@ __metadata:
41814181
"@storefront-ui/tw-plugin-peer-next": "workspace:*"
41824182
"@storefront-ui/typography": "workspace:*"
41834183
"@storefront-ui/vue": "workspace:*"
4184-
"@tailwindcss/typography": ^0.5.13
4184+
"@tailwindcss/typography": ^0.5.19
41854185
"@types/lodash-es": ^4.17.12
41864186
"@vueuse/core": ^12.8.0
41874187
autoprefixer: ^10.4.19
@@ -4222,7 +4222,7 @@ __metadata:
42224222
"@storefront-ui/tw-plugin-peer-next": "workspace:*"
42234223
"@storefront-ui/typography": "workspace:*"
42244224
"@tailwindcss/postcss": ^4.1.14
4225-
"@tailwindcss/typography": ^0.5.13
4225+
"@tailwindcss/typography": ^0.5.19
42264226
"@types/react": ^18.0.28
42274227
"@types/react-dom": ^18.0.11
42284228
"@vitejs/plugin-react": ^4.3.1
@@ -4364,7 +4364,7 @@ __metadata:
43644364
"@storefront-ui/typography": "workspace:*"
43654365
"@storefront-ui/vue": "workspace:*"
43664366
"@tailwindcss/postcss": ^4.1.14
4367-
"@tailwindcss/typography": ^0.5.13
4367+
"@tailwindcss/typography": ^0.5.19
43684368
"@types/node": ^20.12.7
43694369
"@vitejs/plugin-vue": ^5.1.1
43704370
"@vue/tsconfig": ^0.1.3
@@ -4615,7 +4615,18 @@ __metadata:
46154615
languageName: node
46164616
linkType: hard
46174617

4618-
"@tailwindcss/typography@npm:^0.5.13, @tailwindcss/typography@npm:^0.5.9":
4618+
"@tailwindcss/typography@npm:^0.5.19":
4619+
version: 0.5.19
4620+
resolution: "@tailwindcss/typography@npm:0.5.19"
4621+
dependencies:
4622+
postcss-selector-parser: 6.0.10
4623+
peerDependencies:
4624+
tailwindcss: "*"
4625+
checksum: 6e5b25a2a24b8f112c9628b29aee4579ed024f368111937a5f3be7a4adc2d768c1aa9d5d5bb2d04972c7b49e526bcaade9f9e785e2e7a0b6be3d392f7ba02e17
4626+
languageName: node
4627+
linkType: hard
4628+
4629+
"@tailwindcss/typography@npm:^0.5.9":
46194630
version: 0.5.15
46204631
resolution: "@tailwindcss/typography@npm:0.5.15"
46214632
dependencies:

0 commit comments

Comments
 (0)