Skip to content

Commit 784f617

Browse files
chore: up dependencies part 2 (#3216)
1 parent d4efc37 commit 784f617

File tree

11 files changed

+1056
-162
lines changed

11 files changed

+1056
-162
lines changed

apps/docs/components/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@
1313
"serve": "PORT=80 node .output/server/index.mjs"
1414
},
1515
"devDependencies": {
16-
"@microsoft/api-documenter": "^7.24.2",
17-
"@microsoft/api-extractor": "7.44.1",
16+
"@microsoft/api-documenter": "^7.25.9",
17+
"@microsoft/api-extractor": "^7.47.4",
1818
"@types/node": "^20.12.7",
1919
"nuxt": "^3.12.4",
20-
"nuxt-gtag": "^2.0.5"
20+
"nuxt-gtag": "^2.1.0"
2121
},
2222
"dependencies": {
23-
"@microsoft/api-extractor-model": "^7.28.14",
24-
"@microsoft/tsdoc": "^0.14.2",
23+
"@microsoft/api-extractor-model": "^7.29.4",
24+
"@microsoft/tsdoc": "^0.15.0",
2525
"@nuxt/content": "^2.12.1",
2626
"@nuxtjs/algolia": "^1.10.2",
27-
"@nuxtjs/color-mode": "^3.4.1",
27+
"@nuxtjs/color-mode": "^3.4.2",
2828
"@nuxtjs/seo": "^2.0.0-rc.10",
29-
"@nuxtjs/tailwindcss": "^6.12.0",
29+
"@nuxtjs/tailwindcss": "^6.12.1",
3030
"@storefront-ui/typography": "^2.6.1",
3131
"@storefront-ui/vue": "^2.6.4",
3232
"@tailwindcss/typography": "^0.5.13",
3333
"@vueuse/integrations": "^10.11.0",
3434
"@vueuse/nuxt": "^10.11.0",
3535
"focus-trap": "^7.5.4",
36-
"marked": "^12.0.2",
36+
"marked": "^13.0.3",
3737
"nuxt-content-assets": "^1.4.3",
3838
"nuxt-icon": "^0.6.10",
39-
"sf-docs-base": "^1.2.6",
40-
"unstorage": "^1.10.1",
39+
"sf-docs-base": "^1.3.1",
40+
"unstorage": "^1.10.2",
4141
"vite-svg-loader": "^5.1.0"
4242
},
4343
"resolutions": {

apps/preview/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"swr": "^2.2.5"
2525
},
2626
"devDependencies": {
27-
"@frsource/autoresize-textarea": "^2.0.68",
27+
"@frsource/autoresize-textarea": "^2.0.87",
2828
"@storefront-ui/eslint-config": "workspace:*",
2929
"@storefront-ui/example-style": "workspace:*",
3030
"@storefront-ui/react": "workspace:*",
@@ -42,7 +42,7 @@
4242
"prettier": "^3.0.0",
4343
"rimraf": "^6.0.1",
4444
"string-replace-loader": "^3.1.0",
45-
"tailwindcss": "^3.4.3",
45+
"tailwindcss": "^3.4.7",
4646
"ts-loader": "^9.4.2"
4747
}
4848
}

apps/preview/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"prettier": "prettier --log-level warn --no-error-on-unmatched-pattern \"**/*.{js,ts,vue}\""
1414
},
1515
"devDependencies": {
16-
"@frsource/autoresize-textarea": "^2.0.68",
16+
"@frsource/autoresize-textarea": "^2.0.87",
1717
"@nuxtjs/eslint-config-typescript": "^12.1.0",
18-
"@nuxtjs/tailwindcss": "^6.12.0",
18+
"@nuxtjs/tailwindcss": "^6.12.1",
1919
"@storefront-ui/eslint-config": "workspace:*",
2020
"@storefront-ui/example-style": "workspace:*",
2121
"@storefront-ui/nuxt": "workspace:*",

apps/test/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"postcss": "^8.4.21",
4949
"postcss-import": "^15.1.0",
5050
"rimraf": "^6.0.1",
51-
"tailwindcss": "^3.4.3",
51+
"tailwindcss": "^3.4.7",
5252
"typescript": "^5.5.4",
5353
"vite": "^5.3.5",
5454
"vite-plugin-istanbul": "^4.0.1"

apps/test/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"postcss-import": "^15.1.0",
5151
"rimraf": "^6.0.1",
5252
"sass": "^1.77.8",
53-
"tailwindcss": "^3.4.3",
53+
"tailwindcss": "^3.4.7",
5454
"typescript": "^5.5.4",
5555
"vite": "^5.3.5",
5656
"vite-plugin-istanbul": "^4.0.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@
6565
"@vue-storefront/prettier-config": "^2.0.0-rc.1",
6666
"commitizen": "^4.2.5",
6767
"concurrently": "^8.2.2",
68-
"husky": "^9.0.11",
68+
"husky": "^9.1.4",
6969
"hygen": "^6.2.8",
7070
"mdast-util-to-string": "^4.0.0",
7171
"prettier": "latest",
7272
"remark-parse": "^11.0.0",
7373
"remark-stringify": "^11.0.0",
7474
"rimraf": "^6.0.1",
7575
"rollup-plugin-preserve-directives": "^0.4.0",
76-
"tailwindcss": "^3.4.3",
77-
"turbo": "^2.0.10-canary.1",
76+
"tailwindcss": "^3.4.7",
77+
"turbo": "^2.0.9",
7878
"typescript": "^5.5.4",
7979
"unified": "^11.0.5",
8080
"wait-on": "^7.0.1"

packages/config/eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@typescript-eslint/eslint-plugin": "^6.0.0",
1414
"@typescript-eslint/parser": "^6.0.0",
15-
"@vue-storefront/eslint-config": "^3.0.0",
15+
"@vue-storefront/eslint-config": "^3.1.3",
1616
"@vue/eslint-config-standard": "^8.0.1",
1717
"eslint": "^8.34.0",
1818
"eslint-config-airbnb": "^19.0.4",
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import type { ModuleOptions, ModuleHooks } from '@nuxtjs/tailwindcss';
2+
3+
declare module '@nuxt/schema' {
4+
interface NuxtConfig {
5+
['tailwindcss']?: Partial<ModuleOptions>;
6+
}
7+
interface NuxtOptions {
8+
['tailwindcss']?: ModuleOptions;
9+
}
10+
interface NuxtHooks extends ModuleHooks {}
11+
}
12+
13+
declare module 'nuxt/schema' {
14+
interface NuxtConfig {
15+
['tailwindcss']?: Partial<ModuleOptions>;
16+
}
17+
interface NuxtOptions {
18+
['tailwindcss']?: ModuleOptions;
19+
}
20+
interface NuxtHooks extends ModuleHooks {}
21+
}

packages/sfui/frameworks/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@nuxt/kit": "^3.11.2",
43-
"@nuxtjs/tailwindcss": "^6.12.0",
43+
"@nuxtjs/tailwindcss": "^6.12.1",
4444
"@storefront-ui/vue": "workspace:*",
4545
"defu": "^6.1.4"
4646
},

packages/sfui/frameworks/nuxt/src/module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import * as storefrontUi from '@storefront-ui/vue';
33
import { defu } from 'defu';
44
import { tailwindConfig } from '@storefront-ui/vue/tailwind-config';
55
import { type Config } from 'tailwindcss';
6-
import '@nuxtjs/tailwindcss';
7-
// import to get all typings schema so `tailwindcss` is available on NuxtOptions
86
import type { NuxtOptions } from '@nuxt/schema';
97

108
// Module options TypeScript interface definition

0 commit comments

Comments
 (0)