Skip to content

Commit d4efc37

Browse files
chore: up dependencies (#3215)
1 parent 30482ca commit d4efc37

File tree

16 files changed

+2551
-1575
lines changed

16 files changed

+2551
-1575
lines changed

apps/docs/components/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@microsoft/api-documenter": "^7.24.2",
1717
"@microsoft/api-extractor": "7.44.1",
1818
"@types/node": "^20.12.7",
19-
"nuxt": "^3.11.2",
19+
"nuxt": "^3.12.4",
2020
"nuxt-gtag": "^2.0.5"
2121
},
2222
"dependencies": {
@@ -30,16 +30,15 @@
3030
"@storefront-ui/typography": "^2.6.1",
3131
"@storefront-ui/vue": "^2.6.4",
3232
"@tailwindcss/typography": "^0.5.13",
33-
"@vueuse/integrations": "^10.9.0",
34-
"@vueuse/nuxt": "^10.9.0",
33+
"@vueuse/integrations": "^10.11.0",
34+
"@vueuse/nuxt": "^10.11.0",
3535
"focus-trap": "^7.5.4",
3636
"marked": "^12.0.2",
3737
"nuxt-content-assets": "^1.4.3",
3838
"nuxt-icon": "^0.6.10",
3939
"sf-docs-base": "^1.2.6",
4040
"unstorage": "^1.10.1",
41-
"vite-svg-loader": "^5.1.0",
42-
"vue": "^3.4.27"
41+
"vite-svg-loader": "^5.1.0"
4342
},
4443
"resolutions": {
4544
"@storefront-ui/eslint-config": "workspace:*",

apps/preview/next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@storefront-ui/preview-shared": "workspace:*",
1717
"classnames": "^2.5.1",
1818
"lodash-es": "^4.17.21",
19-
"next": "^14.2.3",
19+
"next": "^14.2.5",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"react-transition-group": "^4.4.5",
23-
"react-use": "^17.5.0",
23+
"react-use": "^17.5.1",
2424
"swr": "^2.2.5"
2525
},
2626
"devDependencies": {
@@ -38,9 +38,9 @@
3838
"@types/react": "^18.0.28",
3939
"@types/react-dom": "^18.0.11",
4040
"@types/react-transition-group": "^4.4.5",
41-
"glob-promise": "^6.0.2",
41+
"glob-promise": "^6.0.7",
4242
"prettier": "^3.0.0",
43-
"rimraf": "^5.0.0",
43+
"rimraf": "^6.0.1",
4444
"string-replace-loader": "^3.1.0",
4545
"tailwindcss": "^3.4.3",
4646
"ts-loader": "^9.4.2"

apps/preview/nuxt/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"@storefront-ui/vue": "workspace:*",
2626
"@tailwindcss/typography": "^0.5.13",
2727
"@types/lodash-es": "^4.17.12",
28-
"@vueuse/core": "^10.9.0",
28+
"@vueuse/core": "^10.11.0",
2929
"autoprefixer": "^10.4.19",
3030
"eslint": "^8.34.0",
3131
"eslint-plugin-nuxt": "^4.0.0",
32-
"nuxt": "^3.11.2",
32+
"nuxt": "^3.12.4",
3333
"postcss": "^8.4.21",
3434
"prettier": "^3.0.0",
35-
"sass": "^1.75.0",
35+
"sass": "^1.77.8",
3636
"sass-loader": "^14.2.1"
3737
},
3838
"dependencies": {

apps/test/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@tailwindcss/typography": "^0.5.13",
3939
"@types/react": "^18.0.28",
4040
"@types/react-dom": "^18.0.11",
41-
"@vitejs/plugin-react": "^4.3.0",
41+
"@vitejs/plugin-react": "^4.3.1",
4242
"autoprefixer": "^10.4.19",
4343
"chokidar-cli": "^3.0.0",
4444
"concurrently": "^8.2.2",
@@ -47,10 +47,10 @@
4747
"nyc": "^15.1.0",
4848
"postcss": "^8.4.21",
4949
"postcss-import": "^15.1.0",
50-
"rimraf": "^5.0.0",
50+
"rimraf": "^6.0.1",
5151
"tailwindcss": "^3.4.3",
52-
"typescript": "^5.4.5",
53-
"vite": "^5.2.1",
52+
"typescript": "^5.5.4",
53+
"vite": "^5.3.5",
5454
"vite-plugin-istanbul": "^4.0.1"
5555
}
5656
}

apps/test/vue/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@storefront-ui/vue": "workspace:*",
3939
"@tailwindcss/typography": "^0.5.13",
4040
"@types/node": "^20.12.7",
41-
"@vitejs/plugin-vue": "^5.0.4",
41+
"@vitejs/plugin-vue": "^5.1.1",
4242
"@vue/tsconfig": "^0.1.3",
4343
"autoprefixer": "^10.4.19",
4444
"chokidar-cli": "^3.0.0",
@@ -48,12 +48,12 @@
4848
"nyc": "^15.1.0",
4949
"postcss": "^8.4.21",
5050
"postcss-import": "^15.1.0",
51-
"rimraf": "^4.1.2",
52-
"sass": "^1.75.0",
51+
"rimraf": "^6.0.1",
52+
"sass": "^1.77.8",
5353
"tailwindcss": "^3.4.3",
54-
"typescript": "^5.4.5",
55-
"vite": "^5.2.1",
54+
"typescript": "^5.5.4",
55+
"vite": "^5.3.5",
5656
"vite-plugin-istanbul": "^4.0.0",
57-
"vue-tsc": "^2.0.16"
57+
"vue-tsc": "^2.0.29"
5858
}
5959
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
"prettier": "latest",
7272
"remark-parse": "^11.0.0",
7373
"remark-stringify": "^11.0.0",
74-
"rimraf": "^5.0.0",
74+
"rimraf": "^6.0.1",
7575
"rollup-plugin-preserve-directives": "^0.4.0",
7676
"tailwindcss": "^3.4.3",
7777
"turbo": "^2.0.10-canary.1",
78-
"typescript": "^5.4.5",
79-
"unified": "^11.0.4",
78+
"typescript": "^5.5.4",
79+
"unified": "^11.0.5",
8080
"wait-on": "^7.0.1"
8181
},
8282
"engines": {

packages/config/example-style/controls.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
&--collapsed {
1111
height: 32px;
1212
}
13-
13+
1414
.heading {
1515
padding: 4px 10px;
1616
flex-grow: 1;
@@ -105,10 +105,6 @@
105105

106106

107107
.switch {
108-
&-wrapper {
109-
display: flex;
110-
align-items: center;
111-
}
112108
position: relative;
113109
display: inline-block;
114110
width: 60px;
@@ -128,6 +124,11 @@
128124
}
129125
}
130126

127+
&-wrapper {
128+
display: flex;
129+
align-items: center;
130+
}
131+
131132
.slider {
132133
background-color: rgb(212 212 216);
133134
position: absolute;

packages/config/tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"url": "https://github.com/vuestorefront/storefront-ui/issues"
3131
},
3232
"devDependencies": {
33-
"typescript": "^5.4.5",
34-
"vite": "^5.2.1",
33+
"typescript": "^5.5.4",
34+
"vite": "^5.3.5",
3535
"vite-plugin-dts": "^3.9.1"
3636
},
3737
"dependencies": {

packages/config/tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"build:test-utils": "vite build"
2424
},
2525
"devDependencies": {
26-
"typescript": "^5.4.5",
27-
"vite": "^5.2.1",
26+
"typescript": "^5.5.4",
27+
"vite": "^5.3.5",
2828
"vite-plugin-dts": "^3.9.1"
2929
}
3030
}

packages/sfui/frameworks/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"@nuxt/schema": "^3.11.2",
5050
"@storefront-ui/eslint-config": "workspace:*",
5151
"eslint": "^8.34.0",
52-
"nuxt": "^3.11.2"
52+
"nuxt": "^3.12.4"
5353
}
5454
}

0 commit comments

Comments
 (0)